index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
/
flexcan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-08
can: flexcan: move driver into separate sub directory
Marc Kleine-Budde
1
-2419
/
+0
2021-09-25
can: flexcan: Use struct_group() to zero struct flexcan_regs regions
Kees Cook
1
-34
/
+34
2021-08-04
can: flexcan: flexcan_clks_enable(): add missing variable initialization
Marc Kleine-Budde
1
-1
/
+1
2021-07-25
can: flexcan: add mcf5441x support
Angelo Dureghello
1
-20
/
+104
2021-07-25
can: rx-offload: add skb queue for use during ISR
Marc Kleine-Budde
1
-0
/
+3
2021-03-16
can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate
Angelo Dureghello
1
-1
/
+7
2021-03-01
can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode
Joakim Zhang
1
-5
/
+7
2021-03-01
can: flexcan: enable RX FIFO after FRZ/HALT valid
Joakim Zhang
1
-3
/
+7
2021-03-01
can: flexcan: assert FRZ bit in flexcan_chip_freeze()
Joakim Zhang
1
-1
/
+1
2021-01-27
can: flexcan: fix typos
Marc Kleine-Budde
1
-2
/
+2
2021-01-14
can: dev: can_rx_offload_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-2
/
+3
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
1
-1
/
+1
2021-01-06
can: flexcan: add CAN wakeup function for i.MX8QM
Joakim Zhang
1
-17
/
+106
2020-12-10
can: flexcan: convert the driver to DT-only
Fabio Estevam
1
-17
/
+1
2020-11-20
can: flexcan: flexcan_close(): change order if commands to properly shut down...
Marc Kleine-Budde
1
-3
/
+3
2020-11-20
can: flexcan: flexcan_open(): completely initialize controller before request...
Marc Kleine-Budde
1
-10
/
+11
2020-11-20
can: flexcan: flexcan_rx_offload_setup(): factor out mailbox and rx-offload s...
Marc Kleine-Budde
1
-32
/
+42
2020-11-20
can: flexcan: move enabling/disabling of interrupts from flexcan_chip_{start,...
Marc Kleine-Budde
1
-4
/
+9
2020-11-20
can: flexcan: factor out enabling and disabling of interrupts into separate f...
Marc Kleine-Budde
1
-14
/
+27
2020-11-20
can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SET...
Joakim Zhang
1
-5
/
+5
2020-11-20
can: rename CAN FD related can_len2dlc and can_dlc2len helpers
Oliver Hartkopp
1
-2
/
+2
2020-11-20
can: remove obsolete get_canfd_dlc() macro
Oliver Hartkopp
1
-1
/
+1
2020-11-20
can: rename get_can_dlc() macro with can_cc_dlc2len()
Oliver Hartkopp
1
-1
/
+1
2020-11-18
can: flexcan: flexcan_chip_start(): fix erroneous flexcan_transceiver_enable(...
Marc Kleine-Budde
1
-9
/
+9
2020-11-15
can: flexcan: fix failure handling of pm_runtime_get_sync()
Zhang Qilong
1
-2
/
+6
2020-11-15
can: flexcan: flexcan_setup_stop_mode(): add missing "req_bit" to stop mode p...
Marc Kleine-Budde
1
-1
/
+1
2020-11-03
can: flexcan: flexcan_remove(): disable wakeup completely
Joakim Zhang
1
-0
/
+2
2020-11-03
can: flexcan: add ECC initialization for VF610
Joakim Zhang
1
-1
/
+1
2020-11-03
can: flexcan: add ECC initialization for LX2160A
Joakim Zhang
1
-2
/
+3
2020-11-03
can: flexcan: remove FLEXCAN_QUIRK_DISABLE_MECR quirk for LS1021A
Joakim Zhang
1
-2
/
+1
2020-10-07
can: flexcan: remove ack_grp and ack_bit handling from driver
Marc Kleine-Budde
1
-9
/
+4
2020-09-30
can: flexcan: disable runtime PM if register flexcandev failed
Joakim Zhang
1
-0
/
+2
2020-09-30
can: flexcan: add flexcan driver for i.MX8MP
Joakim Zhang
1
-0
/
+9
2020-09-30
can: flexcan: initialize all flexcan memory for ECC function
Joakim Zhang
1
-2
/
+51
2020-09-22
can: flexcan: add lx2160ar1 support
Joakim Zhang
1
-0
/
+8
2020-09-22
can: flexcan: add imx8qm support
Joakim Zhang
1
-9
/
+17
2020-09-22
can: flexcan: add Transceiver Delay Compensation support
Joakim Zhang
1
-2
/
+19
2020-09-22
can: flexcan: add CAN FD BRS support
Joakim Zhang
1
-1
/
+8
2020-09-22
can: flexcan: add ISO CAN FD feature support
Joakim Zhang
1
-6
/
+24
2020-09-22
can: flexcan: add CAN-FD mode support
Joakim Zhang
1
-8
/
+212
2020-09-22
can: flexcan: use struct canfd_frame for CAN classic frame
Joakim Zhang
1
-17
/
+17
2020-09-22
can: flexcan: flexcan_set_bittiming(): move setup of CAN-2.0 bitiming into se...
Marc Kleine-Budde
1
-8
/
+21
2020-09-22
can: flexcan: add LPSR mode support
Joakim Zhang
1
-6
/
+17
2020-09-22
can: flexcan: disable clocks during stop mode
Joakim Zhang
1
-10
/
+20
2020-09-22
can: flexcan: flexcan_chip_stop(): add error handling and propagate error value
Joakim Zhang
1
-6
/
+28
2020-09-22
can: flexcan: add correctable errors correction when HW supports ECC
Joakim Zhang
1
-8
/
+23
2020-09-22
can: flexcan: Add check for transceiver maximum bitrate limitation
Joakim Zhang
1
-0
/
+1
2020-09-22
can: flexcan: flexcan_probe(): make regulator xceiver optional
Marc Kleine-Budde
1
-2
/
+4
2020-09-22
can: flexcan: Ack wakeup interrupt separately
Joakim Zhang
1
-5
/
+4
2020-09-22
can: flexcan: quirks: get rid of long lines
Marc Kleine-Budde
1
-8
/
+17
[next]