summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: EHCI: fix controller wakeup flag settings during suspendAlan Stern5-71/+145
2010-05-20USB: EHCI: clear PHCD before resumingAlek Du1-0/+17
2010-05-20USB: xhci: Remove the arbitrary limit of 15 xHCI portsWilliam Gulland1-12/+3
2010-05-20USB: ehci-omap: Fix resume failures after bus suspendAnand Gadiyar1-0/+14
2010-05-20USB: xHCI: Fix wrong usage of macro TRB_TYPEAndiry Xu1-4/+7
2010-05-20USB: xhci: Transfer ring link TRB activation change.John Youn1-13/+58
2010-05-20USB: ohci: Add Kconfig entries for ohci-omap3Anand Gadiyar2-2/+44
2010-05-20USB: ohci: introduce omap3 ohci-hcd driverAnand Gadiyar1-0/+735
2010-05-20USB: isp1760: Soften DW3 X/transaction error bit handlingAnton Vorontsov1-4/+3
2010-05-20USB: fix u132-hcd code/data warningRandy Dunlap1-1/+1
2010-05-20USB: xhci: Set stream ID to 0 after cleaning up stalls.Sarah Sharp2-0/+2
2010-05-20USB: isp1760: Use resource_sizeTobias Klauser1-6/+5
2010-05-20USB: Change the scatterlist type in struct urbMatthew Wilcox3-5/+5
2010-05-20usb: u132-hcd.c: fix shadows sparse warningBill Pemberton1-2/+2
2010-05-20USB: whci: declare functions as staticBill Pemberton1-1/+1
2010-05-20USB: ehci-omap: fix Si version related programmingAjay Kumar Gupta1-2/+2
2010-05-20usb: ehci-omap: fix compilation warningAjay Kumar Gupta1-0/+3
2010-05-20USB: xhci: Avoid double free after streams are disabled.Sarah Sharp1-0/+2
2010-05-20USB: remove the usb_host_ss_ep_comp structureAlan Stern2-25/+10
2010-05-20USB: clean up some host controller sparse warningsRandy Dunlap4-18/+18
2010-05-20USB: ehci: Elide I/O watchdog on NEC partsDavid Miller1-0/+3
2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp1-0/+2
2010-05-20USB: xhci: Correct assumptions about number of rings per endpoint.Sarah Sharp5-55/+280
2010-05-20USB: xhci: Add memory allocation for USB3 bulk streams.Sarah Sharp4-14/+857
2010-05-20USB: fix usbmon and DMA mapping for scatter-gather URBsAlan Stern2-2/+2
2010-05-20USB: ehci-au1xxx does not need EHCI IO watchdogManuel Lauss1-1/+10
2010-05-20USB: straighten out port feature vs. port status usageAlan Stern7-83/+83
2010-05-20USB: remove bogus USB_PORT_FEAT_*_SPEED symbolsAlan Stern6-18/+17
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet21-23/+21
2010-05-20USB: xhci: Fix check for room on the ring.Sarah Sharp1-1/+18
2010-05-20USB: xhci: Limit bus sg_tablesize to 62 TRBs.Sarah Sharp1-1/+1
2010-05-20USB: xhci: Fix issue with set interface after stall.Sarah Sharp2-0/+9
2010-04-30USB: sl811-hcd: Fix device disconnectMichael Hennerich1-3/+3
2010-04-30USB: ohci-at91: fix power management hangingPatrice Vilchez1-0/+2
2010-04-30USB: oxu210hp: release spinlock on error pathDan Carpenter1-3/+3
2010-04-30USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp2-0/+55
2010-04-30USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp1-0/+14
2010-04-30USB: OHCI: don't look at the root hub to get the number of portsAlan Stern1-1/+1
2010-04-22usb: Increase timeout value for device resetDinh Nguyen1-1/+1
2010-04-22USB: EHCI: defer reclamation of siTDsAlan Stern4-12/+36
2010-04-22USB: OHCI: DA8xx/OMAP-L1x: fix up macro renameSergei Shtylyov1-1/+1
2010-04-22USB: ehci: omap: fix kernel panic with rmmodAjay Kumar Gupta1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo21-1/+21
2010-03-19usb: r8a66597-hcd: fix removed from an attached hubYoshihiro Shimoda1-5/+11
2010-03-19USB: xhci: Make endpoint interval debugging clearer.Sarah Sharp1-2/+7
2010-03-19USB: xHCI: re-initialize cmd_completionAndiry Xu1-0/+1
2010-03-19USB: xhci: rename driver to xhci_hcdAlex Chiang2-2/+2
2010-03-19USB: EHCI: adjust ehci_iso_stream for changes in ehci_qhClemens Ladisch3-6/+5
2010-03-19USB: EHCI: fix ITD list orderClemens Ladisch1-5/+19
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds36-145/+3723