summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2009-12-11USB: r8a66597: clean up. remove unneeded null checksDan Carpenter1-4/+0
2009-12-11USB: FIX bitfield istl_flip:1, make it unsigned.Roel Kluin1-2/+2
2009-12-11USB: EHCI: add native scatter-gather supportAlan Stern2-5/+29
2009-12-11USB: Add EHCI support for MX27 and MX31 based boardsDaniel Mack3-0/+308
2009-12-11USB: ehci: Respect IST when scheduling new split iTDs.Sarah Sharp2-11/+21
2009-12-11USB: ehci: Minor constant fix for SCHEDULE_SLOP.Sarah Sharp1-4/+4
2009-12-11USB: xhci: Remove unused HCD statistics code.Sarah Sharp1-7/+0
2009-12-11USB: xhci: Add watchdog timer for URB cancellation.Sarah Sharp4-16/+243
2009-12-11USB: xhci: Re-purpose xhci_quiesce().Sarah Sharp2-34/+18
2009-12-11USB: xhci: Handle URB cancel, complete and resubmit race.Sarah Sharp3-10/+12
2009-12-11USB: host: ehci: introduce omap ehci-hcd driverFelipe Balbi2-0/+760
2009-12-11USB: wusb: add wusb_phy_rate sysfs file to host controllersDavid Vrabel2-11/+22
2009-12-11usb: whci-hcd: decode more QHead fields in the debug filesDavid Vrabel1-4/+16
2009-12-11USB: modifications for at91sam9g10Hong Xu1-5/+5
2009-12-11USB: whci-hcd: fix type and format warnings in sg codeDavid Vrabel1-24/+2
2009-12-11USB: whci-hcd: support urbs with scatter-gather listsDavid Vrabel4-31/+332
2009-12-11USB: make urb scatter-gather support more genericDavid Vrabel1-0/+2
2009-12-11USB: Add missing static markers to ohci-pnx4008Jean Delvare1-4/+4
2009-12-11USB: Add support for Xilinx USB host controllerJulie Zhu3-2/+318
2009-12-11USB: ehci-hub: Remove redundant ehci->debug checkJason Wessel1-1/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2009-12-08Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2009-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-35/+14
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-12-04ehci-hcd: Fix typo in an error messageOzan Çağlayan1-1/+1
2009-12-01USB: work around for EHCI with quirky periodic schedulesOliver Neukum4-0/+20
2009-12-01USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern1-2/+14
2009-11-28pcmcia: rework the irq_req_t typedefDominik Brodowski1-1/+0
2009-11-28pcmcia: remove deprecated handle_to_dev() macroDominik Brodowski1-1/+1
2009-11-22Merge 7xx-iosplit-plat-merge with omap-fixesTony Lindgren1-3/+3
2009-11-18USB: xhci: Fix scratchpad deallocation.Sarah Sharp1-1/+1
2009-11-18USB: xhci: Fix TRB physical to virtual address translation.Sarah Sharp1-2/+5
2009-11-18USB: xhci: Fix bug memory free after failed initialization.Sarah Sharp1-3/+5
2009-11-18USB: ohci: quirk AMD prefetch for USB 1.1 ISO transferLibin Yang4-6/+46
2009-11-11Merge branch '7xx-iosplit-plat' with omap-fixesTony Lindgren1-3/+3
2009-11-09pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers)Dominik Brodowski1-33/+13
2009-10-31USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is setYoshihiro Shimoda1-10/+13
2009-10-20omap: headers: Move remaining headers from include/mach to include/platTony Lindgren1-3/+3
2009-10-15USB: ehci: Fix IST boundary checking interval math.Sarah Sharp1-6/+6
2009-10-15USB: whci-hcd: always do an update after processing a halted qTDDavid Vrabel2-0/+8
2009-10-15USB: whci-hcd: handle early deletion of endpointsDavid Vrabel2-14/+25
2009-10-12Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"Linus Torvalds1-1/+1
2009-10-10USB: ehci: Fix isoc scheduling boundary checking.Sarah Sharp1-0/+1
2009-10-10USB: isp1362: fix build warnings on 64-bit systemsMike Frysinger2-15/+15
2009-10-10USB: xhci: Fix dropping endpoints from the xHC schedule.Sarah Sharp1-1/+1
2009-10-10USB: xhci: Don't wait for a disable slot cmd when HC dies.Sarah Sharp1-0/+9
2009-10-10USB: xhci: Handle canceled URBs when HC dies.Sarah Sharp1-0/+12
2009-10-10USB: xhci: Stop debugging polling loop when HC dies.Sarah Sharp1-0/+6
2009-10-02const: constify remaining file_operationsAlexey Dobriyan1-3/+3