summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2011-05-12ehci: pci quirk cleanupAndy Ross1-70/+66
2011-05-12xhci: Fix bug in control transfer cancellation.Sarah Sharp1-9/+9
2011-05-11USB: ehci-s5p : use __devinit and __devexit macros for probe and removeJingoo Han1-3/+3
2011-05-11Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman4-5/+45
2011-05-11Merge branch 2.6.39-rc7 into usb-linusGreg Kroah-Hartman2-2/+37
2011-05-09xHCI 1.0: Max Exit Latency Too Large ErrorAlex He2-1/+8
2011-05-09xHCI 1.0: TT_THINK_TIME setAndiry Xu1-1/+6
2011-05-09xHCI 1.0: Block Interrupts for Isoch transferAndiry Xu2-0/+7
2011-05-09xHCI 1.0: Isoch endpoint CErr field setAndiry Xu1-2/+2
2011-05-09xHCI 1.0: Control endpoint average TRB length field setAndiry Xu1-1/+8
2011-05-09xHCI 1.0: Setup Stage TRB Transfer Type flagAndiry Xu2-0/+14
2011-05-07USB: UHCI: Add support for GRLIB GRUSBHC controllerJan Andersson3-7/+234
2011-05-07USB: UHCI: Support non-PCI host controllersJan Andersson3-0/+142
2011-05-07USB: UHCI: Wrap I/O register accessesJan Andersson4-47/+77
2011-05-07USB: UHCI: Move PCI specific functions to uhci-pci.cJan Andersson2-294/+333
2011-05-07USB: UHCI: Codingstyle fixesJan Andersson1-5/+5
2011-05-07USB: UHCI: Allow dynamic assignment of bus specific functionsJan Andersson2-19/+78
2011-05-07USB: UHCI: Remove PCI dependencies from uhci-hubJan Andersson3-4/+17
2011-05-07USB: ohci-s3c2410: return proper error if clk_get failsJingoo Han1-2/+2
2011-05-07USB: ohci-s3c2410: fix checkpatch errors and warningsJingoo Han1-23/+23
2011-05-07USB: ehci-au1xxx: fix suspend callbackManuel Lauss1-6/+3
2011-05-03USB: EHCI: Add bus glue for GRLIB GRUSBHC controllerJan Andersson4-2/+252
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson25-27/+37
2011-05-03xHCI: Clear PLC in xhci_bus_resume()Andiry Xu1-2/+17
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-03usb/isp1760: Report correct urb status after unlinkArvid Brodin1-0/+1
2011-05-03Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman6-419/+658
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: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin3-0/+78
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: Refine USB3.0 device suspend and resumeAndiry Xu1-28/+21
2011-05-03xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu1-12/+29
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 Siewior1-1/+1
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