Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | can: cc770: Fix likely misuse of | for & | Joe Perches | 2012-06-03 | 1 | -1/+1 |
| | | | | | | | | Using | with a constant is always true. Likely this should have be &. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> | ||||
* | can: cc770: add platform bus driver for the CC770 and AN82527 | Wolfgang Grandegger | 2011-12-01 | 1 | -0/+272 |
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> |