commit | 6388b39614208d63661607f45157e3326548eb62 | [log] [tgz] |
---|---|---|
author | Marc Kleine-Budde <mkl@pengutronix.de> | Sun Apr 17 00:08:45 2011 +0200 |
committer | Marc Kleine-Budde <mkl@pengutronix.de> | Mon Jun 06 14:50:57 2011 +0200 |
tree | 2108330f6931dfaec98cf3fc936bf62ede0db72f | |
parent | 07a648e668aa7f7c94d41d8d2e4ad53b609e391d [diff] |
can: at91_can: add support for the AT91SAM9X5 SOCs The AT91SAM9X5 SOCs have a similar CAN core, but they only have 8 compared to 16 mailboxes on the AT91SAM9263 SOC. Another difference is that the bits defining the state of the CAN core are cleared on read, thus the driver has to derive the state by looking at the error counters. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>