linux-stable/drivers/net/can/m_can
Matt Kline 812270e544 can: m_can: Batch FIFO writes during CAN transmit
Give FIFO writes the same treatment as reads to avoid fixed costs of
individual transfers on a slow bus (e.g., tcan4x5x).

Link: https://lore.kernel.org/r/20210817050853.14875-4-matt@bitbashing.io
Signed-off-by: Matt Kline <matt@bitbashing.io>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2021-08-19 15:07:04 +02:00
..
Kconfig can: m_can: add PCI glue driver for Intel Elkhart Lake 2020-12-10 10:40:10 +01:00
m_can.c can: m_can: Batch FIFO writes during CAN transmit 2021-08-19 15:07:04 +02:00
m_can.h can: m_can: Disable IRQs on FIFO bus errors 2021-08-19 15:07:04 +02:00
m_can_pci.c can: m_can: Disable IRQs on FIFO bus errors 2021-08-19 15:07:04 +02:00
m_can_platform.c can: m_can: Disable IRQs on FIFO bus errors 2021-08-19 15:07:04 +02:00
Makefile can: tcan4x5x: move regmap code into seperate file 2021-01-06 15:15:37 +01:00
tcan4x5x-core.c can: m_can: Disable IRQs on FIFO bus errors 2021-08-19 15:07:04 +02:00
tcan4x5x-regmap.c can: tcan4x5x: add support for half-duplex controllers 2021-01-06 15:15:41 +01:00
tcan4x5x.h can: tcan4x5x: remove duplicate include of regmap.h 2021-03-30 11:14:48 +02:00