public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/2] usb: serial: add support for CH348
@ 2023-01-06 13:53 Corentin Labbe
  2023-01-06 13:53 ` [PATCH v5 1/2] " Corentin Labbe
  2023-01-06 13:53 ` [PATCH v5 2/2] usb: serial: add myself as maintainer of CH348 Corentin Labbe
  0 siblings, 2 replies; 10+ messages in thread
From: Corentin Labbe @ 2023-01-06 13:53 UTC (permalink / raw)
  To: gregkh, johan; +Cc: linux-kernel, linux-usb, Corentin Labbe

Hello

The CH348 is an octo serial to USB adapter.
The following patch adds a driver for supporting it.
Since there is no public datasheet, unfortunatly it remains some magic values.

It was tested with a large range of baud from 1200 to 1500000 and used with
success in one of our kernel CI testlab.

Regards

Changes since v1:
- use a data structure for encoding/decoding messages.
- check if needed endpoints exists
- fix URB leak in ch348_allocate_status_read error case
- test for maximum baud rate as stated by datasheet

Changes since v2:
- specify ch348_rxbuf data length
- Use correct speed_t dwDTERate instead of __le32
- test for maximum baud rate supported according to datasheet
- Use a define for CH348_TX_HDRSIZE

Changes since v3
- Fixed all reported problem from https://lore.kernel.org/lkml/Y5NDwEakGJbmB6+b@Red/T/#mb6234d0427cfdabf412190565e215995a41482dd
  Mostly reworked the endpoint mux to be the same than mx_uport

Changes since v4:
- The V4 was sent against stable and next have ch348_set_termios ktermios
  parameter const that I forgot to change


Corentin Labbe (2):
  usb: serial: add support for CH348
  usb: serial: add myself as maintainer of CH348

 MAINTAINERS                 |   5 +
 drivers/usb/serial/Kconfig  |   9 +
 drivers/usb/serial/Makefile |   1 +
 drivers/usb/serial/ch348.c  | 660 ++++++++++++++++++++++++++++++++++++
 4 files changed, 675 insertions(+)
 create mode 100644 drivers/usb/serial/ch348.c

-- 
2.38.2


^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: [PATCH v5 1/2] usb: serial: add support for CH348
@ 2023-01-14 21:05 David Heidelberg
  2023-01-16  8:04 ` Johan Hovold
  0 siblings, 1 reply; 10+ messages in thread
From: David Heidelberg @ 2023-01-14 21:05 UTC (permalink / raw)
  To: clabbe; +Cc: gregkh, johan, LKML, linux-usb

Acked-by: David Heidelberg <david@ixit.cz>

 > +    int i;
 > +
 > +    for (i = 1; i < CH348_MAXPORT; ++i) {

One nitpick; it would be nice to have a "for" loop from C99+.

-- 
David Heidelberg
Consultant Software Engineer


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

end of thread, other threads:[~2023-05-21 22:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-06 13:53 [PATCH v5 0/2] usb: serial: add support for CH348 Corentin Labbe
2023-01-06 13:53 ` [PATCH v5 1/2] " Corentin Labbe
2023-02-16  9:14   ` Johan Hovold
2023-02-16 10:29     ` Greg KH
2023-02-16 10:49       ` Johan Hovold
2023-05-21 22:21   ` David Heidelberg
2023-01-06 13:53 ` [PATCH v5 2/2] usb: serial: add myself as maintainer of CH348 Corentin Labbe
2023-02-16  9:22   ` Johan Hovold
  -- strict thread matches above, loose matches on Subject: below --
2023-01-14 21:05 [PATCH v5 1/2] usb: serial: add support for CH348 David Heidelberg
2023-01-16  8:04 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox