netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] can: remove double include, add support for various PEAK hardare
@ 2012-03-03 17:00 Marc Kleine-Budde
  2012-03-03 17:00 ` [PATCH 1/6] can: cc770: linux/can/dev.h included twice Marc Kleine-Budde
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Marc Kleine-Budde @ 2012-03-03 17:00 UTC (permalink / raw)
  To: davem; +Cc: netdev, linux-can, kernel

Hello David,

this patch series targets net-next. The first patch by Danny Kukawka
removes a double include from the cc770 driver. The 5 remaining patches by
Stephane Grosjean add support for various PEAK hardware:
- PCAN-PCIeC (PCI-ExpressCard)
- PCAN-mminiPCI (mini-PCI)
- PCAN-PCI (PCI next-gen)
- PCAN-PC Card (PCMCIA)
- PCAN-USB
- PCAN-USB Pro

Regards, Marc

---

The following changes since commit b4017c5368f992fb8fb3a2545a0977082c6664e4:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (2012-03-01 17:57:40 -0500)

are available in the git repository at:

  git://gitorious.org/linux-can/linux-can-next.git master

Danny Kukawka (1):
      can: cc770: linux/can/dev.h included twice

Stephane Grosjean (5):
      can: peak_pci: add support of some new PEAK-System PCI cards
      can: sja1000: add support for PEAK-System PCMCIA card
      can: usb: PEAK-System Technik USB adapters driver core
      can: usb: PEAK-System Technik PCAN-USB specific part
      can: usb: PEAK-System Technik PCAN-USB Pro specific part

 drivers/net/can/cc770/cc770.c                |    1 -
 drivers/net/can/sja1000/Kconfig              |   27 +-
 drivers/net/can/sja1000/Makefile             |    1 +
 drivers/net/can/sja1000/peak_pci.c           |  505 ++++++++++++-
 drivers/net/can/sja1000/peak_pcmcia.c        |  753 +++++++++++++++++++
 drivers/net/can/usb/Kconfig                  |    6 +
 drivers/net/can/usb/Makefile                 |    1 +
 drivers/net/can/usb/peak_usb/Makefile        |    2 +
 drivers/net/can/usb/peak_usb/pcan_usb.c      |  901 ++++++++++++++++++++++
 drivers/net/can/usb/peak_usb/pcan_usb_core.c |  951 +++++++++++++++++++++++
 drivers/net/can/usb/peak_usb/pcan_usb_core.h |  146 ++++
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c  | 1036 ++++++++++++++++++++++++++
 drivers/net/can/usb/peak_usb/pcan_usb_pro.h  |  178 +++++
 13 files changed, 4490 insertions(+), 18 deletions(-)
 create mode 100644 drivers/net/can/sja1000/peak_pcmcia.c
 create mode 100644 drivers/net/can/usb/peak_usb/Makefile
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_usb.c
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_usb_core.c
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_usb_core.h
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_usb_pro.c
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_usb_pro.h

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-03-05  3:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-03 17:00 [PATCH 0/6] can: remove double include, add support for various PEAK hardare Marc Kleine-Budde
2012-03-03 17:00 ` [PATCH 1/6] can: cc770: linux/can/dev.h included twice Marc Kleine-Budde
2012-03-03 17:00 ` [PATCH 2/6] can: peak_pci: add support of some new PEAK-System PCI cards Marc Kleine-Budde
2012-03-03 17:00 ` [PATCH 3/6] can: sja1000: add support for PEAK-System PCMCIA card Marc Kleine-Budde
2012-03-03 17:00 ` [PATCH 4/6] can: usb: PEAK-System Technik USB adapters driver core Marc Kleine-Budde
2012-03-03 17:00 ` [PATCH 5/6] can: usb: PEAK-System Technik PCAN-USB specific part Marc Kleine-Budde
2012-03-03 17:00 ` [PATCH 6/6] can: usb: PEAK-System Technik PCAN-USB Pro " Marc Kleine-Budde
2012-03-05  3:02 ` [PATCH 0/6] can: remove double include, add support for various PEAK hardare David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).