summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: use variable for statusOliver Neukum2016-07-161-8/+10
* USB: serial: option: add support for Telit LE910 PID 0x1206Daniele Palmas2016-07-161-0/+3
* USB: serial: cp210x: use kmemdupMuhammad Falak R Wani2016-07-151-3/+1
* USB: serial: ti_usb_3410_5052: use functions rather than macrosMathieu OTHACEHE2016-07-151-4/+11
* USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.hMathieu OTHACEHE2016-07-152-261/+235
* USB: serial: ti_usb_3410_5052: use __packedMathieu OTHACEHE2016-07-151-7/+7
* USB: serial: ti_usb_3410_5052: remove useless commentsMathieu OTHACEHE2016-07-151-21/+2
* USB: mos7720: delete parportSudip Mukherjee2016-06-071-0/+1
* Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-2010-99/+381
|\
| * Merge tag 'usb-serial-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-05-149-92/+233
| |\
| | * USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 supportMathieu OTHACEHE2016-05-112-3/+60
| | * USB: serial: fix minor-number allocationJohan Hovold2016-05-101-1/+2
| | * USB: serial: quatech2: fix use-after-free in probe error pathJohan Hovold2016-05-101-0/+1
| | * USB: serial: mxuport: fix use-after-free in probe error pathJohan Hovold2016-05-101-0/+10
| | * USB: serial: keyspan: fix debug and error messagesJohan Hovold2016-05-101-17/+25
| | * USB: serial: keyspan: fix URB unlinkJohan Hovold2016-05-101-16/+10
| | * USB: serial: keyspan: fix use-after-free in probe error pathJohan Hovold2016-05-101-0/+4
| | * USB: serial: io_edgeport: fix memory leaks in probe error pathJohan Hovold2016-05-101-7/+10
| | * USB: serial: io_edgeport: fix memory leaks in attach error pathJohan Hovold2016-05-101-11/+28
| | * USB: serial: cp210x: clean up CRTSCTS flag codeKonstantin Shkolnyy2016-05-051-22/+10
| | * USB: serial: cp210x: get rid of magic numbers in CRTSCTS flag codeKonstantin Shkolnyy2016-05-051-25/+84
| | * USB: serial: cp210x: fix hardware flow-control disableKonstantin Shkolnyy2016-05-051-2/+1
| | * USB: serial: use IS_ENABLED() instead of checking for FOO || FOO_MODULEJavier Martinez Canillas2016-04-251-1/+1
| | * USB: serial: ftdi_sio: constify ftdi_sio_quirk structuresJulia Lawall2016-04-251-8/+8
| * | Merge 4.6-rc7 into usb-nextGreg Kroah-Hartman2016-05-091-0/+4
| |\ \
| * | | USB: serial: option: add even more ZTE device idsLei Liu2016-05-041-0/+54
| * | | USB: serial: option: add more ZTE device idslei liu2016-05-041-1/+74
| * | | USB: serial: option: add support for Cinterion PH8 and AHxxSchemmel Hans-Christoph2016-05-031-6/+20
| | |/ | |/|
* | | Merge 4.6-rc7 into tty-nextGreg Kroah-Hartman2016-05-091-0/+4
|\ \ \ | | |/ | |/|
| * | USB: serial: cp210x: add Straizona Focusers device idsJasem Mutlaq2016-04-241-0/+2
| * | USB: serial: cp210x: add ID for Link ECUMike Manning2016-04-241-0/+2
| |/
* | tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-306-13/+13
* | tty: Replace TTY_THROTTLED bit tests with tty_throttled()Peter Hurley2016-04-301-2/+1
|/
* Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-04-084-0/+15
|\
| * USB: option: add "D-Link DWM-221 B1" device idBjørn Mork2016-04-071-0/+2
| * USB: serial: cp210x: Adding GE Healthcare Device IDMartyn Welch2016-04-071-0/+1
| * USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devicesJosh Boyer2016-04-072-0/+12
* | USB: digi_acceleport: do sanity checking for the number of portsOliver Neukum2016-03-311-0/+19
* | USB: cypress_m8: add endpoint sanity checkOliver Neukum2016-03-311-6/+5
* | USB: mct_u232: add sanity checking in probeOliver Neukum2016-03-311-1/+8
|/
* Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-1712-178/+228
|\
| * Merge tag 'usb-serial-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-03-0812-178/+228
| |\
| | * USB: serial: cp210x: add new access functions for large registersKonstantin Shkolnyy2016-02-291-113/+24
| | * USB: serial: cp210x: add 8-bit and 32-bit register access functionsKonstantin Shkolnyy2016-02-291-6/+86
| | * USB: serial: cp210x: add 16-bit register access functionsKonstantin Shkolnyy2016-02-291-39/+108
| | * USB: serial: fix semicolon.cocci warningsMathieu OTHACEHE2016-02-282-4/+1
| | * USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE2016-02-284-13/+8
| | * USB: serial: fix returnvar.cocci warningsMathieu OTHACEHE2016-02-282-4/+2
| | * USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE2016-02-284-34/+34
* | | Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-177-18/+13
|\ \ \
OpenPOWER on IntegriCloud