netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, linux-can@vger.kernel.org, kernel@pengutronix.de
Subject: [PATCH 0/6] can: remove double include, add support for various PEAK hardare
Date: Sat,  3 Mar 2012 18:00:09 +0100	[thread overview]
Message-ID: <1330794015-14930-1-git-send-email-mkl@pengutronix.de> (raw)

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

             reply	other threads:[~2012-03-03 17:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-03 17:00 Marc Kleine-Budde [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1330794015-14930-1-git-send-email-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=davem@davemloft.net \
    --cc=kernel@pengutronix.de \
    --cc=linux-can@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).