staging: Use GFP_ATOMIC when a lock is held
[safe/jmp/linux-2.6] / drivers / usb / serial /
2010-05-20 Johan HovoldUSB: ftdi_sio: fix legacy SIO-device header
2010-05-20 Johan HovoldUSB: kl5usb105: reimplement using generic framework
2010-05-20 Johan HovoldUSB: kl5usb105: minor clean ups
2010-05-20 Johan HovoldUSB: kl5usb105: fix memory leak
2010-05-20 Johan HovoldUSB: io_ti: use kfifo to implement write buffering
2010-05-20 Johan HovoldUSB: io_ti: remove unsused private counter
2010-05-20 Johan HovoldUSB: ti_usb: use kfifo to implement write buffering
2010-05-20 Johan HovoldUSB: ir-usb: fix incorrect write-buffer length
2010-05-20 Johan HovoldUSB: aircable: fix incorrect write-buffer length
2010-05-20 Johan HovoldUSB: safe_serial: straighten out read processing
2010-05-20 Johan HovoldUSB: safe_serial: reimplement read using generic framework
2010-05-20 Johan HovoldUSB: safe_serial: reimplement write using generic framework
2010-05-20 Johan HovoldUSB: oti6858: use port write fifo
2010-05-20 Johan HovoldUSB: oti6858: use kfifo to implement write buffering
2010-05-20 Johan HovoldUSB: cypress_m8: use kfifo to implement write buffering
2010-05-20 Johan HovoldUSB: cypress_m8: remove unused drain define
2010-05-20 Johan HovoldUSB: usb_debug: set bulk out size at probe
2010-05-20 Craig ShelleyUSB: CP210x New Device IDs 11 New device IDs
2010-05-20 Johan HovoldUSB: visor: increase bulk-out buffer size
2010-05-20 Johan HovoldUSB: belkin_sa: implement line status handling
2010-05-20 Johan HovoldUSB: belkin_sa: clean up open
2010-05-20 Johan HovoldUSB: belkin_sa: minor clean-ups
2010-05-20 Johan HovoldUSB: cp210x: use generic open to start reading from...
2010-05-20 Johan HovoldUSB: visor: reimplement using generic framework
2010-05-20 Johan HovoldUSB: visor: fix memory leak
2010-05-20 Johan HovoldUSB: spcp8x5: reimplement using generic framework
2010-05-20 Johan HovoldUSB: ipaq: reimplement using generic framework
2010-05-20 Johan HovoldUSB: empeg: reimplement using generic framework
2010-05-20 Johan HovoldUSB: serial: add special case for processing of empty...
2010-05-20 Johan HovoldUSB: kobil: fix memory leak
2010-05-20 Nils RadtkeUSB: option.c: OLIVETTI OLICARD100 support
2010-05-20 Greg Kroah-HartmanUSB: visor.h: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: pl2303.h: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: kobil_sct.h: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: kl5kusb105.h: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: io_edgeport: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: ftdi_sio: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: cypress_m8.h: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: belkin_sa.h: checkpatch cleanups
2010-05-20 Greg Kroah-HartmanUSB: mct_u232.h: checkpatch cleanups
2010-05-20 Johan HovoldUSB: cp210x: remove redundant disconnect()
2010-05-20 Julia LawallUSB: io_edgeport: Use kzalloc
2010-05-20 Johan HovoldUSB: ipw: reimplement using generic framework
2010-05-20 Johan HovoldUSB: ipw: remove dummy port_probe and port_remove
2010-05-20 Johan HovoldUSB: ipw: clean up dtr-rts handling
2010-05-20 Johan HovoldUSB: ir-usb: reimplement using generic framework
2010-05-20 Johan HovoldUSB: ir-usb: fix set_termios race
2010-05-20 Johan HovoldUSB: ir-usb: allow custom bulk buffer size without...
2010-05-20 Johan HovoldUSB: ir-usb: fix double free
2010-05-20 Johan HovoldUSB: ftdi_sio: clean up line-status handling
2010-05-20 Johan HovoldUSB: pl2303: use tty_insert_flip_string_fixed_flag
2010-05-20 Johan HovoldUSB: ftdi_sio: use tty_insert_flip_string_fixed_flag
2010-05-20 Johan HovoldUSB: ark3116: reimplement read processing
2010-05-20 Johan HovoldUSB: tty: fix incorrect use of tty_insert_flip_string_f...
2010-05-20 Johan HovoldUSB: serial: remove multi-urb write from generic driver
2010-05-20 Johan HovoldUSB: serial: reimplement generic fifo-based writes
2010-05-20 Johan HovoldUSB: aircable: rewrite using generic read and write...
2010-05-20 Johan HovoldUSB: ftdi_sio: clean up SIO write support
2010-05-20 Johan HovoldUSB: ftdi_sio: switch to generic write implementation
2010-05-20 Bill PembertonUSB: oti6858: declare send_data() as static
2010-05-20 Dan WilliamsUSB: qcaux: add Samsung U520 device ID
2010-05-20 zhao1980mingUSB: option: add PID for ZTE product
2010-05-20 Alessio Igor BoganiUSB: mos7840: Cleanup useless header
2010-05-20 Randy DunlapUSB: usbserial: fix mos7720 dependencies
2010-05-20 Mike DunnUSB: usbserial: mos7720: cleanup, consolidation, replac...
2010-05-20 Mike DunnUSB: usbserial: mos7720: add support for parallel port...
2010-05-20 Anssi HannulaUSB: qcserial: Add support for Qualcomm Gobi 2000 devices
2010-05-20 Matthew GarrettUSB: qcserial: Use generic USB wwan code
2010-05-20 Matthew GarrettUSB: option: Use generic USB wwan code
2010-05-20 Matthew Garrettusb serial: Add generic USB wwan support
2010-05-20 James MakiUSB: option.c: option_indat_callback: Resubmit some...
2010-05-20 Johan HovoldUSB: ftdi_sio: fix some coding style issues
2010-05-20 Johan HovoldUSB: serial: generalise write buffer preparation
2010-05-20 Johan HovoldUSB: serial: re-implement multi-urb writes in generic...
2010-05-20 Johan HovoldUSB: serial: allow custom multi-urb write bulk callbacks
2010-05-20 Johan HovoldUSB: usb_debug: use the generic kfifo-based write imple...
2010-05-20 Johan HovoldUSB: pl2303: use generic close
2010-05-20 Johan HovoldUSB: pl2303: switch to generic write implementation
2010-05-20 Johan HovoldUSB: serial: clean up generic write start busy test
2010-05-20 Johan HovoldUSB: serial: clean up some error and debug messages...
2010-05-20 Johan HovoldUSB: ftdi_sio: switch to generic read implementation
2010-05-20 Johan HovoldUSB: serial: export generic throttle and unthrottle
2010-05-20 Johan HovoldUSB: pl2303: switch to generic read implementation
2010-05-20 Johan HovoldUSB: serial: generalise generic read implementation
2010-05-20 Johan HovoldUSB: serial: clean up read processing in generic driver
2010-05-20 Johan HovoldUSB: cp210x: use generic submit_read_urb at open
2010-05-20 Johan HovoldUSB: serial: remove unnecessary re-initialisation of...
2010-05-20 Johan HovoldUSB: serial: refactor read urb submission in generic...
2010-05-20 Johan HovoldUSB: serial: refactor generic close
2010-05-20 Johan HovoldUSB: serial: clear fifo on close
2010-05-20 Johan HovoldUSB: serial: fix missing locking on fifo in write callback
2010-05-20 Johan HovoldUSB: serial: fix generic chars_in_buffer
2010-05-20 Johan HovoldUSB: pl2303: increase bulk-in buffer size to 256 byte
2010-05-20 Johan HovoldUSB: pl2303: increase the bulk-out buffer size to 256...
2010-05-20 Johan HovoldUSB: cp210x: increase bulk-in buffer size to 256 byte
2010-05-20 Johan HovoldUSB: cp210x: increase the bulk-out buffer size to 256...
2010-05-20 Johan HovoldUSB: serial: allow drivers to define bulk buffer sizes
2010-05-20 Randy Dunlapusb: fix serial build when SYSRQ is disabled
2010-05-20 Vijay KumarUSB Serial Driver: ZIO Motherboard
2010-05-20 Jason Wesselusb-console: pass baud from console to the initial...
next