aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/usb_wwan.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-25Merge tag 'usb-serial-5.20-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman1-1/+2
2022-07-25USB: serial: fix tty-port initialized commentsJohan Hovold1-1/+2
2022-07-25USB: serial: usb_wwan: replace DTR/RTS magic numbers with macrosYan Xinyu1-4/+6
2022-03-08USB: serial: usb_wwan: remove redundant assignment to variable iColin Ian King1-1/+0
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby1-3/+3
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-3/+3
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-42/+0
2021-04-08USB: serial: usb_wwan: fix TIOCGSERIAL implementationJohan Hovold1-2/+0
2021-04-08USB: serial: usb_wwan: fix unprivileged TIOCCSERIALJohan Hovold1-2/+0
2021-04-08USB: serial: usb_wwan: fix TIOCSSERIAL jiffies conversionsJohan Hovold1-4/+5
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-3/+1
2020-05-19USB: serial: usb_wwan: do not resubmit rx urb on fatal errorsBin Liu1-0/+4
2019-12-20USB: serial: option: add ZLP support for 0x1bc7/0x9010Daniele Palmas1-0/+4
2018-10-13usb_wwan: switch to ->[sg]et_serial()Al Viro1-46/+17
2018-06-26USB: serial: usb_wwan: use irqsave() in USB's complete callbackJohn Ogness1-2/+3
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold1-3/+0
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-2/+2
2015-10-09USB: usb_wwan/option: generalize option_send_setup for other driversDavid Ward1-4/+38
2015-08-18USB: usb_wwan: silence read errors on disconnectJohan Hovold1-1/+1
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-05-27USB: usb_wwan: do not resume I/O on closing portsJohan Hovold1-4/+7
2014-05-27USB: usb_wwan: report failed submissions as errorsJohan Hovold1-6/+7
2014-05-27USB: usb_wwan: remove some superfluous commentsJohan Hovold1-7/+0
2014-05-27USB: usb_wwan: remove comment from closeJohan Hovold1-1/+0
2014-05-27USB: usb_wwan: clean up delayed-urb submissionJohan Hovold1-5/+9
2014-05-27USB: usb_wwan: use interface-data accessorsJohan Hovold1-10/+10
2014-05-27USB: usb_wwan: make resume error messages uniformJohan Hovold1-2/+3
2014-05-27USB: usb_wwan: kill interrupt urb explicitly at suspendJohan Hovold1-2/+3
2014-05-27USB: usb_wwan: remove redundant urb kill from port removeJohan Hovold1-4/+1
2014-05-27USB: usb_wwan: remove unimplemented set_termiosJohan Hovold1-14/+0
2014-05-27USB: usb_wwan: remove redundant modem-control requestJohan Hovold1-3/+0
2014-05-27USB: usb_wwan: fix remote wakeupJohan Hovold1-2/+4
2014-05-27USB: usb_wwan: fix discarded writes on resume errorsJohan Hovold1-11/+16
2014-05-27USB: usb_wwan: fix potential blocked I/O after resumeJohan Hovold1-8/+17
2014-05-27USB: usb_wwan: fix potential NULL-deref at resumeJohan Hovold1-24/+19
2014-05-27USB: usb_wwan: fix urb leak at shutdownJohan Hovold1-12/+22
2014-05-27USB: usb_wwan: fix write and suspend raceJohan Hovold1-8/+5
2014-05-27USB: usb_wwan: fix race between write and resumexiao jin1-6/+2
2014-05-27USB: usb_wwan: fix urb leak in write error pathxiao jin1-1/+3
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-16USB: usb_wwan: fix handling of missing bulk endpointsJohan Hovold1-6/+3
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-5/+1
2013-08-12USB-Serial: Fix error handling of usb_wwanMatt Burtch1-10/+10
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-1/+1
2013-03-25USB: usb_wwan: remove bogus disconnect test in closeJohan Hovold1-13/+12
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-11/+6
2013-02-13USB: serial: fix null-pointer dereferences on disconnectJohan Hovold1-5/+3
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-11/+6
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-11-16Merge 3.7-rc6 into usb-next.Greg Kroah-Hartman1-5/+5
2012-10-31USB: serial: remove driver version informationJohan Hovold1-2/+0
2012-10-30USB: usb_wwan: fix bulk-urb allocationJohan Hovold1-5/+5
2012-10-25USB: usb-wwan: fix multiple memory leaks in error pathsJohan Hovold1-74/+50
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-28/+28
2012-09-14USB: serial: usb_wwan.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-13USB: serial: usb_wwan.c: remove dbg() usageGreg Kroah-Hartman1-23/+28
2012-08-27Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman1-39/+29
2012-08-10usb: usb_wwan: resume/suspend can be called after port is goneBjørn Mork1-1/+3
2012-08-10usb: usb_wwan: replace release and disconnect with a port_remove hookBjørn Mork1-38/+26
2012-07-16tty: move the termios object into the ttyAlan Cox1-1/+1
2012-05-03USB: usb_wwan.c: remove dbg() tracing callsGreg Kroah-Hartman1-23/+0
2012-04-23USB: wwan: remove an unneeded checkDan Carpenter1-11/+8
2012-04-20USB: usb_wwan.c: remove err() usageGreg Kroah-Hartman1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-08-19PM / Runtime: Add macro to test for runtime PM eventsAlan Stern1-1/+1
2011-03-23usb: wwan: fix compilation without CONFIG_PM_RUNTIMEOliver Neukum1-2/+1
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-3/+3
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-7/+36
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-02-17usb_wwan: fix error case in close()Oliver Neukum1-1/+3
2011-02-17usb_wwan: error case of resumeOliver Neukum1-1/+22
2011-02-17usb_wwan: data consistency in error caseOliver Neukum1-1/+1
2011-02-17usb_wwan: fix runtime PM in error caseOliver Neukum1-0/+1
2011-02-17usb_wwan: fix error in marking device busyOliver Neukum1-4/+9
2011-02-17USB: serial/usb_wwan, fix tty NULL dereferenceJiri Slaby1-6/+9
2010-12-10USB: serial: usb_wwan: Add missing uaccess.h / fix build failurePeter Huewe1-0/+1
2010-11-30usb-wwan: implement TIOCGSERIAL and TIOCSSERIAL to avoid blocking close(2)Dan Williams1-0/+78
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-05-20usb serial: Add generic USB wwan supportMatthew Garrett1-0/+665