summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2012-10-07Increase XHCI suspend timeout to 16msMichael Spang1-1/+1
2012-10-07xHCI: handle command after aborting the command ringElric Fu1-6/+165
2012-10-07xHCI: cancel command after command timeoutElric Fu2-7/+22
2012-10-07xHCI: add aborting command ring functionElric Fu4-1/+128
2012-10-07xHCI: add cmd_ring_stateElric Fu3-2/+11
2012-10-07xhci: Intel Panther Point BEI quirk.Sarah Sharp3-1/+5
2012-10-07usb: host: xhci: Fix Null pointer dereferencing with 71c731a for non-x86 systemsVivek Gautam1-0/+2
2012-10-02USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood1-1/+2
2012-10-02usb: host: xhci: fix compilation error for non-PCI based stacksMoiz Sonasath1-0/+1
2012-10-02xhci: Recognize USB 3.0 devices as superspeed at powerupManoj Iyer1-1/+2
2012-10-02xhci: Make handover code more robustMatthew Garrett1-2/+10
2012-10-02xhci: Fix a logical vs bitwise AND bugDan Carpenter1-1/+1
2012-10-02usb: host: xhci-plat: use ioremap_nocacheRuchika Kharwar1-1/+1
2012-10-02Intel xhci: Only switch the switchable portsKeng-Yu Lin1-4/+23
2012-10-02usb: host: xhci: Fix Compliance Mode on SN65LVPE502CP HardwareAlexis R. Cortes3-0/+169
2012-10-02USB: ohci-at91: fix PIO handling in relation with number of portsNicolas Ferre1-0/+10
2012-10-02EHCI: Update qTD next pointer in QH overlay region during unlinkPavankumar Kondeti1-2/+10
2012-08-27xhci: Fix bug after deq ptr set to link TRB.Sarah Sharp1-14/+22
2012-08-27xhci: Switch PPT ports to EHCI on shutdown.Sarah Sharp5-0/+21
2012-08-27xhci: Increase reset timeout for Renesas 720201 host.Sarah Sharp1-2/+3
2012-08-27xhci: Add Etron XHCI_TRUST_TX_LENGTH quirk.Sarah Sharp1-0/+1
2012-07-16xhci: Fix hang on back-to-back Set TR Deq Ptr commands.Sarah Sharp1-0/+11
2012-07-16usb: Add support for root hub port status CASStanislaw Ledwon2-7/+43
2012-06-22USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-8/+0
2012-06-22USB: fix PS3 EHCI systemsRicardo Martins1-0/+2
2012-06-22xHCI: Increase the timeout for controller save/restore state operationAndiry Xu1-4/+4
2012-06-22xhci: Don't free endpoints in xhci_mem_cleanup()Takashi Iwai1-21/+14
2012-06-22xhci: Fix invalid loop check in xhci_free_tt_info()Takashi Iwai1-29/+10
2012-06-01USB: fix resource leak in xhci power loss pathOliver Neukum1-0/+26
2012-06-01xhci: Add new short TX quirk for Fresco Logic host.Sarah Sharp3-3/+19
2012-06-01xhci: Reset reserved command ring TRBs on cleanup.Sarah Sharp1-0/+1
2012-06-01usb-xhci: Handle COMP_TX_ERR for isoc tdsHans de Goede1-0/+1
2012-06-01xhci: Avoid dead ports when CONFIG_USB_XHCI_HCD=nSarah Sharp1-0/+14
2012-06-01xHCI: keep track of ports being resumed and indicate in hub_status_dataAndiry Xu4-12/+25
2012-06-01xhci: Add Lynx Point to list of Intel switchable hosts.Sarah Sharp2-2/+20
2012-06-01USB: ohci-at91: add a reset function to fix race conditionNicolas Ferre1-1/+10
2012-06-01USB: EHCI: OMAP: Finish ehci omap phy reset cycle before adding hcd.Russ Dill1-9/+9
2012-06-01USB: ehci-platform: remove update_deviceHauke Mehrtens1-2/+0
2012-05-01USB: ehci-tegra: remove redundant gpio_set_valueStephen Warren1-1/+0
2012-05-01EHCI: update PM methods in ehci-tegra.cAlan Stern1-180/+195
2012-04-25USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+8
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2012-04-21Merge tag 'mfd-for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+37
2012-04-19USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID)Stephen Warren1-1/+0
2012-04-19USB: ehci-fsl: Fix kernel crash on mpc5121eAnatolij Gustschin1-1/+6
2012-04-19EHCI: always clear the STS_FLR status bitAlan Stern1-1/+6
2012-04-18EHCI: fix criterion for resuming the root hubAlan Stern1-1/+1
2012-04-17USB: ohci-at91: change annotations for probe/remove functionsNicolas Ferre1-6/+6
2012-04-16ARM: OMAP3: USB: Fix the EHCI ULPI PHY reset issueKeshava Munegowda1-2/+37
2012-04-11xHCI: Correct the #define XHCI_LEGACY_DISABLE_SMIAlex He2-5/+10