summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJohn Keeping2021-07-211-0/+1
* USB: serial: cp210x: fix comments for GE CS1000Ian Ray2021-07-201-2/+2
* USB: serial: option: add support for u-blox LARA-R6 familyMarco De Marco2021-07-121-0/+3
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-0521-174/+282
|\
| * Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-06-2421-174/+282
| |\
| | * USB: serial: cp210x: add support for GPIOs on CP2108Pho Tran2021-06-161-19/+170
| | * USB: serial: drop irq-flags initialisationsJohan Hovold2021-05-213-14/+13
| | * USB: serial: mos7840: drop buffer-callback return-value commentsJohan Hovold2021-05-211-5/+0
| | * USB: serial: mos7720: drop buffer-callback sanity checksJohan Hovold2021-05-211-15/+2
| | * USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold2021-05-211-26/+1
| | * USB: serial: digi_acceleport: add chars_in_buffer lockingJohan Hovold2021-05-211-9/+11
| | * USB: serial: digi_acceleport: reduce chars_in_buffer over-reportingJohan Hovold2021-05-211-2/+1
| | * USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-1913-37/+37
| | * USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-1919-48/+48
* | | tty: make use of tty_get_{char,frame}_sizeJiri Slaby2021-06-154-58/+5
* | | cypress_m8: switch data_bits to real character bitsJiri Slaby2021-06-151-6/+6
* | | Merge tag 'v5.13-rc6' into tty-nextGreg Kroah-Hartman2021-06-145-12/+88
|\| |
| * | USB: serial: cp210x: fix CP2102N-A01 modem controlJohan Hovold2021-06-101-5/+59
| * | USB: serial: cp210x: fix alternate function for CP2102N QFN20Stefan Agner2021-06-101-1/+19
| * | USB: serial: ftdi_sio: add NovaTech OrionMX product IDGeorge McCollister2021-06-052-0/+2
| * | USB: serial: omninet: update driver descriptionAlexandre GRIVEAUX2021-05-251-3/+3
| * | USB: serial: omninet: add device id for Zyxel Omni 56K PlusAlexandre GRIVEAUX2021-05-251-0/+2
| * | USB: serial: quatech2: fix control-request directionsJohan Hovold2021-05-251-3/+3
* | | Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-316-0/+19
|\| |
| * | USB: serial: pl2303: add device id for ADLINK ND-6530 GCZolton Jheng2021-05-102-0/+2
| * | USB: serial: ti_usb_3410_5052: add startech.com device idSean MacLennan2021-05-101-0/+3
| * | USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011Daniele Palmas2021-05-101-0/+4
| * | USB: serial: ftdi_sio: add IDs for IDS GmbH ProductsDominik Andreas Schorpp2021-05-102-0/+10
| |/
* | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
|/
* Merge tag 'usb-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-04-2626-917/+1139
|\
| * USB: serial: xr: add copyright noticeJohan Hovold2021-04-131-0/+1
| * USB: serial: xr: reset FIFOs on openJohan Hovold2021-04-131-0/+51
| * USB: serial: xr: add support for XR22801, XR22802, XR22804Johan Hovold2021-04-131-0/+23
| * USB: serial: xr: add support for XR21B1411Johan Hovold2021-04-131-16/+48
| * USB: serial: xr: add support for XR21B1421, XR21B1422 and XR21B1424Johan Hovold2021-04-131-76/+262
| * USB: serial: xr: add type abstractionJohan Hovold2021-04-131-43/+85
| * USB: serial: xr: drop type prefix from shared definesJohan Hovold2021-04-131-61/+61
| * USB: serial: xr: move pin configuration to probeJohan Hovold2021-04-131-8/+37
| * USB: serial: xr: rename GPIO-pin definesJohan Hovold2021-04-131-17/+17
| * USB: serial: xr: rename GPIO-mode definesJohan Hovold2021-04-131-7/+7
| * USB: serial: xr: add support for XR21V1412 and XR21V1414Johan Hovold2021-04-131-4/+51
| * USB: serial: ti_usb_3410_5052: clean up termios CSIZE handlingJohan Hovold2021-04-131-8/+8
| * USB: serial: ti_usb_3410_5052: use kernel types consistentlyJohan Hovold2021-04-131-17/+17
| * USB: serial: ti_usb_3410_5052: add port-command helpersJohan Hovold2021-04-131-50/+44
| * USB: serial: ti_usb_3410_5052: clean up vendor-request helpersJohan Hovold2021-04-131-8/+7
| * USB: serial: ti_usb_3410_5052: drop unnecessary packed attributesJohan Hovold2021-04-131-4/+4
| * USB: serial: io_ti: drop unnecessary packed attributesJohan Hovold2021-04-132-4/+4
| * USB: serial: io_ti: use kernel types consistentlyJohan Hovold2021-04-132-71/+71
| * USB: serial: io_ti: add read-port-command helperJohan Hovold2021-04-131-6/+9