summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb_wwan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-serial-5.20-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2022-07-251-1/+2
|\
| * USB: serial: fix tty-port initialized commentsJohan Hovold2022-07-251-1/+2
* | USB: serial: usb_wwan: replace DTR/RTS magic numbers with macrosYan Xinyu2022-07-251-4/+6
|/
* USB: serial: usb_wwan: remove redundant assignment to variable iColin Ian King2022-03-081-1/+0
* USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-191-3/+3
* USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-3/+3
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-42/+0
* USB: serial: usb_wwan: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+0
* USB: serial: usb_wwan: fix unprivileged TIOCCSERIALJohan Hovold2021-04-081-2/+0
* USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversionsJohan Hovold2021-04-081-4/+5
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-3/+1
* USB: serial: usb_wwan: do not resubmit rx urb on fatal errorsBin Liu2020-05-191-0/+4
* USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas2019-12-201-0/+4
* usb_wwan: switch to ->[sg]et_serial()Al Viro2018-10-131-46/+17
* USB: serial: usb_wwan: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-2/+3
* 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: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-2/+2
* USB: usb_wwan/option: generalize option_send_setup for other driversDavid Ward2015-10-091-4/+38
* USB: usb_wwan: silence read errors on disconnectJohan Hovold2015-08-181-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-06-031-1/+1
|\
| * arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
* | USB: usb_wwan: do not resume I/O on closing portsJohan Hovold2014-05-271-4/+7
* | USB: usb_wwan: report failed submissions as errorsJohan Hovold2014-05-271-6/+7
* | USB: usb_wwan: remove some superfluous commentsJohan Hovold2014-05-271-7/+0
* | USB: usb_wwan: remove comment from closeJohan Hovold2014-05-271-1/+0
* | USB: usb_wwan: clean up delayed-urb submissionJohan Hovold2014-05-271-5/+9
* | USB: usb_wwan: use interface-data accessorsJohan Hovold2014-05-271-10/+10
* | USB: usb_wwan: make resume error messages uniformJohan Hovold2014-05-271-2/+3
* | USB: usb_wwan: kill interrupt urb explicitly at suspendJohan Hovold2014-05-271-2/+3
* | USB: usb_wwan: remove redundant urb kill from port removeJohan Hovold2014-05-271-4/+1
* | USB: usb_wwan: remove unimplemented set_termiosJohan Hovold2014-05-271-14/+0
* | USB: usb_wwan: remove redundant modem-control requestJohan Hovold2014-05-271-3/+0
* | USB: usb_wwan: fix remote wakeupJohan Hovold2014-05-271-2/+4
* | USB: usb_wwan: fix discarded writes on resume errorsJohan Hovold2014-05-271-11/+16
* | USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold2014-05-271-8/+17
* | USB: usb_wwan: fix potential NULL-deref at resumeJohan Hovold2014-05-271-24/+19
* | USB: usb_wwan: fix urb leak at shutdownJohan Hovold2014-05-271-12/+22
* | USB: usb_wwan: fix write and suspend raceJohan Hovold2014-05-271-8/+5
* | USB: usb_wwan: fix race between write and resumexiao jin2014-05-271-6/+2
* | USB: usb_wwan: fix urb leak in write error pathxiao jin2014-05-271-1/+3
* | USB: usb_wwan: fix handling of missing bulk endpointsJohan Hovold2014-04-161-6/+3
|/
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-5/+1
* USB-Serial: Fix error handling of usb_wwanMatt Burtch2013-08-121-10/+10
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-1/+1
* USB: usb_wwan: remove bogus disconnect test in closeJohan Hovold2013-03-251-13/+12
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-11/+6
|\