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.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
/
spi
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): use dev_err_probe() to simplify error hand...
Marc Kleine-Budde
1
-16
/
+12
2021-01-29
can: mcp251xfd: mcp251xfd_chip_clock_enable(): simplify return
Marc Kleine-Budde
1
-3
/
+1
2021-01-29
can: mcp251xfd: add missing _MASK postfix to MCP251XFD_OBJ_FLAGS_DLC
Marc Kleine-Budde
2
-3
/
+3
2021-01-29
can: mcp251xfd: unify error messages and commets
Marc Kleine-Budde
1
-4
/
+4
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): add imx6 to errata table
Marc Kleine-Budde
1
-0
/
+1
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): remove known bad combinations from errata ...
Marc Kleine-Budde
1
-10
/
+7
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): sort errata table alphabetically, fix inde...
Marc Kleine-Budde
1
-2
/
+2
2021-01-29
can: mcp251xfd: mcp251xfd_probe(): fix errata reference
Marc Kleine-Budde
1
-1
/
+1
2021-01-27
can: mcp251xfd: add BQL support
Marc Kleine-Budde
1
-4
/
+17
2021-01-27
can: mcp251xfd: add len8_dlc support
Marc Kleine-Budde
1
-8
/
+15
2021-01-27
can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): don't copy data for RTR CAN fram...
Marc Kleine-Budde
1
-5
/
+11
2021-01-27
can: mcp251xfd: mcp251xfd_hw_rx_obj_to_skb(): don't copy data for RTR CAN fra...
Marc Kleine-Budde
1
-1
/
+2
2021-01-27
can: mcp251xfd: mcp251xfd_tx_obj_from_skb(): clean up padding of CAN-FD frames
Marc Kleine-Budde
1
-6
/
+7
2021-01-27
can: mcp251xfd: mcp251xfd_start_xmit(): use mcp251xfd_get_tx_free() to check ...
Marc Kleine-Budde
1
-1
/
+1
2021-01-27
can: mcp251xfd: replace sizeof(u32) with val_bytes in regmap
Su Yanjun
1
-3
/
+6
2021-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2021-01-14
can: dev: can_rx_offload_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
1
-1
/
+1
2021-01-14
can: dev: can_get_echo_skb(): extend to return can frame length
Marc Kleine-Budde
2
-2
/
+2
2021-01-14
can: dev: can_put_echo_skb(): extend to handle frame_len
Vincent Mailhol
3
-3
/
+3
2021-01-14
can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check
Qinglang Miao
1
-1
/
+1
2021-01-07
can: mcp251xfd: mcp251xfd_handle_rxif_ring(): first increment RX tail pointer...
Marc Kleine-Budde
1
-4
/
+4
2021-01-07
can: mcp251xfd: mcp251xfd_handle_tefif(): fix TEF vs. TX race condition
Marc Kleine-Budde
1
-5
/
+4
2020-12-10
can: mcp251xfd: Add support for internal loopback mode
Manivannan Sadhasivam
1
-4
/
+7
2020-11-29
can: mcp251xfd: tef-path: reduce number of SPI core requests to set UINC bit
Marc Kleine-Budde
2
-12
/
+55
2020-11-29
can: mcp251xfd: move struct mcp251xfd_tef_ring definition
Marc Kleine-Budde
1
-8
/
+8
2020-11-29
can: mcp251xfd: struct mcp251xfd_priv::tef to array of length 1
Marc Kleine-Budde
2
-12
/
+14
2020-11-29
can: mcp25xxfd: rx-path: reduce number of SPI core requests to set UINC bit
Ursula Maplehurst
2
-8
/
+45
2020-11-29
can: mcp251xfd: mcp25xxfd_ring_alloc(): add define instead open coding the ma...
Marc Kleine-Budde
2
-1
/
+3
2020-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2020-11-26
can: mcp251xfd: mcp251xfd_probe(): bail out if no IRQ was given
Marc Kleine-Budde
1
-0
/
+4
2020-11-20
can: mcp251xfd: remove useless code in mcp251xfd_chip_softreset
Kaixu Xia
1
-4
/
+1
2020-11-20
can: rename CAN FD related can_len2dlc and can_dlc2len helpers
Oliver Hartkopp
1
-4
/
+4
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
2
-19
/
+19
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
3
-4
/
+4
2020-11-04
can: mcp251xfd: remove unneeded break
Tom Rix
1
-11
/
+11
2020-11-04
can: mcp251xfd: mcp251xfd_regmap_nocrc_read(): fix semicolon.cocci warnings
kernel test robot
1
-1
/
+1
2020-11-04
can: mcp251xfd: mcp251xfd_regmap_crc_read(): increase severity of CRC read er...
Marc Kleine-Budde
1
-8
/
+8
2020-09-30
can: mcp251xfd: rename all remaining occurrence to mcp251xfd
Marc Kleine-Budde
4
-1277
/
+1277
2020-09-30
can: mcp251xfd: rename all user facing strings to mcp251xfd
Marc Kleine-Budde
3
-12
/
+12
2020-09-30
can: mcp251xfd: rename driver files and subdir to mcp251xfd
Marc Kleine-Budde
9
-13
/
+13
2020-09-30
can: mcp25xxfd: narrow down wildcards in device tree bindings to "microchip,m...
Thomas Kopp
2
-11
/
+11
2020-09-30
can: mcp25xxfd: mcp25xxfd_irq(): add missing initialization of variable set_n...
Marc Kleine-Budde
1
-1
/
+1
2020-09-30
can: mcp25xxfd: mcp25xxfd_ring_free(): fix memory leak during cleanup
Dan Carpenter
1
-1
/
+1
2020-09-30
can: mcp25xxfd: mcp25xxfd_probe(): add SPI clk limit related errata information
Thomas Kopp
1
-5
/
+14
2020-09-30
can: mcp25xxfd: mcp25xxfd_handle_eccif(): add ECC related errata and update l...
Thomas Kopp
1
-7
/
+14
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: mcp251x: add support for half duplex controllers
Tim Harvey
1
-7
/
+27
[next]