Merge tag 'usb-serial-5.13-rc1' of...
Merge tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-next Johan writes: USB-serial updates for 5.13-rc1 Here are the USB-serial updates for 5.13-rc1, including: - better type detection for pl2303 - support for more line speeds for pl2303 (TA/TB) - fixed CSIZE handling for the new xr driver - core support for multi-interface functions - TIOCGSERIAL and TIOCSSERIAL fixes - generic TIOCSSERIAL support (e.g. for closing_wait) - fixed return value for unsupported ioctls - support for gpio valid masks in cp210x - drain-delay fixes and improvements - support for multi-port devices for xr - generalisation of the xr driver to support three new device classes (XR21B142X, XR21B1411 and XR2280X) Included are also various clean ups. All have been in linux-next with no reported issues. * tag 'usb-serial-5.13-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial: (72 commits) USB: cdc-acm: add more Maxlinear/Exar models to ignore list USB: serial: xr: add copyright notice USB: serial: xr: reset FIFOs on open USB: serial: xr: add support for XR22801, XR22802, XR22804 USB: serial: xr: add support for XR21B1411 USB: serial: xr: add support for XR21B1421, XR21B1422 and XR21B1424 USB: serial: xr: add type abstraction USB: serial: xr: drop type prefix from shared defines USB: serial: xr: move pin configuration to probe USB: serial: xr: rename GPIO-pin defines USB: serial: xr: rename GPIO-mode defines USB: serial: xr: add support for XR21V1412 and XR21V1414 USB: serial: ti_usb_3410_5052: clean up termios CSIZE handling USB: serial: ti_usb_3410_5052: use kernel types consistently USB: serial: ti_usb_3410_5052: add port-command helpers USB: serial: ti_usb_3410_5052: clean up vendor-request helpers USB: serial: ti_usb_3410_5052: drop unnecessary packed attributes USB: serial: io_ti: drop unnecessary packed attributes USB: serial: io_ti: use kernel types consistently USB: serial: io_ti: add read-port-command helper ...
Showing
- drivers/usb/class/cdc-acm.c 11 additions, 3 deletionsdrivers/usb/class/cdc-acm.c
- drivers/usb/serial/ark3116.c 0 additions, 13 deletionsdrivers/usb/serial/ark3116.c
- drivers/usb/serial/cp210x.c 19 additions, 12 deletionsdrivers/usb/serial/cp210x.c
- drivers/usb/serial/f81232.c 3 additions, 9 deletionsdrivers/usb/serial/f81232.c
- drivers/usb/serial/f81534.c 1 addition, 6 deletionsdrivers/usb/serial/f81534.c
- drivers/usb/serial/ftdi_sio.c 9 additions, 26 deletionsdrivers/usb/serial/ftdi_sio.c
- drivers/usb/serial/io_edgeport.c 1 addition, 66 deletionsdrivers/usb/serial/io_edgeport.c
- drivers/usb/serial/io_edgeport.h 0 additions, 68 deletionsdrivers/usb/serial/io_edgeport.h
- drivers/usb/serial/io_ti.c 85 additions, 125 deletionsdrivers/usb/serial/io_ti.c
- drivers/usb/serial/io_ti.h 19 additions, 19 deletionsdrivers/usb/serial/io_ti.h
- drivers/usb/serial/iuu_phoenix.c 1 addition, 3 deletionsdrivers/usb/serial/iuu_phoenix.c
- drivers/usb/serial/keyspan.c 0 additions, 20 deletionsdrivers/usb/serial/keyspan.c
- drivers/usb/serial/metro-usb.c 2 additions, 2 deletionsdrivers/usb/serial/metro-usb.c
- drivers/usb/serial/mos7720.c 0 additions, 18 deletionsdrivers/usb/serial/mos7720.c
- drivers/usb/serial/mos7840.c 0 additions, 23 deletionsdrivers/usb/serial/mos7840.c
- drivers/usb/serial/opticon.c 0 additions, 18 deletionsdrivers/usb/serial/opticon.c
- drivers/usb/serial/option.c 0 additions, 2 deletionsdrivers/usb/serial/option.c
- drivers/usb/serial/pl2303.c 142 additions, 46 deletionsdrivers/usb/serial/pl2303.c
- drivers/usb/serial/quatech2.c 0 additions, 16 deletionsdrivers/usb/serial/quatech2.c
- drivers/usb/serial/ssu100.c 0 additions, 16 deletionsdrivers/usb/serial/ssu100.c
Loading
Please register or sign in to comment