All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/7] can: peak: add support for PEAK new CANFD USB adapters
@ 2015-01-20 13:57 Marc Kleine-Budde
  0 siblings, 0 replies; only message in thread
From: Marc Kleine-Budde @ 2015-01-20 13:57 UTC (permalink / raw)
  To: s.grosjean; +Cc: linux-can, Marc Kleine-Budde

Hey,

picking up Stephane's work. I've split up the patches see my reply on
Stephane's series for more details.

regards,
Marc

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 new CANFD extension -
    peak_usb_set_data_bittiming()
  can: peak_usb: upgrade core to new CANFD extension - struct
    canfd_frame
  can: peak_usb: add support for PEAK new CANFD USB adapters -
    pcan_usb_pro_*()
  can: peak_usb: upgrade core to new CANFD extension - add
    peak_usb_netif_rx()
  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   | 1091 ++++++++++++++++++++++++++
 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, 1415 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

-- 
2.1.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-30 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-20 13:57 [PATCH v6 0/7] can: peak: add support for PEAK new CANFD USB adapters 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.