index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
can
Age
Commit message (
Expand
)
Author
Files
Lines
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
2020-09-22
can: flexcan: struct flexcan_regs: document registers not affected by soft reset
Marc Kleine-Budde
1
-11
/
+11
2020-09-22
can: flexcan: more register names
Marc Kleine-Budde
1
-2
/
+12
2020-09-22
can: flexcan: flexcan_exit_stop_mode(): remove stray empty line
Marc Kleine-Budde
1
-1
/
+0
2020-09-22
can: flexcan: sort include files alphabetically
Marc Kleine-Budde
1
-2
/
+2
2020-09-21
can: mcp25xxfd: add listen-only mode
Kurt Van Dijck
1
-6
/
+10
2020-09-21
can: mcp25xxfd: add driver for Microchip MCP25xxFD SPI CAN
Marc Kleine-Budde
2
-0
/
+2908
2020-09-21
can: mcp25xxfd: add regmap infrastructure
Marc Kleine-Budde
7
-0
/
+1507
2020-09-21
can: rx-offload: can_rx_offload_add_manual(): add new initialization function
Marc Kleine-Budde
1
-0
/
+11
2020-09-21
can: mscan: simplify clock enable/disable
Zhang Changzhong
1
-18
/
+10
2020-09-21
can: mscan: mpc5xxx_can: update contact email
Wolfram Sang
1
-1
/
+1
2020-09-21
can: mcp251x: add support for half duplex controllers
Tim Harvey
1
-7
/
+27
2020-09-21
can: mcp251x: Use readx_poll_timeout() helper
Andy Shevchenko
1
-31
/
+33
2020-09-21
can: mcp251x: add GPIO support
Timo Schlüßler
1
-0
/
+243
2020-09-21
can: mcp251x: sort include files alphabetically
Marc Kleine-Budde
1
-2
/
+2
2020-09-21
can: spi: Kconfig: remove unneeded dependencies form Kconfig symbols
Marc Kleine-Budde
1
-2
/
+0
2020-09-21
can: pcan_usb: add support of rxerr/txerr counters
Stephane Grosjean
1
-16
/
+117
2020-09-21
can: pcan_usb: Document the commands sent to the device
Stephane Grosjean
1
-7
/
+26
2020-09-21
can: pch_can: use generic power management
Vaibhav Gupta
1
-42
/
+21
2020-09-21
can: peak_canfd: Remove unused macros
Wang Hai
1
-2
/
+0
2020-09-21
can: peak_usb: convert to use le32_add_cpu()
Liu Shixin
1
-1
/
+1
2020-09-21
can: ti_hecc: convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
1
-22
/
+5
2020-09-21
can: mscan: mark expected switch fall-through
Marc Kleine-Budde
1
-0
/
+1
2020-09-21
can: mcba_usb: remove redundant initialization of variable err
Colin Ian King
1
-1
/
+1
2020-09-21
can: c_can: Remove unused inline function
YueHaibing
1
-9
/
+0
2020-09-21
can: dev: can_bus_off(): print scheduling of restart if activated
Marc Kleine-Budde
1
-1
/
+5
2020-09-21
can: dev: can_change_state(): print human readable state change messages
Marc Kleine-Budde
1
-1
/
+25
2020-09-21
can: dev: can_put_echo_skb(): propagate error in case of errors
Marc Kleine-Budde
1
-4
/
+7
2020-09-21
can: dev: can_put_echo_skb(): print number of echo_skb that is occupied
Marc Kleine-Budde
1
-1
/
+1
2020-09-21
can: softing: update dead link
Diego Elio Pettenò
1
-1
/
+1
2020-09-21
can: slcan: update dead link
Diego Elio Pettenò
1
-2
/
+2
2020-09-21
can: drivers: fix spelling mistakes
Marc Kleine-Budde
21
-36
/
+36
2020-09-21
can: flexcan: fix spelling mistake "reserverd" -> "reserved"
Alexandre Belloni
1
-1
/
+1
2020-09-21
can: grcan: fix spelling mistake "buss" -> "bus"
Colin Ian King
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
8
-11
/
+11
[next]