aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30USB: serial: drop unnecessary gotoJohan Hovold1-2/+1
2019-04-30USB: serial: clean up throttle handlingJohan Hovold1-26/+8
2019-04-30USB: serial: fix unthrottle racesJohan Hovold1-7/+32
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
2017-03-28USB: serial: relax generic driver bulk-endpoint requirementJohan Hovold1-2/+4
2017-03-28USB: serial: add calc_num_ports callback to generic driverJohan Hovold1-2/+16
2017-03-28USB: serial: add probe callback to generic driverJohan Hovold1-0/+12
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-07-16USB: serial: use variable for statusOliver Neukum1-8/+10
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-3/+3
2015-03-07USB: serial: fix infinite wait_until_sent timeoutJohan Hovold1-2/+3
2015-01-12usb: serial: handle -ENODEV quietly in generic_submit_read_urbJeremiah Mahler1-1/+1
2015-01-12usb: serial: silence all non-critical read errorsJeremiah Mahler1-1/+1
2014-03-12USB: serial: add missing bracesJohan Hovold1-5/+6
2014-03-12USB: serial: continue to write on errorsJohan Hovold1-10/+19
2014-03-12USB: serial: continue to read on errorsJohan Hovold1-4/+17
2013-11-25USB: serial: fix write memory-allocation flagJohan Hovold1-1/+1
2013-11-25USB: serial: fix race in generic writeJohan Hovold1-9/+1
2013-10-11USB: serial: export usb_serial_generic_write_startJohan Hovold1-1/+2
2013-10-11USB: serial: add memory flags to usb_serial_generic_write_startJohan Hovold1-8/+10
2013-10-11USB: serial: clean up comments in generic driverJohan Hovold1-32/+25
2013-09-26USB: serial: invoke dcd_change ldisc's handler.Paul Chavent1-0/+10
2013-07-23USB: serial: remove hupping check from tiocmiwaitJohan Hovold1-11/+2
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold1-0/+31
2013-03-25USB: serial: update copyright informationJohan Hovold1-1/+1
2013-03-25USB: serial: add generic get_icount implementationJohan Hovold1-0/+27
2013-03-25USB: serial: add generic TIOCMIWAIT implementationJohan Hovold1-0/+58
2013-03-25USB: serial: remove generic release callbackJohan Hovold1-5/+0
2013-03-25USB: serial: remove generic disconnect callbackJohan Hovold1-6/+0
2013-03-25USB: serial: fix generic disconnect implementationJohan Hovold1-11/+1
2013-03-25USB: serial: remove bogus disconnect test in cleanupJohan Hovold1-14/+10
2013-03-25USB: serial: remove port number from generic-driver debugJohan Hovold1-6/+4
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2012-10-30USB: serial: export usb_serial_generic_chars_in_bufferJohan Hovold1-0/+1
2012-09-18USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman1-4/+1
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-4/+2
2012-06-13USB: serial-generic: use a single set of device IDsAlan Stern1-8/+2
2012-05-15USB: generic.c: remove dbg() usageGreg Kroah-Hartman1-8/+13
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-7/+2
2012-05-07USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman1-14/+0
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: generic.c: remove dbg() tracing callsGreg Kroah-Hartman1-22/+0
2012-04-25USB: serial: fix double newlines in debug outputJohan Hovold1-3/+3
2012-04-25USB: serial: remove redundant write-urb killJohan Hovold1-1/+0
2012-02-24usb-serial: new API for driver registrationAlan Stern1-11/+6
2012-02-10USB: serial: use dev_err_console in generic writeJohan Hovold1-3/+1
2012-02-10USB: serial: fix console error reportingJohan Hovold1-1/+3