OSDN Git Service

can: tcan4x5x: Add tcan4x5x driver to the kernel
authorDan Murphy <dmurphy@ti.com>
Thu, 9 May 2019 16:11:08 +0000 (11:11 -0500)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 24 Jul 2019 08:31:54 +0000 (10:31 +0200)
commit5443c226ba9166521360ed3148175d63cd5ab263
tree723179a95142fa8beb6c46d5dbafa95662f91130
parent4edd396a1911222da7a5d4b2bc58ab546de02bd5
can: tcan4x5x: Add tcan4x5x driver to the kernel

Add the TCAN4x5x SPI CAN driver.

This device uses the Bosch MCAN IP core along with a SPI interface map.
Register to the MCAN common core code to manage the MCAN IP.

This device has a special method to indicate a write/read operation on
the data payload.

Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/m_can/Kconfig
drivers/net/can/m_can/Makefile
drivers/net/can/m_can/tcan4x5x.c [new file with mode: 0644]