linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3 v7] can/usb: Add PEAK-System PCAN USB adapters driver
@ 2012-02-27 14:53 Stephane Grosjean
  2012-02-27 14:53 ` [PATCH 1/3 v7] can/usb: PEAK-System Technik USB adapters driver core Stephane Grosjean
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stephane Grosjean @ 2012-02-27 14:53 UTC (permalink / raw)
  To: Oliver Hartkopp, Alan Stern
  Cc: linux-can Mailing List, linux usb Mailing List, Stephane Grosjean

That serie of patches adds the peak_usb driver which handles the PCAN-USB
and PCAN-USB Pro adapters from PEAK-System (http://www.peak-system.com).
These patches are planned for kernel v3.02.00 and above.

Stephane Grosjean (3):

  v7 changelog (pcan_usb_core.c only):
  - use of print_hex_dump() in dump_mem() function
  - use of monotonic clock in packets timestamp

  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/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 +++++
 8 files changed, 3221 insertions(+), 0 deletions(-)
 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

-- 
1.7.5.4


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-27 14:53 [PATCH 0/3 v7] can/usb: Add PEAK-System PCAN USB adapters driver Stephane Grosjean
2012-02-27 14:53 ` [PATCH 1/3 v7] can/usb: PEAK-System Technik USB adapters driver core Stephane Grosjean
2012-03-01 17:22   ` Marc Kleine-Budde
2012-03-02  9:29     ` Stephane Grosjean
2012-03-02  9:31       ` Marc Kleine-Budde
2012-02-27 14:53 ` [PATCH 2/3 v7] can/usb: PEAK-System Technik PCAN-USB specific part Stephane Grosjean
2012-02-27 14:53 ` [PATCH 3/3] can/usb: PEAK-System Technik PCAN-USB Pro " Stephane Grosjean

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).