can: m_can: Create a m_can platform framework
authorDan Murphy <dmurphy@ti.com>
Thu, 9 May 2019 16:11:05 +0000 (11:11 -0500)
committerMarc Kleine-Budde <mkl@pengutronix.de>
Wed, 24 Jul 2019 08:31:54 +0000 (10:31 +0200)
commitf524f829b75a7d934f56f63f2ed4d42f4e1d06d9
tree2e1c1a576bd8fee6ea111c79e22d937967172acb
parent69652195b6e071d9adcd7c8129943d95813c42ea
can: m_can: Create a m_can platform framework

Create a m_can platform framework that peripheral
devices can register to and use common code and register sets.
The peripheral devices may provide read/write and configuration
support of the IP.

Acked-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Acked-by: Faiz Abbas <faiz_abbas@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/m_can.c
drivers/net/can/m_can/m_can.h [new file with mode: 0644]
drivers/net/can/m_can/m_can_platform.c [new file with mode: 0644]