summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2020-03-24usb: host: hisilicon: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-24usb: host: xhci-plat: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-23Merge 5.6-rc7 into usb-nextGreg Kroah-Hartman2-1/+3
2020-03-19usb: xhci-tegra: Add OTG supportNagarjuna Kristam1-1/+227
2020-03-12xhci-pci: Allow host runtime PM as default for Intel Tiger Lake xHCIMika Westerberg1-1/+3
2020-03-12xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman1-11/+25
2020-03-12xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng4-13/+34
2020-03-12xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng1-1/+10
2020-03-12usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo1-0/+7
2020-03-12usb: xhci: Enable LPM for VIA LABS VL805Nicolas Saenz Julienne1-0/+3
2020-03-12xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman2-0/+33
2020-03-12xhci: Add a separate debug message for split transaction errors.Mathias Nyman1-0/+4
2020-03-12xhci: bail out early if driver can't accress host in resumeMathias Nyman1-1/+3
2020-03-12USB: EHCI: ehci-mv: use a unique bus nameLubomir Rintel1-1/+1
2020-03-12USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC modeLubomir Rintel1-0/+9
2020-03-12usb: host: xhci-plat: add a shutdownRan Wang1-0/+1
2020-03-10usb: xhci: apply XHCI_SUSPEND_DELAY to AMD XHCI controller 1022:145cAlberto Mattea1-1/+2
2020-03-10xhci: Do not open code __print_symbolic() in xhci trace eventsSteven Rostedt (VMware)1-17/+6
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman4-40/+80
2020-02-23USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva6-9/+9
2020-02-19usb: host: xhci-pci: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-19usb: host: uhci-pci: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-19usb: host: sl811-hcd: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-19usb: host: ohci-pci: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-19usb: host: ehci-pci: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-19usb: host: fhci-hcd: annotate PIPE_CONTROL switch case with fallthroughRasmus Villemoes1-0/+1
2020-02-17xhci: Add missing annotation for xhci_enter_test_modeJules Irenge1-0/+1
2020-02-17xhci: Add missing annotation for xhci_set_port_power()Jules Irenge1-0/+1
2020-02-17xhci: Do not open code __print_symbolic() in xhci trace eventsSteven Rostedt (VMware)1-17/+6
2020-02-12xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman3-33/+65
2020-02-12Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman3-64/+33
2020-02-10usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda1-0/+127
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/greg...Linus 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