summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-11xHCI: use gfp flags from caller instead of GFP_ATOMICDan Carpenter1-2/+2
2012-04-11xHCI: add XHCI_RESET_ON_RESUME quirk for VIA xHCI hostElric Fu1-0/+2
2012-04-11xhci: Fix register save/restore order.Sarah Sharp1-4/+4
2012-04-11xhci: Restore event ring dequeue pointer on resume.Sarah Sharp1-0/+1
2012-04-11xhci: Don't write zeroed pointers to xHC registers.Sarah Sharp1-7/+2
2012-04-11xhci: Warn when hosts don't halt.Sarah Sharp1-0/+3
2012-04-11xhci: don't re-enable IE constantlyFelipe Balbi2-1/+5
2012-04-11usb: xhci: fix section mismatch in linux-nextGerard Snitselaar1-1/+1
2012-04-11xHCI: correct to print the true HSEE of USBCMDAlex He1-1/+1
2012-04-10UHCI: hub_status_data should indicate if ports are resumingAlan Stern1-2/+3
2012-04-10EHCI: keep track of ports being resumed and indicate in hub_status_dataAlan Stern4-15/+23
2012-04-06Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-77/+87
2012-04-06Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-8/+1
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-8/+1
2012-04-04USB: ehci-atmel: add needed of.h header fileNicolas Ferre1-0/+1
2012-04-04USB: ohci-at91: trivial return code name changeNicolas Ferre1-4/+3
2012-04-04USB: ohci-at91: change maximum number of portsNicolas Ferre1-30/+36