The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8: Linux 4.19-rc4 (2018-09-16 11:52:37 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.20-rc1 for you to fetch changes up to 17c42e34997ae172c794f84fefe47f00bec13f9a: USB: serial: cypress_m8: remove set but not used variable 'iflag' (2018-10-05 08:58:42 +0200) ---------------------------------------------------------------- USB-serial updates for v4.20-rc1 Here are the USB-serial updates for 4.20-rc1, including: - support for CBUS GPIO on FTDI devices (FTX and FT232R) - fix of a long-standing transfer-length bug Included are also various clean ups. All have been in linux-next with no reported issues. Signed-off-by: Johan Hovold <johan@xxxxxxxxxx> ---------------------------------------------------------------- Colin Ian King (1): USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving" Johan Hovold (3): USB: serial: ftdi_sio: fix gpio name collisions USB: serial: ftdi_sio: add support for FT232R CBUS gpios USB: serial: cypress_m8: fix interrupt-out transfer length Karoly Pados (1): USB: serial: ftdi_sio: implement GPIO support for FT-X devices YueHaibing (1): USB: serial: cypress_m8: remove set but not used variable 'iflag' drivers/usb/serial/cypress_m8.c | 7 +- drivers/usb/serial/ftdi_sio.c | 391 +++++++++++++++++++++++++++++++++++++++- drivers/usb/serial/ftdi_sio.h | 28 ++- 3 files changed, 420 insertions(+), 6 deletions(-)