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)
commite285e44d91fe5a89e0d9fe4f5dda4f9e8c8a3c7e
tree71cb2e9689c289a533a63f0fb6e732988dc92b57
parentedd2c26ffb7742bf0d3bd324694d220281844a01
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]