aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/generic.c
AgeCommit message (Expand)Author
2014-01-09USB: serial: fix race in generic writeJohan 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
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-03USB: generic.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-04-25USB: serial: fix double newlines in debug outputJohan Hovold
2012-04-25USB: serial: remove redundant write-urb killJohan Hovold
2012-02-24usb-serial: new API for driver registrationAlan Stern
2012-02-10USB: serial: use dev_err_console in generic writeJohan Hovold
2012-02-10USB: serial: fix console error reportingJohan Hovold
2011-11-15USB: serial: add support for multiple read urbsJohan Hovold
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-08-23USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov
2010-08-10USB: serial: fix stalled writesJohan Hovold
2010-05-20USB: serial: add special case for processing of empty read urbsJohan Hovold
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold
2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold
2010-05-20USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold
2010-05-20USB: serial: clean up generic write start busy testJohan Hovold
2010-05-20USB: serial: clean up some error and debug messages in generic driverJohan Hovold
2010-05-20USB: serial: export generic throttle and unthrottleJohan Hovold
2010-05-20USB: serial: generalise generic read implementationJohan Hovold
2010-05-20USB: serial: clean up read processing in generic driverJohan Hovold
2010-05-20USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold
2010-05-20USB: serial: refactor read urb submission in generic driverJohan Hovold
2010-05-20USB: serial: refactor generic closeJohan Hovold
2010-05-20USB: serial: clear fifo on closeJohan Hovold
2010-05-20USB: serial: fix missing locking on fifo in write callbackJohan Hovold