linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add support for PEAK CAN-FD USB adapters
@ 2014-12-02 10:31 Stephane Grosjean
  2014-12-02 10:31 ` [PATCH v2 1/3] can/peak_usb: CAN-FD: existing source files modifications Stephane Grosjean
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Stephane Grosjean @ 2014-12-02 10:31 UTC (permalink / raw)
  To: linux-can; +Cc: Oliver Hartkopp, Stephane Grosjean

That serie of three 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 (3):
  can/peak_usb: CAN-FD: existing source files modifications
  can/peak_usb: CAN-FD: add new adapters specific files
  can/peak_usb: CAN-FD: driver's core modifications

 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 |  71 +-
 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  |  19 +-
 drivers/net/can/usb/peak_usb/pcan_usb_pro.h  |   8 +
 10 files changed, 1368 insertions(+), 32 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] 7+ messages in thread

end of thread, other threads:[~2014-12-02 13:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02 10:31 [PATCH v2 0/3] Add support for PEAK CAN-FD USB adapters Stephane Grosjean
2014-12-02 10:31 ` [PATCH v2 1/3] can/peak_usb: CAN-FD: existing source files modifications Stephane Grosjean
2014-12-02 12:14   ` Marc Kleine-Budde
2014-12-02 13:07     ` Stephane Grosjean
2014-12-02 13:14       ` Marc Kleine-Budde
2014-12-02 10:31 ` [PATCH v2 2/3] can/peak_usb: CAN-FD: add new adapters specific files Stephane Grosjean
2014-12-02 10:31 ` [PATCH v2 3/3] can/peak_usb: CAN-FD: driver's core modifications 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).