aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/generic.c
AgeCommit message (Expand)Author
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby
2020-07-09USB: serial: drop redundant transfer-buffer castsJohan Hovold
2020-07-09USB: serial: add sysrq break-handler dummyJohan Hovold
2020-07-09USB: serial: inline sysrq dummy functionJohan Hovold
2020-07-09USB: serial: only process sysrq when enabledJohan Hovold
2020-07-09USB: serial: only set sysrq timestamp for consolesJohan Hovold
2020-03-11USB: serial: clean up carrier-detect helperJohan Hovold
2020-02-10USB: serial: relax unthrottle memory barrierJohan Hovold
2019-04-30USB: serial: drop unnecessary gotoJohan Hovold
2019-04-30USB: serial: clean up throttle handlingJohan Hovold
2019-04-30USB: serial: fix unthrottle racesJohan Hovold
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-03-28USB: serial: relax generic driver bulk-endpoint requirementJohan Hovold
2017-03-28USB: serial: add calc_num_ports callback to generic driverJohan Hovold
2017-03-28USB: serial: add probe callback to generic driverJohan Hovold
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2016-07-16USB: serial: use variable for statusOliver Neukum
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley
2015-03-07USB: serial: fix infinite wait_until_sent timeoutJohan Hovold
2015-01-12usb: serial: handle -ENODEV quietly in generic_submit_read_urbJeremiah Mahler
2015-01-12usb: serial: silence all non-critical read errorsJeremiah Mahler
2014-03-12USB: serial: add missing bracesJohan Hovold
2014-03-12USB: serial: continue to write on errorsJohan Hovold
2014-03-12USB: serial: continue to read on errorsJohan Hovold
2013-11-25USB: serial: fix write memory-allocation flagJohan Hovold
2013-11-25USB: serial: fix race in generic writeJohan Hovold
2013-10-11USB: serial: export usb_serial_generic_write_startJohan Hovold
2013-10-11USB: serial: add memory flags to usb_serial_generic_write_startJohan Hovold
2013-10-11USB: serial: clean up comments in generic driverJohan Hovold
2013-09-26USB: serial: invoke dcd_change ldisc's handler.Paul Chavent
2013-07-23USB: serial: remove hupping check from tiocmiwaitJohan Hovold
2013-05-16USB: serial: add generic wait_until_sent implementationJohan Hovold
2013-03-25USB: serial: update copyright informationJohan Hovold
2013-03-25USB: serial: add generic get_icount implementationJohan Hovold
2013-03-25USB: serial: add generic TIOCMIWAIT implementationJohan Hovold
2013-03-25USB: serial: remove generic release callbackJohan Hovold
2013-03-25USB: serial: remove generic disconnect callbackJohan Hovold
2013-03-25USB: serial: fix generic disconnect implementationJohan Hovold
2013-03-25USB: serial: remove bogus disconnect test in cleanupJohan Hovold
2013-03-25USB: serial: remove port number from generic-driver debugJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2012-10-30USB: serial: export usb_serial_generic_chars_in_bufferJohan Hovold
2012-09-18USB: Serial: usb-serial: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-06-13USB: serial-generic: use a single set of device IDsAlan Stern
2012-05-15USB: generic.c: remove dbg() usageGreg Kroah-Hartman