linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/1] can: ucan: add driver for Theobroma Systems UCAN devices
@ 2018-03-13 17:35 Jakob Unterwurzacher
  2018-03-13 17:35 ` [PATCH v2 1/1] " Jakob Unterwurzacher
  2018-03-13 17:40 ` [PATCH v2 0/1] Open questions Jakob Unterwurzacher
  0 siblings, 2 replies; 25+ messages in thread
From: Jakob Unterwurzacher @ 2018-03-13 17:35 UTC (permalink / raw)
  To: jakob.unterwurzacher
  Cc: Martin Elshuber, Philipp Tomsich, Wolfgang Grandegger,
	Marc Kleine-Budde, linux-can, linux-kernel

This is the second iteration of the Theobroma Systems CAN/USB
adapter driver.

Thanks to feedback from the list and additonal internal stress-testing,
the driver, the wire protocol and the device firmware have been improved.

Among other changes, error states are now handled, and an explicit
tx completion message has been added.

A few questions and review comments are still open. I will post an
email gathering all answers in a reply to this cover letter.

Jakob Unterwurzacher (1):
  can: ucan: add driver for Theobroma Systems UCAN devices

 Documentation/networking/can_ucan_protocol.rst |  315 +++++
 Documentation/networking/index.rst             |    1 +
 drivers/net/can/usb/Kconfig                    |   10 +
 drivers/net/can/usb/Makefile                   |    1 +
 drivers/net/can/usb/ucan.c                     | 1587 ++++++++++++++++++++++++
 5 files changed, 1914 insertions(+)
 create mode 100644 Documentation/networking/can_ucan_protocol.rst
 create mode 100644 drivers/net/can/usb/ucan.c

-- 
2.11.0

Cc: Martin Elshuber <martin.elshuber@theobroma-systems.com>
Cc: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Cc: linux-can@vger.kernel.org
Cc: linux-kernel@vger.kernel.org

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

end of thread, other threads:[~2018-03-16 12:15 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 17:35 [PATCH v2 0/1] can: ucan: add driver for Theobroma Systems UCAN devices Jakob Unterwurzacher
2018-03-13 17:35 ` [PATCH v2 1/1] " Jakob Unterwurzacher
2018-03-13 17:44   ` Marc Kleine-Budde
2018-03-13 17:53     ` Jakob Unterwurzacher
2018-03-13 17:56       ` Marc Kleine-Budde
2018-03-14  7:51   ` Marc Kleine-Budde
2018-03-14  9:09     ` Jakob Unterwurzacher
2018-03-14  9:36       ` rx_packets/bytes stats for error frames (was: Re: [PATCH v2 1/1] can: ucan: add driver for Theobroma Systems UCAN devices) Marc Kleine-Budde
2018-03-14  9:46         ` rx_packets/bytes stats for error frames Wolfgang Grandegger
2018-03-14  9:57           ` Jakob Unterwurzacher
2018-03-14  9:11   ` [PATCH v2 1/1] can: ucan: add driver for Theobroma Systems UCAN devices Wolfgang Grandegger
2018-03-14  9:14     ` Jakob Unterwurzacher
2018-03-14  9:17       ` Wolfgang Grandegger
2018-03-14  9:21         ` Jakob Unterwurzacher
2018-03-14  9:25         ` Wolfgang Grandegger
2018-03-14  9:48           ` Jakob Unterwurzacher
2018-03-14 10:04             ` Wolfgang Grandegger
2018-03-14 10:19               ` Jakob Unterwurzacher
2018-03-14 19:07               ` Jakob Unterwurzacher
2018-03-15  6:58                 ` Wolfgang Grandegger
2018-03-16  7:01   ` kbuild test robot
2018-03-16 12:14   ` kbuild test robot
2018-03-13 17:40 ` [PATCH v2 0/1] Open questions Jakob Unterwurzacher
     [not found]   ` <06378497-1ACE-4333-810F-4E3E4706CCD5@theobroma-systems.com>
2018-03-13 17:48     ` Jakob Unterwurzacher
2018-03-13 17:48     ` Marc Kleine-Budde

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