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