summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2011-03-14xhci: Make roothub functions deal with device removal.Sarah Sharp1-0/+16
2011-03-14xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp1-0/+18
2011-03-14xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp1-20/+114
2011-03-14xhci: Register second xHCI roothub.Sarah Sharp6-88/+341
2011-03-14xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp3-8/+14
2011-03-14xhci: Refactor bus suspend state into a struct.Sarah Sharp5-34/+59
2011-03-14xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp2-53/+95
2011-03-14USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp1-0/+2
2011-03-14xhci: Change hcd_priv into a pointer.Sarah Sharp2-8/+30
2011-03-14xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp2-5/+6
2011-03-14xhci: Modify check for TT info.Sarah Sharp1-3/+2
2011-03-14USB 3.0 Hub ChangesJohn Youn11-28/+31
2011-03-14xhci: Remove references to HC_STATE_RUNNING.Sarah Sharp2-2/+0
2011-03-14xhci: Remove references to HC_STATE_HALT.Sarah Sharp2-8/+2
2011-03-14xHCI: prolong host controller halt time limitAndiry Xu2-3/+3
2011-03-14xHCI: Remove redundant variable in xhci_resume()Andiry Xu1-6/+1
2011-03-14xhci: Rename variables and reduce register reads.Sarah Sharp2-22/+25
2011-03-14xhci: Rework port suspend structures for limited ports.Sarah Sharp3-23/+16
2011-03-14USB: Remove bitmap #define from hcd.hSarah Sharp11-33/+32
2011-03-14xhci: Remove old no-op test.Sarah Sharp3-35/+0
2011-03-12USB: ehci: tegra: Align DMA transfers to 32 bytesRobert Morell1-0/+90
2011-03-12usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby3-0/+638
2011-03-12ehci-atmel: fix section mismatch warningHubert Feurstein1-3/+3
2011-03-07USB: OHCI: use pci_dev->revisionSergei Shtylyov1-2/+2
2011-03-07USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti1-1/+1
2011-03-07usb/isp1760: Fix crash when unplugging bugArvid Brodin1-4/+3
2011-03-02usb: EHCI, OHCI: Add configuration for the SH USB controllerYoshihiro Shimoda3-5/+16
2011-03-02USB host: Move AMD PLL quirk to pci-quirks.cAndiry Xu10-229/+300
2011-03-01usb: host: omap: ehci and ohci simplificationKeshava Munegowda2-1468/+132
2011-03-01arm: omap: usb: create common enums and structures for ehci and ohciKeshava Munegowda2-32/+32
2011-03-01usb: host: omap: switch to platform_get_resource_bynameFelipe Balbi2-6/+6
2011-03-01usb: ehci: omap: add support for TLL mode on OMAP4Anand Gadiyar1-0/+134
2011-03-01usb/isp1760: Handle toggle bit in queue heads onlyArvid Brodin1-33/+21
2011-03-01usb/isp1760: Replace period calculation for INT packets with something readableArvid Brodin1-69/+37
2011-03-01usb/isp1760: Consolidate printouts and remove unused codeArvid Brodin2-218/+190
2011-03-01usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_infoArvid Brodin2-10/+2
2011-03-01usb/isp1760: Clean up payload address handlingArvid Brodin2-111/+95
2011-03-01usb/isp1760: Remove redundant variables and definesArvid Brodin2-69/+58
2011-03-01usb/isp1760: Move to native-endian ptdsArvid Brodin2-357/+339
2011-03-01usb: host: uhci-hcd.c Remove one to many n's in a word.Justin P. Mattock1-1/+1
2011-02-25USB: EHCI bus glue for on-chip PMC MSP USB controllerAnoop3-2/+401
2011-02-25USB: EHCI: Fix compiler warnings with MSM driverPavankumar Kondeti1-1/+3
2011-02-25ehci: Check individual port status registers on resumeMatthew Garrett1-1/+22
2011-02-17usb: isp1362-hcd: use bitmap_clear() and bitmap_set()Akinobu Mita1-5/+2
2011-02-17USB: make ehci msm driver use ehci_run.Matthieu CASTET1-87/+5
2011-02-17USB: don't run ehci_reset in ehci_run for tdi deviceMatthieu CASTET2-3/+9
2011-02-17USB: isp1760: Implement solution for erratum 2Sebastian Andrzej Siewior2-6/+17
2011-02-17USB: Mark EHCI LPM functions as __maybe_unusedMaksim Rayskiy1-2/+3
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman14-131/+160
2011-02-17Revert "USB host: Move AMD PLL quirk to pci-quirks.c"Greg Kroah-Hartman10-311/+222