mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] usb: serial: add CH348 driver
@ 2022-09-06  8:29 Corentin Labbe
  2022-09-06  8:29 ` [PATCH 1/2] usb: serial: add support for CH348 Corentin Labbe
  2022-09-06  8:29 ` [PATCH 2/2] usb: serial: add myself as maintainer of ch348 Corentin Labbe
  0 siblings, 2 replies; 4+ messages in thread
From: Corentin Labbe @ 2022-09-06  8:29 UTC (permalink / raw)
  To: gregkh, johan; +Cc: linux-kernel, linux-usb, neil.armstrong, 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

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  | 709 ++++++++++++++++++++++++++++++++++++
 4 files changed, 724 insertions(+)
 create mode 100644 drivers/usb/serial/ch348.c

-- 
2.35.1


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

end of thread, other threads:[~2022-09-06  9:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-06  8:29 [PATCH 0/2] usb: serial: add CH348 driver Corentin Labbe
2022-09-06  8:29 ` [PATCH 1/2] usb: serial: add support for CH348 Corentin Labbe
2022-09-06  9:03   ` Oliver Neukum
2022-09-06  8:29 ` [PATCH 2/2] usb: serial: add myself as maintainer of ch348 Corentin Labbe

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

all inboxes | Powered by JetHome®