Hi Greg,

Here are the usb-serial updates for 4.5-rc1.

These patches have all been in linux-next for a while except for the new
mxu11x0 driver (that has passed the 0-day testing).

Thanks,
Johan


The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git 
tags/usb-serial-4.5-rc1

for you to fetch changes up to 6ff9d2761b8655991f48f113f7edaefea5c92905:

  USB: mxu11x0: drop redundant function name from error messages (2015-12-29 
13:43:14 +0100)

----------------------------------------------------------------
USB-serial updates for v4.5-rc1

These updates add support for Moxa UPort 1100-series devices through a
new mxu11x0 driver.

The cp210x driver gains proper support for cp2108 devices by working
around a couple of firmware bugs, and generic wait-until-sent support
(e.g. for tcdrain) is also added.

Included are also some general clean ups.

Signed-off-by: Johan Hovold <jo...@kernel.org>

----------------------------------------------------------------
Geyslan G. Bem (2):
      USB: io_edgeport: remove redundant conditions
      USB: mos7840: remove redundant condition

Johan Hovold (6):
      USB: mxu11x0: fix memory leak in port-probe error path
      USB: mxu11x0: fix memory leak on firmware download
      USB: mxu11x0: fix modem-control handling on B0-transitions
      USB: mxu11x0: rename usb-serial driver
      USB: mxu11x0: fix debug-message typos
      USB: mxu11x0: drop redundant function name from error messages

Konstantin Shkolnyy (4):
      USB: cp210x: flush device queues at close
      USB: cp210x: relocate private data from USB interface to port
      USB: cp210x: work around cp2108 GET_LINE_CTL bug
      USB: cp210x: add tx_empty()

Mathieu OTHACEHE (1):
      USB: serial: add Moxa UPORT 11x0 driver

 drivers/usb/serial/Kconfig       |  16 +
 drivers/usb/serial/Makefile      |   1 +
 drivers/usb/serial/cp210x.c      | 186 +++++++-
 drivers/usb/serial/io_edgeport.c |  35 +-
 drivers/usb/serial/mos7840.c     |   2 +-
 drivers/usb/serial/mxu11x0.c     | 986 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 1180 insertions(+), 46 deletions(-)
 create mode 100644 drivers/usb/serial/mxu11x0.c
--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to