[PATCH 0/2] Add support for MaxLinear/Exar USB to serial converters

From: mani
Date: Tue Apr 28 2020 - 15:57:02 EST


From: Manivannan Sadhasivam <mani@xxxxxxxxxx>

Hello,

This series adds support for MaxLinear/Exar USB to serial converters.
This driver only supports XR21V141X series but provision has been made
to support other series in future.

This driver is inspired from the initial one submitted by Patong Yang:

https://patchwork.kernel.org/patch/10543261/

While the initial driver was a custom tty USB driver exposing whole
new serial interface ttyXRUSBn, this version is completely based on USB
serial core thus exposing the interfaces as ttyUSBn. This will avoid
the overhead of exposing a new USB serial interface which the userspace
tools are unaware of.

This series has been tested on Hikey970 board hosting XR21V141X chip.

Thanks,
Mani

Manivannan Sadhasivam (2):
usb: serial: Add MaxLinear/Exar USB to Serial driver
usb: serial: xr_serial: Add gpiochip support

drivers/usb/serial/Kconfig | 9 +
drivers/usb/serial/Makefile | 1 +
drivers/usb/serial/xr_serial.c | 728 +++++++++++++++++++++++++++++++++
drivers/usb/serial/xr_serial.h | 110 +++++
4 files changed, 848 insertions(+)
create mode 100644 drivers/usb/serial/xr_serial.c
create mode 100644 drivers/usb/serial/xr_serial.h

--
2.17.1