]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb931004016bd40b6fc7ac66d1de7a28b6344772f
tree723179a95142fa8beb6c46d5dbafa95662f91130
parentbdb7868d8111dc87275c937dcc68a058282381d2
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]