Hi Greg, Here are my updates for 4.7-rc1. All have been in linux-next without any reported issues. Thanks, Johan The following changes since commit 02da2d72174c61988eb4456b53f405e3ebdebce4: Linux 4.6-rc5 (2016-04-24 16:17:05 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.7-rc1 for you to fetch changes up to b923c6c62981cec5e2d2187fd700c2fc4386fc45: USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 support (2016-05-11 11:31:44 +0200) ---------------------------------------------------------------- USB-serial updates for v4.7-rc1 These updates fixes a number of issues where resources were not properly released on probe errors. Included is also a fix for hardware flow-control disable for cp210x. Support for Moxa UPort 11x0 is added to the ti_usb_3410_5052 driver, and included are also some general code clean ups. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Javier Martinez Canillas (1): USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULE Johan Hovold (8): USB: serial: io_edgeport: fix memory leaks in attach error path USB: serial: io_edgeport: fix memory leaks in probe error path USB: serial: keyspan: fix use-after-free in probe error path USB: serial: keyspan: fix URB unlink USB: serial: keyspan: fix debug and error messages USB: serial: mxuport: fix use-after-free in probe error path USB: serial: quatech2: fix use-after-free in probe error path USB: serial: fix minor-number allocation Julia Lawall (1): USB: serial: ftdi_sio: constify ftdi_sio_quirk structures Konstantin Shkolnyy (3): USB: serial: cp210x: fix hardware flow-control disable USB: serial: cp210x: get rid of magic numbers in CRTSCTS flag code USB: serial: cp210x: clean up CRTSCTS flag code Mathieu OTHACEHE (1): USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 support drivers/usb/serial/cp210x.c | 102 ++++++++++++++++++++++++---------- drivers/usb/serial/ftdi_sio.c | 16 +++--- drivers/usb/serial/io_edgeport.c | 56 +++++++++++++------ drivers/usb/serial/keyspan.c | 72 +++++++++++++----------- drivers/usb/serial/mxuport.c | 10 ++++ drivers/usb/serial/quatech2.c | 1 + drivers/usb/serial/ti_usb_3410_5052.c | 55 +++++++++++++++++- drivers/usb/serial/ti_usb_3410_5052.h | 8 +++ drivers/usb/serial/usb-serial.c | 5 +- 9 files changed, 233 insertions(+), 92 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html