From: Marc Kleine-Budde Date: Sat, 16 Apr 2011 22:08:45 +0000 (+0200) Subject: can: at91_can: add support for the AT91SAM9X5 SOCs X-Git-Tag: v3.1-rc1~316^2~450^2~59^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6388b39614208d63661607f45157e3326548eb62;p=pandora-kernel.git 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 --- Reading git-diff-tree failed