summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2009-09-23USB: ohci-ep93xx.c: remove unused variableH Hartley Sweeten1-1/+0
2009-09-23USB: isp1362: Correct use of ! and &Julia Lawall1-4/+8
2009-09-23USB: EHCI: ensure all watchdog timer events are deleted when suspending usbJon Hunter1-0/+5
2009-09-23USB: Work around BIOS bugs by quiescing USB controllers earlierDavid Woodhouse1-1/+1
2009-09-23USB: isp1362: fix pulldown register defines and conf logicKen MacLeod2-3/+3
2009-09-23USB: ohci-pxa27x: Allow NOCP and OCPM to be clearedAric Blumer1-0/+4
2009-09-23USB: EHCI: OHCI: Remove unnecessary includes of reboot.hAnand Gadiyar3-3/+0
2009-09-23USB: at91: modify OHCI driver to allow shared interruptsNicolas Ferre1-1/+1
2009-09-23USB: at91: Add USB EHCI driver for at91sam9g45 seriesNicolas Ferre2-0/+235
2009-09-23USB: uhci: rm repeatedly evaluation for urbp->qhBob Liu1-1/+0
2009-09-23USB: NXP ISP1362 USB host driverLothar Wassmann4-0/+3997
2009-09-23USB: au1xxx: add dev_pm_opsManuel Lauss2-29/+27
2009-09-23USB: isp1760: allow platform devices to customize devflagsMichael Hennerich3-1/+26
2009-09-23USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...Alek Du3-6/+65
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du6-81/+127
2009-09-23USB: EHCI: add need_io_watchdog flag to ehci_hcdAlek Du3-0/+10
2009-09-23USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel5-6/+31
2009-09-23USB: Add nuvoton Ehci driver for w90p910 platformWan ZongShun3-0/+192
2009-09-23USB: ehci-dbg.c: no need for checking it before call vfreeFigo.zhang1-2/+1
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp3-1/+55
2009-09-23USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp1-0/+9
2009-09-23USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp1-2/+8
2009-09-23USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp1-1/+16
2009-09-23USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp1-1/+1
2009-09-23USB: xhci: Handle babbling endpoints correctly.Sarah Sharp1-2/+14
2009-09-23USB: xhci: Make TRB completion code comparison readable.Sarah Sharp1-7/+9
2009-09-23USB: xhci: Add quirk for Fresco Logic xHCI hardware.Sarah Sharp4-23/+148
2009-09-23USB: xhci: Handle stalled control endpoints.Sarah Sharp3-14/+58
2009-09-23USB: xhci: Support full speed devices.Sarah Sharp3-5/+89
2009-09-23USB: xhci: Set correct max packet size for HS/FS control endpoints.Sarah Sharp1-5/+18
2009-09-23USB: xhci: Configure endpoint code refactoring.Sarah Sharp4-52/+169
2009-09-23USB: xhci: Fix slot and endpoint context debugging.Sarah Sharp1-2/+3
2009-09-23USB: xhci: Work around for chain bit in link TRBs.Sarah Sharp4-4/+35
2009-09-23USB: sl811-hcd: Fix device disconnect:Hennerich, Michael1-2/+6
2009-09-21trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig1-1/+1
2009-09-21trivial: fix typo "for for" in multiple filesAnand Gadiyar2-2/+2
2009-09-21trivial: OHCI: Fix typo in a commentAnand Gadiyar1-1/+1
2009-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds3-502/+155
2009-09-15debugfs: Modified default dir of debugfs for debugging UHCI.GeunSik Lim1-1/+1
2009-08-13Merge branch 'sh/stable-updates'Paul Mundt11-379/+886
2009-08-08USB: EHCI: fix counting of transaction error retriesAlan Stern2-5/+5
2009-08-08USB: EHCI: fix two new bugs related to Clear-TT-BufferAlan Stern2-4/+5
2009-07-29usb: fix hibernate in r8a66597-hcd dev_pm_ops conversion.Yoshihiro Shimoda1-0/+2
2009-07-29USB: xhci: Stall handling bug fixes.Sarah Sharp3-49/+120
2009-07-29USB: xhci: Support for 64-byte contextsJohn Youn5-163/+287
2009-07-29USB: xhci: Always align output device contexts to 64 bytes.Sarah Sharp4-53/+89
2009-07-29USB: xhci: Scratchpad buffer allocationJohn Youn2-0/+113
2009-07-29USB: xhci: Fail gracefully if there's no SS ep companion descriptor.Sarah Sharp1-1/+6
2009-07-29USB: xhci: Handle babble errors on transfers.Sarah Sharp1-0/+4
2009-07-29USB: xhci: Setup HW retries correctly.Sarah Sharp1-2/+4