summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cp210x.c
Commit message (Expand)AuthorAgeFilesLines
...
* USB: serial: cp210x: refactor flow-control handlingJohan Hovold2020-12-041-50/+47
* USB: serial: cp210x: drop flow-control debuggingJohan Hovold2020-12-041-5/+1
* USB: serial: cp210x: set terminal settings on openJohan Hovold2020-12-041-283/+6
* USB: serial: cp210x: clean up line-control handlingJohan Hovold2020-12-041-60/+41
* USB: serial: cp210x: return early on unchanged termiosJohan Hovold2020-12-041-0/+12
* USB: serial: cp210x: use in-kernel types in port dataJohan Hovold2020-07-141-1/+1
* USB: serial: cp210x: drop unnecessary packed attributesJohan Hovold2020-07-141-3/+3
* USB: serial: cp210x: add support for TIOCGICOUNTJohan Hovold2020-07-141-0/+1
* USB: serial: cp210x: add support for line-status eventsJohan Hovold2020-07-141-3/+186
* USB: serial: cp210x: disable interface on errors in openJohan Hovold2020-07-141-1/+10
* USB: serial: cp210x: re-enable auto-RTS on openBrant Merryman2020-07-061-0/+17
* USB: serial: cp210x: enable usb generic throttle/unthrottleBrant Merryman2020-07-061-0/+2
* usb-serial: cp201x: support Mark-10 digital force gaugeGreg Kroah-Hartman2019-11-181-0/+1
* USB: serial: cp210x: add new device idGreg Kroah-Hartman2019-03-281-0/+1
* Merge tag 'usb-serial-5.1-rc1-2' of https://git.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2019-02-211-0/+1
|\
| * USB: serial: cp210x: add ID for Ingenico 3070Ivan Mironov2019-02-071-0/+1
* | USB: serial: cp210x: fix GPIO in autosuspendKaroly Pados2019-02-201-0/+11
* | USB: serial: cp210x: add minimum baud rate for CP2105 SCIJohanna Abrahamsson2019-02-071-9/+8
* | USB: serial: cp210x: add GPIO support for CP2104Icenowy Zheng2019-02-041-4/+78
* | USB: serial: cp210x: support all gpios on CP2102N QFN28 packageMans Rullgard2019-01-251-6/+13
|/
* Merge tag 'usb-serial-4.19-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-07-201-81/+340
|\
| * 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: cp210x: add another USB ID for Qivicon ZigBee stickOlli Salonen2018-07-041-0/+1
* | USB: serial: cp210x: add CESINEL device idsJohan Hovold2018-06-181-0/+11
* | USB: serial: cp210x: add Silicon Labs IDs for Windows UpdateKaroly Pados2018-06-181-0/+3
|/
* USB: serial: cp210x: add ID for NI USB serial consoleKyle Roeschley2018-04-161-0/+1
* USB: serial: cp210x: add ELDAT Easywave RX09 idJohan Hovold2018-03-231-0/+1
* USB: serial: cp210x: add new device ID ELV ALC 8xxxChristian Holl2018-01-041-0/+1
* USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQDiego Elio Pettenò2018-01-021-0/+1
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: cp210x: add support for ELV TFD500Andreas Engel2017-09-191-0/+1
* USB: serial: cp210x: fix partnum regressionSebastian Frei2017-09-191-6/+6
* USB: serial: cp210x: add support for Qivicon USB ZigBee dongleStefan Triller2017-07-171-0/+1
* USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stickJeremie Rapin2017-06-281-0/+1
* Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-221-0/+2
|\
| * USB: serial: cp210x: add new IDs for GE Bx50v3 boardsKen Lin2017-02-061-0/+2
* | pinctrl / gpio: Introduce .set_config() callback for GPIO chipsMika Westerberg2017-01-261-5/+8
|/
* Merge tag 'usb-serial-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2016-12-011-18/+393
|\
| * USB: serial: cp210x: use tcflag_t to fix incompatible pointer typeGeert Uytterhoeven2016-11-211-4/+4
| * USB: serial: cp210x: use bool for registered flagJohan Hovold2016-10-241-3/+3
| * USB: serial: cp210x: Adding GPIO support for CP2105Martyn Welch2016-10-241-3/+385
| * USB: serial: cp210x: return -EIO on short control transfersJohan Hovold2016-10-241-3/+3
| * USB: serial: cp210x: clean up CSIZE handlingJohan Hovold2016-10-241-8/+1