summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ch341.c
Commit message (Expand)AuthorAgeFilesLines
* 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: ch341: change initial line-control settingsJohan Hovold2017-01-161-9/+5
* USB: serial: ch341: rename LCR variable in set_termiosJohan Hovold2017-01-161-12/+12
* USB: serial: ch341: rename modem-status registerJohan Hovold2017-01-161-8/+8
* USB: serial: ch341: rename shadow modem-control registerJohan Hovold2017-01-161-14/+14
* USB: serial: ch341: clean up control debug messagesJohan Hovold2017-01-161-5/+4
* USB: serial: ch341: fix modem-status handlingJohan Hovold2017-01-161-15/+12
* USB: serial: ch341: fix control-message error handlingJohan Hovold2017-01-111-11/+21
* USB: serial: ch341: fix baud rate and line-control handlingJohan Hovold2017-01-091-7/+17
* USB: serial: ch341: fix line settings after reset-resumeJohan Hovold2017-01-091-1/+4
* USB: serial: ch341: fix resume after resetJohan Hovold2017-01-091-4/+13
* USB: serial: ch341: fix open error handlingJohan Hovold2017-01-091-3/+10
* USB: serial: ch341: fix modem-control and B0 handlingJohan Hovold2017-01-091-9/+7
* USB: serial: ch341: fix open and resume after B0Johan Hovold2017-01-091-1/+3
* USB: serial: ch341: fix initial modem-control stateJohan Hovold2017-01-091-1/+0
* USB: serial: ch341: add debug output for chip versionAidan Thornton2016-10-241-0/+1
* USB: serial: ch341: add support for parity, frame length, stop bitsAidan Thornton2016-10-241-6/+26
* USB: serial: ch341: reinitialize chip on reconfigurationAidan Thornton2016-10-241-17/+20
* USB: serial: ch341: add register and USB request definitionsAidan Thornton2016-10-241-19/+32
* USB: serial: fix compare_const_fl.cocci warningsMathieu OTHACEHE2016-02-281-1/+1
* Merge tag 'usb-serial-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-04-031-1/+0
|\
| * USB: ch341: remove redundant close from open error pathJohan Hovold2015-02-261-1/+0
* | USB: ch341: set tty baud speed according to tty structNicolas PLANEL2015-03-021-9/+6
|/
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-3/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: ch341: clean up interrupt handlerJohan Hovold2014-01-031-10/+9
* USB: ch341: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-41/+8
* USB: ch341: only wake up MSR queue on changesJohan Hovold2014-01-031-0/+3
* USB: ch341: fix ignored TIOCMIWAIT maskJohan Hovold2014-01-031-8/+4
* USB: ch341: clean up line-status handlingJohan Hovold2014-01-031-8/+14
* USB: ch341: refactor line-status handlingJohan Hovold2014-01-031-23/+28
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-3/+1
* USB: ch341: fix TIOCMIWAIT and disconnectJohan Hovold2013-03-251-3/+2
* USB: ch341: replace custom ioctl operation with tiocmiwaitJohan Hovold2013-03-251-22/+3
* USB: ch341: fix use-after-free in TIOCMIWAITJohan Hovold2013-03-211-5/+6
* USB: ch341: fix port-data memory leakJohan Hovold2012-10-251-7/+16
* USB: Serial: ch341.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-1/+1
* USB: serial: ch341.c: remove dbg() usageGreg Kroah-Hartman2012-09-131-19/+23
* USB: serial: ch341: make the reset_resume callback actually work.Greg Kroah-Hartman2012-05-161-1/+1
* USB: serial: ch341: put reset_resume callback back.Greg Kroah-Hartman2012-05-151-2/+2
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-6/+1
* USB: serial: ch341: remove reset_resume callbackGreg Kroah-Hartman2012-05-071-10/+4
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* usb-serial: clean up unneeded PM-related fieldsAlan Stern2012-05-071-3/+0
* USB: ch341.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-22/+0
* USB: serial: ch341.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-13/+1
OpenPOWER on IntegriCloud