summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+27Star
* 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/+10Star
* USB: don't enable remote wakeup by defaultAlan Stern2010-05-201-1/+0Star
* USB: improve runtime remote wakeup settingsAlan Stern2010-05-201-11/+8Star
* 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/+8Star
* USB: otg: ulpi: use the global ULPI register definitionsHeikki Krogerus2010-05-201-36/+14Star
* 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/+0Star
* usb: musb: omap2430.c: remove unnecessary includesAnand Gadiyar2010-05-201-2/+0Star
* usb: musb: omap2430: remove unused defineAnand Gadiyar2010-05-201-4/+0Star
* MUSB: Blackfin: remove musb_platform_{suspend|resume}()Sergei Shtylyov2010-05-201-12/+0Star
* MUSB: OMAP: make musb_platform_suspend() 'static'Sergei Shtylyov2010-05-201-1/+1
* MUSB: Blackfin: remove bfin_vbus_power()Sergei Shtylyov2010-05-201-5/+0Star
* MUSB: OMAP: remove omap_vbus_power()Sergei Shtylyov2010-05-201-8/+0Star
* 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/+14Star
* 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/+56Star
* 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/+0Star
* USB: pl2303: use generic closeJohan Hovold2010-05-201-12/+1Star
* USB: pl2303: switch to generic write implementationJohan Hovold2010-05-201-326/+4Star
* USB: serial: clean up generic write start busy testJohan Hovold2010-05-201-11/+4Star
* USB: serial: clean up some error and debug messages in generic driverJohan Hovold2010-05-201-9/+4Star
* USB: ftdi_sio: switch to generic read implementationJohan Hovold2010-05-201-92/+7Star
* USB: serial: export generic throttle and unthrottleJohan Hovold2010-05-201-0/+2
* USB: pl2303: switch to generic read implementationJohan Hovold2010-05-201-59/+25Star
* USB: serial: generalise generic read implementationJohan Hovold2010-05-202-2/+4
* USB: serial: clean up read processing in generic driverJohan Hovold2010-05-201-16/+11Star
* USB: cp210x: use generic submit_read_urb at openJohan Hovold2010-05-201-14/+2Star
* USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold2010-05-201-23/+2Star
* USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-202-25/+9Star
* USB: serial: refactor generic closeJohan Hovold2010-05-206-21/+8Star
* USB: serial: clear fifo on closeJohan Hovold2010-05-201-1/+7
* USB: serial: fix missing locking on fifo in write callbackJohan Hovold2010-05-201-2/+5
* USB: serial: fix generic chars_in_bufferJohan Hovold2010-05-201-4/+11
* USB: pl2303: increase bulk-in buffer size to 256 byteJohan Hovold2010-05-201-0/+1