All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7 v9] can/peak_usb: upgrade to CANFD
@ 2015-01-23 10:31 Stephane Grosjean
  2015-01-23 10:31 ` [PATCH 1/7 v9] can/peak_usb: export ctrlmode_supported to adapter specific Stephane Grosjean
                   ` (6 more replies)
  0 siblings, 7 replies; 25+ messages in thread
From: Stephane Grosjean @ 2015-01-23 10:31 UTC (permalink / raw)
  To: linux-can; +Cc: Oliver Hartkopp, Stephane Grosjean

That serie of patches upgrades the peak_usb driver by adding modifications
required to match the support of the CANFD extension, as well as those
needed to support two new CANFD USB adapters from PEAK-System Technik

Stephane Grosjean (7):
  can/peak_usb: export ctrlmode_supported to adapter specific
  can/peak_usb: add adapter BEC callback definition
  can/peak_usb: upgrade core to data bittiming specs
  can/peak_usb: upgrade core to new struct canfd_frame
  can/peak_usb: export pcan_usb_pro functions
  can/peak_usb: add peak_usb_netif_rx() new function
  can/peak_usb: add support for PEAK new CANFD USB adapters

 drivers/net/can/usb/Kconfig                  |   14 +-
 drivers/net/can/usb/peak_usb/Makefile        |    2 +-
 drivers/net/can/usb/peak_usb/pcan_ucan.h     |  222 ++++++
 drivers/net/can/usb/peak_usb/pcan_usb.c      |    1 +
 drivers/net/can/usb/peak_usb/pcan_usb_core.c |   67 +-
 drivers/net/can/usb/peak_usb/pcan_usb_core.h |   16 +-
 drivers/net/can/usb/peak_usb/pcan_usb_fd.c   | 1092 ++++++++++++++++++++++++++
 drivers/net/can/usb/peak_usb/pcan_usb_pro.c  |   17 +-
 drivers/net/can/usb/peak_usb/pcan_usb_pro.h  |   13 +
 9 files changed, 1416 insertions(+), 28 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

-- 
1.9.1


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

end of thread, other threads:[~2015-01-28 20:17 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23 10:31 [PATCH 0/7 v9] can/peak_usb: upgrade to CANFD Stephane Grosjean
2015-01-23 10:31 ` [PATCH 1/7 v9] can/peak_usb: export ctrlmode_supported to adapter specific Stephane Grosjean
2015-01-23 10:31 ` [PATCH 2/7 v9] can/peak_usb: add adapter BEC callback definition Stephane Grosjean
2015-01-23 10:31 ` [PATCH 3/7 v9] can/peak_usb: upgrade core to data bittiming specs Stephane Grosjean
2015-01-23 10:31 ` [PATCH 4/7 v9] can/peak_usb: upgrade core to new struct canfd_frame Stephane Grosjean
2015-01-23 10:31 ` [PATCH 5/7 v9] can/peak_usb: export pcan_usb_pro functions Stephane Grosjean
2015-01-23 10:31 ` [PATCH 6/7 v9] can/peak_usb: add peak_usb_netif_rx() new function Stephane Grosjean
2015-01-23 10:31 ` [PATCH 7/7 v9] can/peak_usb: add support for PEAK new CANFD USB adapters Stephane Grosjean
2015-01-26 13:50   ` Marc Kleine-Budde
2015-01-26 15:11     ` Stephane Grosjean
2015-01-26 15:14       ` Marc Kleine-Budde
2015-01-26 15:42         ` Stephane Grosjean
2015-01-26 15:51           ` Marc Kleine-Budde
2015-01-26 21:04             ` Oliver Hartkopp
2015-01-26 21:08               ` Marc Kleine-Budde
2015-01-27  8:00                 ` Oliver Hartkopp
2015-01-27  8:05                   ` Marc Kleine-Budde
2015-01-27 13:02                     ` Stephane Grosjean
2015-01-27 13:07                       ` Marc Kleine-Budde
2015-01-27 13:16                         ` Stephane Grosjean
2015-01-27 13:10                       ` Oliver Hartkopp
2015-01-27 13:25                         ` Stephane Grosjean
2015-01-27 14:27                           ` Oliver Hartkopp
2015-01-28 13:17                             ` Marc Kleine-Budde
     [not found]                               ` <54C8E811.3050806@peak-system.com>
2015-01-28 13:59                                 ` Marc Kleine-Budde

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.