USB: serial: fix race between probe and open
[linux-flexiantxendom0.git] / drivers / usb / serial / usb-serial.c
2012-04-30 Johan HovoldUSB: serial: fix race between probe and open
2011-08-23 Kuninori MorimotoUSB: use usb_endpoint_maxp() instead of le16_to_cpu()
2011-03-16 Linus TorvaldsMerge branch 'tty-next' of git://git./linux/kernel...
2011-02-25 Alan SternUSB: serial drivers need to use larger bulk-in buffers
2011-02-17 Alan Coxtty: now phase out the ioctl file pointer for good
2011-02-17 Alan Coxtty: remove filp from the USB tty ioctls
2011-02-17 Alan Coxtiocmset: kill the file pointer argument
2011-02-17 Alan Coxtiocmget: kill off the passing of the struct file
2011-01-23 Alan SternUSB serial: add missing .usb_driver field in serial...
2010-11-30 Alan SternUSB: fix autosuspend bug in usb-serial
2010-11-17 Arnd BergmannBKL: remove extraneous #include <smp_lock.h>
2010-10-22 Alan Coxtty: Make tiocgicount a handler
2010-08-24 Ming LeiUSB: serial: fix leak of usb serial module refrence...
2010-08-10 Ming LeiUSB: serial: enable async suspend for usb serial port...
2010-08-10 Andi KleenUSB-BKL: Remove BKL use for usb serial driver probing
2010-05-20 Johan HovoldUSB: serial: reimplement generic fifo-based writes
2010-05-20 Johan HovoldUSB: serial: generalise write buffer preparation
2010-05-20 Johan HovoldUSB: serial: generalise generic read implementation
2010-05-20 Johan HovoldUSB: serial: allow drivers to define bulk buffer sizes
2010-05-20 Jason Wesselusb-serial: Use tty_port version console instead of...
2010-03-02 Alan Coxtty: Fix various bogus WARN checks in the usb serial...
2010-03-02 Johan HovoldUSB: serial: fix typo in debug message
2009-12-23 Stefani SeiboldFix usb_serial_probe() problem introduced by the recent...
2009-12-22 Stefani Seiboldkfifo: move out spinlock
2009-12-22 Stefani Seiboldkfifo: move struct kfifo in place
2009-12-11 Alan Coxusb_serial: Kill port mutex
2009-12-11 Alan Coxusb_serial: Use the shutdown() operation
2009-12-11 Alan Coxtty_port: add "tty_port_open" helper
2009-10-09 Oliver NeukumUSB: small fix in error case of suspend in generic...
2009-10-09 Alan SternUSB: serial: don't call release without attach
2009-09-27 Dave Youngtty: Fix regressions caused by commit b50989dc
2009-09-23 David VomLehnUSB: use kfifo to buffer usb-generic serial writes
2009-09-23 Oliver NeukumUSB: fix wrong order of events in usb serial suspension
2009-09-23 Jiri SlabyUSB: usb-serial, remove unused variables
2009-09-19 Alan Sternusb-serial: straighten out serial_open
2009-09-19 Alan Sternusb-serial: add missing tests and debug lines
2009-09-19 Alan Sternusb-serial: rename subroutines
2009-09-19 Alan Sternusb-serial: fix termios initialization logic
2009-09-19 Alan Sternusb-serial: acquire references when a new tty is installed
2009-09-19 Alan Sternusb-serial: change logic of serial lookups
2009-09-19 Alan Sternusb-serial: put subroutines in logical order
2009-09-19 Alan Sternusb-serial: change referencing of port and serial struc...
2009-09-19 Alan Coxtty: USB serial termios bits
2009-09-19 Alan Coxtty: USB does not need the filp argument in the drivers
2009-09-19 Alan Coxtty: USB can now use the shutdown method for kref based...
2009-09-19 Alan Coxtty: USB hangup is racy
2009-07-28 Alan Coxusb_serial: Fix remaining ref count/lock bugs
2009-07-27 Alan Coxtty: Fix a USB serial crash/scribble
2009-07-13 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/usb-2.6
2009-07-12 Jason WesselUSB: console: Fix regression in usb console on kernel...
2009-07-12 Alexey Dobriyanheaders: smp_lock.h redux
2009-06-25 Thadeu Lima de Sou... usb_serial: Fix oops when unexisting usb serial device...
2009-06-16 Alan SternUSB: usb-serial: replace shutdown with disconnect,...
2009-06-16 Alan SternUSB: usb-serial: call port_probe and port_remove at...
2009-06-11 Alan Coxtty: Bring the usb tty port structure into more use
2009-05-28 Alan Sternusb-serial: fix crash when sub-driver updates firmware
2009-04-23 Alan SternUSB: serial: fix lifetime and locking problems
2009-04-01 Alexey Dobriyanproc tty: switch usb-serial to ->proc_fops
2009-03-24 Dave Youngusb-serial: fix usb_serial_register bug when boot with...
2009-03-24 James WoodcockUSB: serial: refuse to open recently removed USB Serial...
2009-03-24 Oliver NeukumUSB: serial: remove recourse to generic method
2009-03-24 Oliver NeukumUSB: serial: use generic method if no alternative is...
2009-03-24 Oliver NeukumUSB: serial: introduce a flag into the usb serial layer...
2009-01-13 Alan Coxusb-serial: remove NULL check
2009-01-02 Alan Coxtty: Drop the lock_kernel in the private ioctl hook
2009-01-02 Alan Coxtty: USB tty devices can block in tcdrain when unplugged
2009-01-02 Alan Coxtty: Fix close races in USB serial
2008-10-30 Alan Coxtty: Fix USB kref leak
2008-10-17 Greg Kroah-HartmanUSB: remove use of err() in drivers/usb/serial
2008-10-17 Greg Kroah-HartmanUSB: remove info() macro from usb/serial drivers
2008-10-13 Alan Coxtty: usb-serial krefs
2008-09-23 Andreas Bombeusb-serial: Add Siemens EF81 to PL-2303 hack triggers
2008-08-14 Alan Sternusb-serial: don't release unregistered minors
2008-07-22 Alan Coxtty: rework break handling
2008-07-22 Alan Coxusb-serial: Coding style
2008-07-22 Alan Coxusb_serial: API all change
2008-07-21 Oliver NeukumUSB: fix usb serial pm counter decrement for disconnect...
2008-07-21 Andre HauptUSB: usb-serial: fix a sparse warning about different...
2008-07-21 Kay SieversUSB: usb dev_set_name() instead of dev->bus_id
2008-07-21 Kay SieversUSB: usb dev_name() instead of dev->bus_id
2008-04-30 Alan Coxtty: The big operations rework
2008-04-25 Alan Coxusb serial: more fixes and groundwork for tty changes
2008-04-25 Harvey HarrisonUSB: replace remaining __FUNCTION__ occurrences
2008-04-25 Greg Kroah-HartmanUSB: serial: remove endpoints setting checks from core...
2008-04-25 Alan CoxUSB: usb-serial: Prepare for BKL push down
2008-04-16 Greg Kroah-HartmanUSB: remove broken usb-serial num_endpoints check
2008-02-01 Oliver NeukumUSB: stop io performed by mos7720 upon close()
2008-02-01 Sarah SharpUSB: Prepare serial core for autosuspend.
2008-02-01 Aristeu RozanskiUSB: usb_serial: clean tty reference in the last close
2007-10-25 Sarah SharpUSB: usb_serial_resume bug fix
2007-10-25 Alan Coxusb-serial: handle NULL termios methods as "no hardware...
2007-10-12 Alan SternUSB: serial core should respect driver requirements
2007-10-12 Oliver NeukumUSB: fix errornous assumption in the usb serial framewo...
2007-07-30 Oliver NeukumUSB: fix BUG: sleeping function called from invalid...
2007-07-30 Oliver NeukumUSB: fix usb_serial_suspend(): buggy code
2007-07-12 Benny Halevysynchronization in usb_serial_put
2007-07-12 Oliver NeukumUSB: suspend support for usb serial
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-03-19 Jim RadfordUSB: fix usb-serial regression
2007-03-10 Oliver NeukumUSB: further fix for usb-serial
next