summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge 5.0-rc4 into usb-nextGreg Kroah-Hartman2019-01-289-2/+24
|\
| * USB: serial: keyspan_usa: add proper SPDX lines for .h filesGreg Kroah-Hartman2019-01-185-0/+5
| * USB: serial: pl2303: add new PID to support PL2303TBCharles Yeh2019-01-172-0/+3
| * USB: serial: ftdi_sio: fix GPIO not working in autosuspendKaroly Pados2019-01-141-1/+14
| * USB: serial: simple: add Motorola Tetra TPG2200 device idMax Schulze2019-01-071-1/+2
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+1
|/
* USB: serial: option: add Fibocom NL678 seriesJörgen Storvist2018-12-211-0/+4
* Merge USB 4.20-rc8 mergepoint into usb-nextGreg Kroah-Hartman2018-12-211-1/+15
|\
| * USB: serial: option: add Telit LN940 seriesJörgen Storvist2018-12-131-0/+4
| * USB: serial: option: add Fibocom NL668 seriesJörgen Storvist2018-12-131-0/+2
| * USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)Jörgen Storvist2018-12-121-0/+1
| * USB: serial: option: add GosunCn ZTE WeLink ME3630Jörgen Storvist2018-12-121-0/+2
| * USB: serial: option: add HP lt4132Tore Anderson2018-12-101-1/+6
* | Merge tag 'usb-serial-4.21-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-12-216-55/+55
|\ \ | |/ |/|
| * USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displaysScott Chen2018-12-182-0/+10
| * USB: serial: mos7840: remove set but not used variables 'number, serial'YueHaibing2018-12-101-6/+0Star
| * USB: serial: mos7840: add a product ID for the new productJackyChou2018-12-051-2/+8
| * USB: serial: mos7840: clean up register handlingJackyChou2018-12-051-32/+16Star
| * USB: serial: ftdi_sio: use rounding when calculating baud rate divisorsNikolaj Fogh2018-11-231-3/+3
| * USB: serial: f81534: fix reading old/new IC configJi-Ze Hong (Peter Hong)2018-11-201-3/+17
| * USB: serial: mos7840: remove set but not used variables 'st, data1, iflag'YueHaibing2018-11-121-6/+1Star
| * USB: serial: quatech2: remove set but not used variable 'port_priv'YueHaibing2018-11-121-3/+0Star
* | USB: serial: console: fix reported terminal settingsJohan Hovold2018-12-051-1/+1
|/
* Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-10-263-6/+420
|\
| * Merge tag 'usb-serial-4.20-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-10-183-6/+420
| |\
| | * USB: serial: cypress_m8: remove set but not used variable 'iflag'YueHaibing2018-10-051-2/+1Star
| | * USB: serial: cypress_m8: fix interrupt-out transfer lengthJohan Hovold2018-10-051-1/+1
| | * USB: serial: ftdi_sio: add support for FT232R CBUS gpiosJohan Hovold2018-10-052-3/+40
| | * USB: serial: ftdi_sio: fix gpio name collisionsJohan Hovold2018-10-051-5/+0Star
| | * USB: serial: ftdi_sio: implement GPIO support for FT-X devicesKaroly Pados2018-09-262-2/+385
| | * USB: serial: cypress_m8: fix spelling mistake "retreiving" -> "retrieving"Colin Ian King2018-09-241-1/+1
* | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-2418-508/+225Star
|\ \ \ | |/ / |/| |
| * | complete ->[sg]et_serial() switchoverAl Viro2018-10-131-2/+2
| * | usb_wwan: switch to ->[sg]et_serial()Al Viro2018-10-133-49/+23Star
| * | whiteheat: switch to ->get_serial()Al Viro2018-10-131-27/+15Star
| * | ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro2018-10-131-50/+24Star
| * | ssu100: switch to ->get_serial()Al Viro2018-10-131-31/+11Star
| * | quatech2: switch to ->get_serial()Al Viro2018-10-131-31/+11Star
| * | pl2303: switch to ->get_serial()Al Viro2018-10-131-21/+8Star
| * | opticon: switch to ->get_serial()Al Viro2018-10-131-31/+12Star
| * | mos7840: switch to ->get_serial()Al Viro2018-10-131-26/+13Star
| * | mos7720: switch to ->get_serial()Al Viro2018-10-131-21/+13Star
| * | io_ti: switch to ->get_serial()Al Viro2018-10-131-33/+14Star
| * | io_edgeport: switch to ->get_serial()Al Viro2018-10-131-21/+16Star
| * | fdti_sio: switch to ->[sg]et_serial()Al Viro2018-10-131-27/+21Star
| * | f81534: switch to ->get_serial()Al Viro2018-10-131-30/+8Star
| * | f81232: switch to ->get_serial()Al Viro2018-10-131-28/+8Star
| * | ark3116: switch to ->get_serial()Al Viro2018-10-131-30/+8Star
| * | usb-serial: begin switching to ->[sg]et_serial()Al Viro2018-10-131-0/+20
| * | mos7720: bury dead TIOCM... in ->ioctl()Al Viro2018-09-141-52/+0Star