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