| Submitter | Marc Kleine-Budde |
|---|---|
| Date | Nov. 15, 2012, 8:30 p.m. |
| Message ID | <50A550E3.4060600@pengutronix.de> |
| Download | mbox |
| Permalink | /patch/199410/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Pull-request
git://gitorious.org/linux-can/linux-can-next.git for-davemComments
From: Marc Kleine-Budde <mkl@pengutronix.de> Date: Thu, 15 Nov 2012 21:30:27 +0100 > 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 Pulled, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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