From patchwork Thu Nov 15 20:30:27 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: pull-request: can-next 2012-11-15 Date: Thu, 15 Nov 2012 10:30:27 -0000 From: Marc Kleine-Budde X-Patchwork-Id: 199410 Message-Id: <50A550E3.4060600@pengutronix.de> To: David Miller Cc: Linux Netdev List , "linux-can@vger.kernel.org" Hello David this pull request is for net-next, for the v3.8 release cycle. Muhammad Ghias added support another board to the plx_pci sja1000 driver. Matthias Fuchs improved the esd_usb2 driver with listen-only mode and CAN-USB/Micro support. Andreas Larsson contributed a driver for the GRHCAN CAN IP-Core regards, Marc --- The following changes since commit 702ed3c1a9dfe4dfe112f13542d0c9d689f5008b: Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge (2012-11-14 22:10:50 -0500) are available in the git repository at: git://gitorious.org/linux-can/linux-can-next.git for-davem for you to fetch changes up to 6cec9b07fe6a0c4dfbcdcee7c6283529f087c521: can: grcan: Add device driver for GRCAN and GRHCAN cores (2012-11-15 20:47:26 +0100) ---------------------------------------------------------------- Andreas Larsson (1): can: grcan: Add device driver for GRCAN and GRHCAN cores Chuansheng Liu (1): can: janz-ican3: Fix the usage of wait_for_completion_timeout Matthias Fuchs (2): can: usb: esd_usb2: Add support for listen-only mode can: usb: esd_usb2: Add support for CAN-USB/Micro Muhammad Ghias (1): can: sja1000: plx_pci: add support for Connect Tech Inc's Canpro/104-Plus Opto CAN board Documentation/ABI/testing/sysfs-class-net-grcan | 35 + .../devicetree/bindings/net/can/grcan.txt | 28 + Documentation/kernel-parameters.txt | 18 + drivers/net/can/Kconfig | 9 + drivers/net/can/Makefile | 1 + drivers/net/can/grcan.c | 1756 ++++++++++++++++++++ drivers/net/can/janz-ican3.c | 4 +- drivers/net/can/sja1000/Kconfig | 1 + drivers/net/can/sja1000/plx_pci.c | 19 + drivers/net/can/usb/esd_usb2.c | 35 +- 10 files changed, 1898 insertions(+), 8 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-class-net-grcan create mode 100644 Documentation/devicetree/bindings/net/can/grcan.txt create mode 100644 drivers/net/can/grcan.c