The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323: Linux 4.15-rc1 (2017-11-26 16:01:47 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.16-rc1 for you to fetch changes up to d1c48227d7c45fbb35c81f846a62ec92a74f4701: USB: serial: f81534: fix tx error on some baud rate (2018-01-11 11:00:25 +0100) ---------------------------------------------------------------- USB-serial updates for v4.16-rc1 Here are the USB-serial updates for 4.16-rc1, including: - a fix for a potential sleep-while-atomic (warning) in an io_edgeport error path - removal of a dummy TIOCSSERIAL implementation in ark3116 - new features for Fintek F81532/534 devices: - support for higher baud rates (up to 1.5 Mbps) - support for auto-RTS (for RS-485) - support for transceiver configuration - support for detecting disabled ports Included are also various clean ups. All have been (at least compile tested) in linux-next without any reported issues. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Colin Ian King (1): USB: serial: iuu_phoenix: remove redundant assignment of DIV to itself Gimcuan Hui (1): USB: serial: ark3116: clean up return values of register accessors Ji-Ze Hong (Peter Hong) (6): USB: serial: f81534: add high baud rate support USB: serial: f81534: add auto RTS direction support USB: serial: f81534: add output pin control USB: serial: f81534: only read configuration once USB: serial: f81534: add H/W disable port support USB: serial: f81534: fix tx error on some baud rate Jia-Ju Bai (1): USB: serial: io_edgeport: fix possible sleep-in-atomic Mikhail Zaytsev (2): USB: serial: ark3116: remove dummy TIOCSSERIAL ioctl USB: serial: ark3116: move TIOCGSERIAL ioctl case to function drivers/usb/serial/ark3116.c | 49 ++--- drivers/usb/serial/f81534.c | 392 +++++++++++++++++++++++++++++---------- drivers/usb/serial/io_edgeport.c | 1 - drivers/usb/serial/iuu_phoenix.c | 1 - 4 files changed, 318 insertions(+), 125 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