aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2Mathias Nyman3-33/+65
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI tables"Greg Kroah-Hartman3-64/+33
2020-02-10xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman1-1/+3
2020-02-10xhci: fix runtime pm enabling for quirky Intel hostsMathias Nyman1-3/+3
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman3-33/+64
2020-02-10xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman1-3/+9
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-128/+437
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2-4/+4
2020-01-22usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186Peter Robinson1-0/+1
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman1-2/+6
2020-01-09usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcdDmitry Osipenko1-2/+0
2020-01-09usb: host: ehci-tegra: Stop managing PHY's powerDmitry Osipenko1-6/+0
2020-01-09usb: host: ehci-tegra: Correct teardown order of driver's removalDmitry Osipenko1-7/+1
2020-01-09usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski3-5/+5
2020-01-08usb: ehci-mv: Fix missing iomem in castKrzysztof Kozlowski1-1/+1
2020-01-08usb: ohci-da8xx: ensure error return on variable error is setColin Ian King1-2/+6
2020-01-08usb: host: oxu210hp-hcd: fix gcc warningArnd Bergmann1-5/+9
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2-4/+4
2019-12-31usb: host: Do not compile test deprecated USB_OCTEON_EHCIKrzysztof Kozlowski1-1/+1
2019-12-30usb: host: Enable compile testing for some of driversKrzysztof Kozlowski1-27/+27
2019-12-30usb: mtk-xhci: Do not explicitly set the DMA maskTomasz Figa1-5/+0
2019-12-30USB: EHCI: ehci-mv: add HSIC supportLubomir Rintel1-0/+11
2019-12-30USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDsLubomir Rintel1-4/+2
2019-12-30USB: EHCI: ehci-mv: make the PHY optionalLubomir Rintel1-1/+1
2019-12-23Merge 5.5-rc3 into usb-nextGreg Kroah-Hartman2-2/+13
2019-12-18usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck1-1/+1
2019-12-17USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie1-1/+12
2019-12-16Merge 5.5-rc2 into usb-nextGreg Kroah-Hartman6-15/+40
2019-12-11xhci: make sure interrupts are restored to correct stateMathias Nyman1-6/+6
2019-12-11xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman1-1/+2
2019-12-11xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng1-1/+1
2019-12-11usb: xhci: only set D3hot for pci deviceHenry Lin3-5/+16
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman2-2/+11
2019-12-11xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg1-0/+4
2019-12-10usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding1-8/+119
2019-12-10usb: host: xhci-tegra: Add XUSB controller contextThierry Reding1-11/+69
2019-12-10usb: host: xhci-tegra: Add support for XUSB context save/restoreThierry Reding1-2/+100
2019-12-10usb: host: xhci-tegra: Enable runtime PM as late as possibleThierry Reding1-16/+17
2019-12-10usb: host: xhci-tegra: Reuse stored register base addressThierry Reding1-8/+8
2019-12-10usb: host: xhci-tegra: Extract firmware enable helperThierry Reding1-12/+29
2019-12-10usb: host: xhci-tegra: Use CNR as firmware ready indicatorThierry Reding1-12/+15
2019-12-10usb: host: xhci-tegra: Avoid a fixed duration sleepThierry Reding1-1/+14
2019-12-10usb: host: xhci-tegra: Separate firmware request and loadThierry Reding1-10/+30
2019-12-10usb: host: xhci-tegra: Fix "tega" -> "tegra" typoThierry Reding1-2/+2
2019-12-10usb: host: ehci-sh: Remove unused platform data supportGeert Uytterhoeven1-7/+0
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2019-11-28Merge branch 'pci/resource'Bjorn Helgaas1-1/+1
2019-11-21usb: host: Fix Kconfig indentationKrzysztof Kozlowski1-25/+25
2019-11-18usb: host: xhci-tegra: Correct phy enable sequenceNagarjuna Kristam1-12/+13
2019-11-16xhci-pci: Allow host runtime PM as default also for Intel Ice Lake xHCIMika Westerberg1-1/+3