summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/generic.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-17USB: serial: add generic wait_until_sent implementationJohan Hovold1-0/+31
2013-03-26USB: serial: update copyright informationJohan Hovold1-1/+1
2013-03-26USB: serial: add generic get_icount implementationJohan Hovold1-0/+27
2013-03-26USB: serial: add generic TIOCMIWAIT implementationJohan Hovold1-0/+58
2013-03-26USB: serial: remove generic release callbackJohan Hovold1-5/+0
2013-03-26USB: serial: remove generic disconnect callbackJohan Hovold1-6/+0
2013-03-26USB: serial: fix generic disconnect implementationJohan Hovold1-11/+1
2013-03-26USB: serial: remove bogus disconnect test in cleanupJohan Hovold1-14/+10
2013-03-26USB: serial: remove port number from generic-driver debugJohan Hovold1-6/+4
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-16TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-1/+1
2012-10-31USB: 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-14USB: serial-generic: use a single set of device IDsAlan Stern1-8/+2
2012-05-16USB: generic.c: remove dbg() usageGreg Kroah-Hartman1-8/+13
2012-05-09USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-7/+2
2012-05-08USB: serial: remove bizarre generic_serial probe functionGreg Kroah-Hartman1-14/+0
2012-05-08USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-04USB: 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-25usb-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
2011-11-15USB: serial: add support for multiple read urbsJohan Hovold1-21/+62
2011-01-23USB: serial: handle Data Carrier Detect changesLibor Pechacek1-0/+20
2010-08-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-6/+4
2010-08-24USB: serial: export symbol usb_serial_generic_disconnectBill Pemberton1-0/+1
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov1-5/+3
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-08-11USB: serial: fix stalled writesJohan Hovold1-5/+10
2010-05-21USB: serial: add special case for processing of empty read urbsJohan Hovold1-0/+3
2010-05-21USB: serial: remove multi-urb write from generic driverJohan Hovold1-128/+22
2010-05-21USB: serial: reimplement generic fifo-based writesJohan Hovold1-20/+39
2010-05-21USB: serial: generalise write buffer preparationJohan Hovold1-13/+34
2010-05-21USB: serial: re-implement multi-urb writes in generic driverJohan Hovold1-76/+56
2010-05-21USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold1-1/+1
2010-05-21USB: serial: clean up generic write start busy testJohan Hovold1-11/+4
2010-05-21USB: serial: clean up some error and debug messages in generic driverJohan Hovold1-9/+4
2010-05-21USB: serial: export generic throttle and unthrottleJohan Hovold1-0/+2
2010-05-21USB: serial: generalise generic read implementationJohan Hovold1-2/+3
2010-05-21USB: serial: clean up read processing in generic driverJohan Hovold1-16/+11
2010-05-21USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold1-23/+2
2010-05-21USB: serial: refactor read urb submission in generic driverJohan Hovold1-24/+8
2010-05-21USB: serial: refactor generic closeJohan Hovold1-0/+1
2010-05-21USB: serial: clear fifo on closeJohan Hovold1-1/+7
2010-05-21USB: serial: fix missing locking on fifo in write callbackJohan Hovold1-2/+5
2010-05-21USB: serial: fix generic chars_in_bufferJohan Hovold1-4/+11