summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | USB: serial: simple: add Motorola Tetra MTP6550 idJohan Hovold2018-09-241-1/+2
* | | USB: serial: option: add two-endpoints device-id flagJohan Hovold2018-09-141-10/+7Star
* | | USB: serial: option: improve Quectel EP06 detectionKristian Evensen2018-09-141-2/+16
| |/ |/|
* | USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
* | USB: serial: io_ti: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
|/
* USB: serial: pl2303: add a new device id for ATENMovie Song2018-08-022-0/+3
* USB: option: add support for DW5821eAleksander Morgado2018-07-281-0/+4
* Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-07-2018-159/+431
|\
| * USB: serial: cp210x: implement GPIO support for CP2102NKaroly Pados2018-07-201-36/+209
| * USB: serial: cp210x: improve line-speed handling for CP2104 and CP2105Johan Hovold2018-07-181-2/+7
| * USB: serial: cp210x: generalise CP2102N line-speed handlingJohan Hovold2018-07-181-23/+27
| * USB: serial: cp210x: improve baudrate support for CP2102NKaroly Pados2018-07-181-5/+34
| * USB: serial: cp210x: honour device-type maximum line speedJohan Hovold2018-07-181-3/+38
| * USB: serial: cp210x: make line-speed quantisation data drivenJohan Hovold2018-07-181-43/+56
| * USB: serial: iuu_phoenix: drop redundant input-speed re-encodingJohan Hovold2018-07-161-3/+0Star
| * USB: serial: iuu_phoenix: drop unused driver-data baud rateJohan Hovold2018-07-161-2/+0Star
| * USB: serial: mos7720: remove redundant variables iflag, mask and serialColin Ian King2018-07-161-9/+0Star
| * USB: serial: kl5kusb105: remove KLSI device idJohan Hovold2018-07-112-4/+0Star
| * USB: serial: kobil_sct: add missing version error handlingJohan Hovold2018-07-061-4/+8
| * USB: serial: kobil_sct: fix modem-status error handlingJohan Hovold2018-07-061-2/+10
| * USB: serial: digi_acceleport: rename tty flag variableJohan Hovold2018-06-271-6/+6
| * USB: serial: usb_wwan: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
| * USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-4/+5