summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2014-12-16USB: xhci: Reset a halted endpoint immediately when we encounter a stall.Mathias Nyman2-75/+25
2014-12-07usb: xhci: rework root port wake bits if controller isn't allowed to wakeupLu Baolu4-4/+52
2014-12-07USB: xhci: don't start a halted endpoint before its new dequeue is setMathias Nyman1-2/+1
2014-10-06USB: EHCI: unlink QHs even after the controller has stoppedAlan Stern1-2/+0
2014-10-06xhci: fix oops when xhci resumes from hibernate with hw lpm capable devicesMathias Nyman1-2/+10
2014-10-06xhci: Fix null pointer dereference if xhci initialization failsMathias Nyman1-1/+1
2014-10-06usb: host: xhci: fix compliance mode workaroundFelipe Balbi1-3/+5
2014-09-06usb: ehci: using wIndex + 1 for hub portPeter Chen1-1/+1
2014-09-06usb: xhci: amd chipset also needs short TX quirkHuang Rui1-0/+4
2014-09-06xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede1-1/+2
2014-09-06USB: ehci-pci: USB host controller support for Intel Quark X1000Bryan O'Donoghue1-0/+25
2014-09-06USB: OHCI: don't lose track of EDs when a controller diesAlan Stern1-17/+29
2014-09-06USB: OHCI: fix bugs in debug routinesAlan Stern2-9/+10
2014-07-09xhci: Fix runtime suspended xhci from blocking system suspend.Wang, Yu1-3/+7
2014-07-09xhci: correct burst count field for isoc transfers on 1.0 xhci hostsMathias Nyman1-1/+1
2014-07-09xhci: Use correct SLOT ID when handling a reset device commandMathias Nyman1-2/+5
2014-07-01USB: EHCI: avoid BIOS handover on the HASEE E200Alan Stern1-3/+16
2014-06-11usb: pci-quirks: Prevent Sony VAIO t-series from switching usb portsMathias Nyman1-0/+7
2014-06-11xhci: delete endpoints from bandwidth list before freeing whole deviceMathias Nyman1-10/+10
2014-06-07USB: OHCI: fix problem with global suspend on ATI controllersAlan Stern3-0/+21
2014-06-07fsl-usb: do not test for PHY_CLK_VALID bit on controller version 1.6Nikita Yushchenko1-1/+2
2014-05-06USB: EHCI: tegra: set txfill_tuningStephen Warren1-0/+23
2014-05-06usb: xhci: Prefer endpoint context dequeue pointer over stopped_trbJulius Werner3-39/+31
2014-05-06usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PMDavid Cohen1-3/+3
2014-05-06xhci: extend quirk for Renesas cardsIgor Gnatenko1-3/+1
2014-05-06xhci: Switch Intel Lynx Point ports to EHCI on shutdown.Denis Turischev1-0/+2
2014-05-06xhci: Prevent runtime pm from autosuspending during initializationMathias Nyman1-1/+10
2014-03-07Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather."Mathias Nyman1-11/+3
2014-02-27usb: ehci: fix deadlock when threadirqs option is usedStanislaw Gruszka1-3/+10
2014-02-19USB: EHCI: add delay during suspend to prevent erroneous wakeupsAlan Stern1-4/+22
2014-02-08Revert "usb: xhci: Link TRB must not occur within a USB payload burst"Sarah Sharp1-52/+2
2014-02-08Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"Sarah Sharp1-1/+1
2014-02-08Revert "xhci: Set scatter-gather limit to avoid failed block writes."Sarah Sharp2-3/+3
2014-02-08xhci 1.0: Limit arbitrarily-aligned scatter gather.Sarah Sharp1-3/+11
2014-02-05Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman6-37/+61
2014-01-31Revert "xhci: replace xhci_read_64() with readq()"Sarah Sharp5-17/+23
2014-01-30Revert "xhci: replace xhci_write_64() with writeq()"Sarah Sharp4-20/+33
2014-01-29Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-12/+1
2014-01-24Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+2
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+11
2014-01-23xhci: Fix resume issues on Renesas chips in Samsung laptopsSarah Sharp1-0/+5
2014-01-14usb: ehci: add freescale imx28 special write register methodPeter Chen1-1/+17
2014-01-12USB: fsl-mph-dr-of: adjust for OF based clock lookupGerhard Sittig1-12/+1
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker11-11/+0
2014-01-08xhci: Set scatter-gather limit to avoid failed block writes.Sarah Sharp2-3/+3
2014-01-08xhci: Avoid infinite loop when sg urb requires too many trbsBen Hutchings1-1/+1
2014-01-07USB: fix: ohci-at91 mismerge build errorArnd Bergmann1-1/+1
2014-01-02Merge tag 'davinci-for-v3.14/gpio' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2-2/+53
2013-12-26Merge tag 'tegra-for-3.14-dmas-resets-rework' of git://git.kernel.org/pub/scm...Olof Johansson1-3/+11
2013-12-24Merge 3.13-rc5 into usb-nextGreg Kroah-Hartman2-13/+22