summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-05-03USB: OTG: msm: Clear in_lpm flag before enabling the IRQ in resumePavankumar Kondeti1-2/+2
2011-05-03USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala1-14/+17
2011-05-03USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti1-6/+14
2011-05-03USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti1-1/+7
2011-05-03USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: gpio-vbus: ask for vbus_draw regulator before registering xceivDmitry Eremin-Solenikov1-7/+7
2011-05-03USB: ldusb: add several new devicesMichael Hund3-12/+81
2011-05-03usb: Configure octeon2 glue logic for proper uSOF cycle period.David Daney1-0/+3
2011-05-03usb: octeon2-common.c: Configure ports for proper electrical characteristics.David Daney1-1/+3
2011-05-03USB: octeon2-common: Don't reinitialize the clocks.David Daney1-14/+24
2011-05-03Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman8-448/+762
2011-05-03usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin2-699/+679
2011-05-03usb/isp1760: Report correct urb status after unlinkArvid Brodin1-0/+1
2011-05-03usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin2-62/+13
2011-05-03usb/isp1760: Clean up urb enqueueingArvid Brodin1-198/+129
2011-05-03usb/isp1760: Remove false error printoutArvid Brodin1-6/+5
2011-05-03USB: s3c-hsotg: Add copyright stringAnton Tikhomirov1-0/+3
2011-05-03USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov1-5/+0
2011-05-03USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov1-31/+111
2011-05-03USB: s3c-hsotg: Fix control request processingAnton Tikhomirov1-8/+9
2011-05-03USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov1-38/+20
2011-05-03USB: s3c-hsotg: Fix core resetAnton Tikhomirov1-5/+2
2011-05-03USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin5-15/+212
2011-05-03USB: add Freescale USB OTG Transceiver driverLi Yang6-0/+2088
2011-05-03USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin2-31/+112
2011-05-03USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin2-25/+100
2011-05-03USB: fix build of FSL MPH DR OF platform driverAnatolij Gustschin1-0/+1
2011-05-03USB: ehci-fsl: add MPC5121E specific suspend and resumeAnatolij Gustschin2-0/+157
2011-05-03xhci 1.0: Set transfer burst last packet count field.Sarah Sharp2-1/+41
2011-05-03xhci 1.0: Set transfer burst count field.Sarah Sharp2-1/+27
2011-05-03xhci 1.0: Update TD size field format.Sarah Sharp1-6/+70
2011-05-03xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp1-21/+24
2011-05-03xhci: Remove sparse warning about cmd_status.Sarah Sharp1-2/+2
2011-05-03usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu1-0/+46
2011-05-03usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2-41/+41
2011-05-03xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2-27/+66
2011-05-03xHCI: Set link state supportAndiry Xu1-0/+41
2011-05-03xHCI: Clear link state change supportAndiry Xu1-0/+5
2011-05-03xHCI: warm reset supportAndiry Xu1-0/+11
2011-05-03usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2-2/+2
2011-05-03xhci: Remove recursive call to xhci_handle_eventMatt Evans1-7/+11
2011-05-03xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans1-0/+11
2011-05-03xhci: Add rmb() between reading event validity & event data access.Matt Evans1-0/+5
2011-05-03xhci: Make xHCI driver endian-safeMatt Evans6-341/+360
2011-05-03usb: factor out state_string() on otg driversAnatolij Gustschin3-60/+41
2011-05-03usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior1-0/+2
2011-05-03usb/usbtest: print super on super speedSebastian Andrzej Siewior1-0/+3
2011-04-30xhci-hcd: Include <linux/slab.h> in xhci-pci.cBen Hutchings1-0/+1