From 6388b39614208d63661607f45157e3326548eb62 Mon Sep 17 00:00:00 2001 From: Marc Kleine-Budde Date: Sun, 17 Apr 2011 00:08:45 +0200 Subject: [PATCH] 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-format-patch failed