summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorLines
2009-10-30USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is setYoshihiro Shimoda-10/+13
2009-10-14USB: ehci: Fix IST boundary checking interval math.Sarah Sharp-6/+6
2009-10-14USB: whci-hcd: always do an update after processing a halted qTDDavid Vrabel-0/+8
2009-10-14USB: whci-hcd: handle early deletion of endpointsDavid Vrabel-14/+25
2009-10-11Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"Linus Torvalds-1/+1
2009-10-09USB: ehci: Fix isoc scheduling boundary checking.Sarah Sharp-0/+1
2009-10-09USB: isp1362: fix build warnings on 64-bit systemsMike Frysinger-15/+15
2009-10-09USB: xhci: Fix dropping endpoints from the xHC schedule.Sarah Sharp-1/+1
2009-10-09USB: xhci: Don't wait for a disable slot cmd when HC dies.Sarah Sharp-0/+9
2009-10-09USB: xhci: Handle canceled URBs when HC dies.Sarah Sharp-0/+12
2009-10-09USB: xhci: Stop debugging polling loop when HC dies.Sarah Sharp-0/+6
2009-10-01const: constify remaining file_operationsAlexey Dobriyan-3/+3
2009-09-24Merge branch 'origin' into for-linusRussell King-903/+5995
2009-09-23USB: Add hub descriptor update hook for xHCISarah Sharp-0/+1
2009-09-23USB: xhci: Support USB hubs.Sarah Sharp-0/+92
2009-09-23USB: xhci: Set multi-TT field for LS/FS devices under hubs.Sarah Sharp-4/+2
2009-09-23USB: xhci: Set route string for all devices.Sarah Sharp-1/+1
2009-09-23USB: xhci: Fix command wait list handling.Sarah Sharp-17/+29
2009-09-23USB: xhci: Change how xHCI commands are handled.Sarah Sharp-53/+186
2009-09-23USB: xhci: Refactor input device context setup.Sarah Sharp-9/+18
2009-09-23USB: xhci: Endpoint representation refactoring.Sarah Sharp-100/+115
2009-09-23USB: ehci-dbgp,ehci: Allow dbpg to work with suspend/resumeJason Wessel-0/+7
2009-09-23USB: ehci-dbgp,ehci: Allow early or late use of the dbgp deviceJason Wessel-20/+37
2009-09-23USB: EHCI: change deschedule logic for interrupt QHsAlan Stern-34/+40
2009-09-23USB: EHCI: rescan the queue after an unlinkAlan Stern-12/+50
2009-09-23USB: ohci-ep93xx.c: remove unused variableH Hartley Sweeten-1/+0
2009-09-23USB: isp1362: Correct use of ! and &Julia Lawall-4/+8
2009-09-23USB: EHCI: ensure all watchdog timer events are deleted when suspending usbJon Hunter-0/+5
2009-09-23USB: Work around BIOS bugs by quiescing USB controllers earlierDavid Woodhouse-1/+1
2009-09-23USB: isp1362: fix pulldown register defines and conf logicKen MacLeod-3/+3
2009-09-23USB: ohci-pxa27x: Allow NOCP and OCPM to be clearedAric Blumer-0/+4
2009-09-23USB: EHCI: OHCI: Remove unnecessary includes of reboot.hAnand Gadiyar-3/+0
2009-09-23USB: at91: modify OHCI driver to allow shared interruptsNicolas Ferre-1/+1
2009-09-23USB: at91: Add USB EHCI driver for at91sam9g45 seriesNicolas Ferre-0/+235
2009-09-23USB: uhci: rm repeatedly evaluation for urbp->qhBob Liu-1/+0
2009-09-23USB: NXP ISP1362 USB host driverLothar Wassmann-0/+3997
2009-09-23USB: au1xxx: add dev_pm_opsManuel Lauss-29/+27
2009-09-23USB: isp1760: allow platform devices to customize devflagsMichael Hennerich-1/+26
2009-09-23USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...Alek Du-6/+65
2009-09-23USB: EHCI: split ehci_qh into hw and sw partsAlek Du-81/+127
2009-09-23USB: EHCI: add need_io_watchdog flag to ehci_hcdAlek Du-0/+10
2009-09-23USB: whci-hcd: make endpoint_reset method asyncDavid Vrabel-6/+31
2009-09-23USB: Add nuvoton Ehci driver for w90p910 platformWan ZongShun-0/+192
2009-09-23USB: ehci-dbg.c: no need for checking it before call vfreeFigo.zhang-2/+1
2009-09-23USB: xhci: Support interrupt transfers.Sarah Sharp-1/+55
2009-09-23USB: xhci: Set -EREMOTEIO when xHC gives bad transfer length.Sarah Sharp-0/+9
2009-09-23USB: xhci: Check URB_SHORT_NOT_OK before setting short packet status.Sarah Sharp-2/+8
2009-09-23USB: xhci: Check URB's actual transfer buffer size.Sarah Sharp-1/+16
2009-09-23USB: xhci: Don't touch xhci_td after it's freed.Sarah Sharp-1/+1
2009-09-23USB: xhci: Handle babbling endpoints correctly.Sarah Sharp-2/+14