]> git.baikalelectronics.ru Git - kernel.git/commit
can: cc770: add platform bus driver for the CC770 and AN82527
authorWolfgang Grandegger <wg@grandegger.com>
Wed, 30 Nov 2011 23:41:20 +0000 (23:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Dec 2011 18:09:31 +0000 (13:09 -0500)
commit0a0bb9ac8a87eff8a8208e690315f685e443391b
tree71cb2e9689c289a533a63f0fb6e732988dc92b57
parentf7c4c1597eb999062362ae743801aa7d33253ba6
can: cc770: add platform bus driver for the CC770 and AN82527

This driver works with both, static platform data and device tree
bindings. It has been tested on a TQM855L board with two AN82527
CAN controllers on the local bus.

CC: Devicetree-discuss@lists.ozlabs.org
CC: linuxppc-dev@ozlabs.org
CC: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/can/cc770.txt [new file with mode: 0644]
drivers/net/can/cc770/Kconfig
drivers/net/can/cc770/Makefile
drivers/net/can/cc770/cc770_platform.c [new file with mode: 0644]