summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2020-03-12xhci: bail out early if driver can't accress host in resumeMathias Nyman
2020-03-12USB: EHCI: ehci-mv: use a unique bus nameLubomir Rintel
2020-03-12USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC modeLubomir Rintel
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-19usb: host: xhci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: uhci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: sl811-hcd: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: ohci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: ehci-pci: remove useless cast for driver.nameCorentin Labbe
2020-02-19usb: host: fhci-hcd: annotate PIPE_CONTROL switch case with fallthroughRasmus Villemoes
2020-02-17xhci: Add missing annotation for xhci_enter_test_modeJules Irenge
2020-02-17xhci: Add missing annotation for xhci_set_port_power()Jules Irenge
2020-02-17xhci: Do not open code __print_symbolic() in xhci trace eventsSteven Rostedt (VMware)
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman
2020-02-10usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda
2020-02-10xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman
2020-02-10xhci: fix runtime pm enabling for quirky Intel hostsMathias Nyman
2020-02-10xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman
2020-02-10xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman
2020-01-29Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-22usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186Peter Robinson
2020-01-13Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman
2020-01-09usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcdDmitry Osipenko
2020-01-09usb: host: ehci-tegra: Stop managing PHY's powerDmitry Osipenko
2020-01-09usb: host: ehci-tegra: Correct teardown order of driver's removalDmitry Osipenko
2020-01-09usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski
2020-01-08usb: ehci-mv: Fix missing iomem in castKrzysztof Kozlowski
2020-01-08usb: ohci-da8xx: ensure error return on variable error is setColin Ian King
2020-01-08usb: host: oxu210hp-hcd: fix gcc warningArnd Bergmann
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-31usb: host: Do not compile test deprecated USB_OCTEON_EHCIKrzysztof Kozlowski
2019-12-30usb: host: Enable compile testing for some of driversKrzysztof Kozlowski
2019-12-30usb: mtk-xhci: Do not explicitly set the DMA maskTomasz Figa
2019-12-30USB: EHCI: ehci-mv: add HSIC supportLubomir Rintel
2019-12-30USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDsLubomir Rintel
2019-12-30USB: EHCI: ehci-mv: make the PHY optionalLubomir Rintel
2019-12-23Merge 5.5-rc3 into usb-nextGreg Kroah-Hartman
2019-12-18usb: xhci: Fix build warning seen with CONFIG_PM=nGuenter Roeck
2019-12-17USB: EHCI: Do not return -EPIPE when hub is disconnectedErkka Talvitie
2019-12-16Merge 5.5-rc2 into usb-nextGreg Kroah-Hartman
2019-12-11xhci: make sure interrupts are restored to correct stateMathias Nyman
2019-12-11xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.Mathias Nyman
2019-12-11xhci: Increase STS_HALT timeout in xhci_suspend()Kai-Heng Feng
2019-12-11usb: xhci: only set D3hot for pci deviceHenry Lin
2019-12-11xhci: fix USB3 device initiated resume race with roothub autosuspendMathias Nyman
2019-12-11xhci: Fix memory leak in xhci_add_in_port()Mika Westerberg
2019-12-10usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding