aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-2046-264/+259
* USB: devices: fix Coding StylesCarlos Sánchez Acosta2010-05-201-7/+10
* USB: ueagle: fix Coding StylesJavier Blanco de Torres (Neurowork)2010-05-201-140/+207
* USB: omap: switch to subsys_initcall for isp1301 transceiverViral Mehta2010-05-201-1/+1
* USB: ehci: Elide I/O watchdog on NEC partsDavid Miller2010-05-201-0/+3
* USB: storage: Remove unneeded SL11R unusual_devs entryPhil Dibowitz2010-05-201-9/+0
* USB: Support for allocating USB 3.0 streams.Sarah Sharp2010-05-202-0/+71
* USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp2010-05-205-55/+280
* USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp2010-05-204-14/+857
* USB: qcserial: Add support for Qualcomm Gobi 2000 devicesAnssi Hannula2010-05-201-17/+25
* USB: qcserial: Use generic USB wwan codeMatthew Garrett2010-05-202-0/+23
* USB: option: Use generic USB wwan codeMatthew Garrett2010-05-202-646/+27
* usb serial: Add generic USB wwan supportMatthew Garrett2010-05-204-0/+736
* USB: deprecate the power/level sysfs attributeAlan Stern2010-05-201-0/+12
* USB: use PM core routines to enable/disable autosuspendAlan Stern2010-05-202-21/+10
* USB: don't enable remote wakeup by defaultAlan Stern2010-05-201-1/+0
* USB: improve runtime remote wakeup settingsAlan Stern2010-05-201-11/+8
* USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2010-05-208-108/+129
* USB: pxa27x_udc: use four bits to store endpoint addressesMatt Reimer2010-05-201-1/+1
* usb: otg: twl4030: use the global ULPI register definitionsHeikki Krogerus2010-05-201-100/+8
* USB: otg: ulpi: use the global ULPI register definitionsHeikki Krogerus2010-05-201-36/+14
* USB: gadget: f_mass_storage: per functionMichal Nazarewicz2010-05-201-6/+22
* usb: gadget: Allow larger configuration descriptorsRobert Lukassen2010-05-201-1/+1
* usb: musb: add ulpi access operationsHeikki Krogerus2010-05-202-0/+96
* usb: musb: Makefile: remove unexistent config optionFelipe Balbi2010-05-201-6/+0
* usb: musb: omap2430.c: remove unnecessary includesAnand Gadiyar2010-05-201-2/+0
* usb: musb: omap2430: remove unused defineAnand Gadiyar2010-05-201-4/+0
* MUSB: Blackfin: remove musb_platform_{suspend|resume}()Sergei Shtylyov2010-05-201-12/+0
* MUSB: OMAP: make musb_platform_suspend() 'static'Sergei Shtylyov2010-05-201-1/+1
* MUSB: Blackfin: remove bfin_vbus_power()Sergei Shtylyov2010-05-201-5/+0
* MUSB: OMAP: remove omap_vbus_power()Sergei Shtylyov2010-05-201-8/+0
* USB: musb: support host/gadget role switching on Blackfin partsCliff Cai2010-05-201-6/+63
* usb: musb: debugfs: musb_exit_debugfs() can be called on probeFelipe Balbi2010-05-202-3/+6
* USB: option.c: option_indat_callback: Resubmit some unsuccessful URBsJames Maki2010-05-201-19/+30
* USB: gadget: add HID gadget driverFabien Chouteau2010-05-204-0/+974
* USB: ftdi_sio: fix some coding style issuesJohan Hovold2010-05-201-31/+14
* USB: serial: generalise write buffer preparationJohan Hovold2010-05-202-13/+35
* USB: serial: re-implement multi-urb writes in generic driverJohan Hovold2010-05-201-76/+56
* USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold2010-05-201-1/+1
* USB: usb_debug: use the generic kfifo-based write implementationJohan Hovold2010-05-201-2/+0
* USB: pl2303: use generic closeJohan Hovold2010-05-201-12/+1
* USB: pl2303: switch to generic write implementationJohan Hovold2010-05-201-326/+4
* USB: serial: clean up generic write start busy testJohan Hovold2010-05-201-11/+4
* USB: serial: clean up some error and debug messages in generic driverJohan Hovold2010-05-201-9/+4
* USB: ftdi_sio: switch to generic read implementationJohan Hovold2010-05-201-92/+7
* USB: serial: export generic throttle and unthrottleJohan Hovold2010-05-201-0/+2
* USB: pl2303: switch to generic read implementationJohan Hovold2010-05-201-59/+25
* USB: serial: generalise generic read implementationJohan Hovold2010-05-202-2/+4
* USB: serial: clean up read processing in generic driverJohan Hovold2010-05-201-16/+11
* USB: cp210x: use generic submit_read_urb at openJohan Hovold2010-05-201-14/+2