linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for PEAK CAN-FD USB adapters
@ 2014-11-26 10:21 Stephane Grosjean
  2014-11-26 10:21 ` [PATCH 1/2] can/peak_usb: preparing existing files for CAN-FD Stephane Grosjean
  2014-11-26 10:21 ` [PATCH 2/2] can/peak_usb: add support for new PEAK CAN-FD adapters Stephane Grosjean
  0 siblings, 2 replies; 4+ messages in thread
From: Stephane Grosjean @ 2014-11-26 10:21 UTC (permalink / raw)
  To: linux-can; +Cc: Oliver Hartkopp, Stephane Grosjean

That serie of two patches adds support for the new PEAK-System Technik USB
adapters that enable access to CAN-FD standard, from the linux-can socket based
API.

Stephane Grosjean (2):
  can/peak_usb: preparing existing files for CAN-FD
  can/peak_usb: add support for new PEAK CAN-FD adapters

 drivers/net/can/usb/Kconfig                  |  14 +-
 drivers/net/can/usb/peak_usb/Makefile        |   2 +-
 drivers/net/can/usb/peak_usb/pcan_ucan.h     | 208 ++++++
 drivers/net/can/usb/peak_usb/pcan_usb.c      |   1 +
 drivers/net/can/usb/peak_usb/pcan_usb_core.c |  84 ++-
 drivers/net/can/usb/peak_usb/pcan_usb_core.h |  14 +-
 drivers/net/can/usb/peak_usb/pcan_usb_fd.c   | 955 +++++++++++++++++++++++++++
 drivers/net/can/usb/peak_usb/pcan_usb_fd.h   | 108 +++
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c  |  22 +-
 drivers/net/can/usb/peak_usb/pcan_usb_pro.h  |   8 +
 10 files changed, 1377 insertions(+), 39 deletions(-)
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_ucan.h
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_usb_fd.c
 create mode 100644 drivers/net/can/usb/peak_usb/pcan_usb_fd.h

-- 
1.9.1


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

end of thread, other threads:[~2014-11-26 17:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-26 10:21 [PATCH 0/2] Add support for PEAK CAN-FD USB adapters Stephane Grosjean
2014-11-26 10:21 ` [PATCH 1/2] can/peak_usb: preparing existing files for CAN-FD Stephane Grosjean
2014-11-26 17:37   ` Oliver Hartkopp
2014-11-26 10:21 ` [PATCH 2/2] can/peak_usb: add support for new PEAK CAN-FD adapters 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).