]> 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)
commit069f90d721b411aec1f565150eedfdc236c48f52
tree71cb2e9689c289a533a63f0fb6e732988dc92b57
parent45bda4bcd036cb0a66412767cc898b8d88b5398a
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]