summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
* USB: gpio-vbus: ask for vbus_draw regulator before registering xceivDmitry Eremin-Solenikov2011-05-031-7/+7
* USB: ldusb: add several new devicesMichael Hund2011-05-033-12/+81
* usb: Configure octeon2 glue logic for proper uSOF cycle period.David Daney2011-05-031-0/+3
* usb: octeon2-common.c: Configure ports for proper electrical characteristics.David Daney2011-05-031-1/+3
* USB: octeon2-common: Don't reinitialize the clocks.David Daney2011-05-031-14/+24
* Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman2011-05-028-448/+762
|\
| * xhci 1.0: Set transfer burst last packet count field.Sarah Sharp2011-05-022-1/+41
| * xhci 1.0: Set transfer burst count field.Sarah Sharp2011-05-022-1/+27
| * xhci 1.0: Update TD size field format.Sarah Sharp2011-05-021-6/+70
| * xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp2011-05-021-21/+24
| * xhci: Remove sparse warning about cmd_status.Sarah Sharp2011-05-021-2/+2
| * usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu2011-05-021-0/+46
| * usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2011-05-022-41/+41
| * xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2011-05-022-27/+66
| * xHCI: Set link state supportAndiry Xu2011-05-021-0/+41
| * xHCI: Clear link state change supportAndiry Xu2011-05-021-0/+5
| * xHCI: warm reset supportAndiry Xu2011-05-021-0/+11
| * usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2011-05-022-2/+2
| * xhci: Remove recursive call to xhci_handle_eventMatt Evans2011-05-021-7/+11
| * xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans2011-05-021-0/+11
| * xhci: Add rmb() between reading event validity & event data access.Matt Evans2011-05-021-0/+5
| * xhci: Make xHCI driver endian-safeMatt Evans2011-05-026-341/+360
* | usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin2011-05-022-699/+679
* | usb/isp1760: Report correct urb status after unlinkArvid Brodin2011-05-021-0/+1
* | usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin2011-05-022-62/+13
* | usb/isp1760: Clean up urb enqueueingArvid Brodin2011-05-021-198/+129
* | usb/isp1760: Remove false error printoutArvid Brodin2011-05-021-6/+5
* | USB: s3c-hsotg: Add copyright stringAnton Tikhomirov2011-05-021-0/+3
* | USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov2011-05-021-5/+0
* | USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov2011-05-021-31/+111
* | USB: s3c-hsotg: Fix control request processingAnton Tikhomirov2011-05-021-8/+9
* | USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov2011-05-021-38/+20
* | USB: s3c-hsotg: Fix core resetAnton Tikhomirov2011-05-021-5/+2
* | USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2011-05-025-15/+212
* | USB: add Freescale USB OTG Transceiver driverLi Yang2011-05-026-0/+2088
* | USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin2011-05-022-31/+112
* | USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin2011-05-022-25/+100
* | USB: fix build of FSL MPH DR OF platform driverAnatolij Gustschin2011-05-021-0/+1
* | USB: ehci-fsl: add MPC5121E specific suspend and resumeAnatolij Gustschin2011-05-022-0/+157
* | usb: factor out state_string() on otg driversAnatolij Gustschin2011-05-023-60/+41
* | usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior2011-05-021-0/+2
* | usb/usbtest: print super on super speedSebastian Andrzej Siewior2011-05-021-0/+3
|/
* xhci-hcd: Include <linux/slab.h> in xhci-pci.cBen Hutchings2011-04-291-0/+1
* usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz2011-04-293-11/+7
* USB: add queued-unlinks test case to usbtest driverAlan Stern2011-04-291-2/+118
* USB: ehci: tegra: fix USB1 port reset issueJim Lin2011-04-291-0/+72
* USB: ohci-s3c2410: use resource_size()Jingoo Han2011-04-291-1/+1
* USB: ohci-s3c2410: use __devinit and __devexit macros for probe and removeJingoo Han2011-04-291-3/+3