linux/drivers/net/can/c_can
AnilKumar Ch 33f8100977 can: c_can: Move overlay structure to array with offset as index
c_can uses overlay structure for accessing c_can module registers.
With this kind of implementation it is difficult to add one more ip
which is similar to c_can in functionality but different register
offsets.

This patch changes the overlay structure implementation to an array
with register offset as index. This way we can overcome the above
limitation.

Signed-off-by: AnilKumar Ch <anilkumar@ti.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2012-06-07 10:02:24 +02:00
..
c_can.c can: c_can: Move overlay structure to array with offset as index 2012-06-07 10:02:24 +02:00
c_can.h can: c_can: Move overlay structure to array with offset as index 2012-06-07 10:02:24 +02:00
c_can_platform.c can: c_can: Move overlay structure to array with offset as index 2012-06-07 10:02:24 +02:00
Kconfig can: c_can: Added support for Bosch C_CAN controller 2011-02-13 22:51:44 -08:00
Makefile can: c_can: Added support for Bosch C_CAN controller 2011-02-13 22:51:44 -08:00