summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-3/+3
* Merge tag 'usb-serial-6.2-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-12-083-6/+20
|\
| * USB: serial: xr: avoid requesting zero DTE rateJohan Hovold2022-11-301-2/+0
| * USB: serial: cp210x: add support for B0 hangupJohan Hovold2022-11-301-4/+15
| * USB: serial: cp210x: add Kamstrup RF sniffer PIDsBruno Thomsen2022-11-281-0/+2
| * USB: serial: option: add Quectel EM05-G modemDuke Xin2022-11-251-0/+3
* | USB: serial: f81534: fix division by zero on line-speed changeJohan Hovold2022-11-301-5/+7
* | USB: serial: f81232: fix division by zero on line-speed changeJohan Hovold2022-11-301-5/+7
|/
* USB: serial: option: add u-blox LARA-L6 modemDavide Tronchin2022-11-161-0/+8
* USB: serial: option: add u-blox LARA-R6 00B modemDavide Tronchin2022-11-161-0/+2
* USB: serial: option: remove old LARA-R6 PIDDavide Tronchin2022-11-161-2/+1
* USB: serial: option: add Fibocom FM160 0x0111 compositionReinhard Speyerer2022-11-151-0/+1
* USB: serial: option: add Sierra Wireless EM9191Benoît Monin2022-10-271-0/+5
* Merge tag 'usb-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-075-271/+246
|\
| * Merge tag 'usb-serial-6.0-rc8' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2022-10-011-0/+1
| |\
| | * USB: serial: qcserial: add new usb-id for Dell branded EM7455Frank Wunderlich2022-09-271-0/+1
| * | Merge 6.0-rc7 into usb-nextGreg Kroah-Hartman2022-09-261-0/+6
| |\|
| * | USB: serial: ftdi_sio: clean up driver prefixJohan Hovold2022-09-201-21/+17
| * | USB: serial: ftdi_sio: move driver structureJohan Hovold2022-09-201-66/+35
| * | USB: serial: ftdi_sio: clean up attribute visibility logicJohan Hovold2022-09-201-8/+7
| * | USB: serial: console: move mutex_unlock() before usb_serial_put()Liang He2022-09-191-1/+1
| * | USB: serial: ftdi_sio: convert to use dev_groupsJiasheng Jiang2022-09-191-21/+28
| * | USB: serial: ftdi_sio: add support for HP and HA devicesAmireddy mallikarjuna reddy2022-09-152-0/+49
| * | USB: serial: ftdi_sio: simplify divisor handlingJohan Hovold2022-09-151-3/+1
| * | USB: serial: ftdi_sio: assume hi-speed typeJohan Hovold2022-09-151-11/+12
| * | USB: serial: ftdi_sio: clean up baudrate requestJohan Hovold2022-09-151-6/+3
| * | USB: serial: ftdi_sio: clean up attribute handlingJohan Hovold2022-09-151-31/+16
| * | USB: serial: ftdi_sio: clean up modem-status handlingJohan Hovold2022-09-151-18/+4
| * | USB: serial: ftdi_sio: tighten device-type detectionJohan Hovold2022-09-151-63/+55
| * | USB: serial: ftdi_sio: rename channel indexJohan Hovold2022-09-152-26/+24
| * | USB: serial: ftdi_sio: include FT2232D in type stringJohan Hovold2022-09-151-1/+1
| * | USB: serial: ftdi_sio: rename chip typesJohan Hovold2022-09-151-30/+30
| * | USB: serial: ftdi_sio: drop redundant chip type commentsJohan Hovold2022-09-151-11/+10
| * | USB: serial: ftdi_sio: clean up chip type enumJohan Hovold2022-09-152-12/+11
| * | USB: serial: ftdi_sio: fix 300 bps rate for SIOJohan Hovold2022-09-151-2/+1
* | | Merge 7e2cd21e02b3 ("Merge tag 'tty-6.0-rc7' of git://git.kernel.org/pub/scm/...Greg Kroah-Hartman2022-09-251-0/+6
|\ \ \ | | |/ | |/|
| * | USB: serial: option: add Quectel RM520Njerry meng2022-09-131-0/+4
| * | USB: serial: option: add Quectel BG95 0x0203 compositionCarl Yin(殷张成)2022-09-131-0/+2
| |/
* | Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-055-2/+38
|\|
| * USB: serial: ch341: fix disabled rx timer on older devicesJohan Hovold2022-08-311-1/+5
| * USB: serial: ch341: fix lost character on LCR updatesJohan Hovold2022-08-311-1/+9
| * USB: serial: cp210x: add Decagon UCA device idJohan Hovold2022-08-311-0/+1
| * USB: serial: option: add support for Cinterion MV32-WA/WB RmNet modeSlark Xiao2022-08-291-0/+6
| * USB: serial: ftdi_sio: add Omron CS1W-CIF31 device idNiek Nooijens2022-08-292-0/+8
| * USB: serial: option: add Quectel EM060K modemYonglin Tan2022-08-291-0/+4
| * USB: serial: option: add support for OPPO R11 diag portYan Xinyu2022-08-291-0/+5
* | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* | usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-3030-64/+103
|/
* Merge tag 'usb-serial-5.20-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-07-258-16/+12
|\
| * USB: serial: fix tty-port initialized commentsJohan Hovold2022-07-253-3/+5