summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
...
* | xhci: Finetune host initiated USB3 rootport link suspend and resumeMathias Nyman2020-03-121-11/+25
* | xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0Kai-Heng Feng2020-03-124-13/+34
* | xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3Kai-Heng Feng2020-03-121-1/+10
* | usb: host: xhci-tegra: Tegra186/Tegra194 LPMJC Kuo2020-03-121-0/+7
* | usb: xhci: Enable LPM for VIA LABS VL805Nicolas Saenz Julienne2020-03-121-0/+3
* | xhci: Show host status when watchdog triggers and host is assumed dead.Mathias Nyman2020-03-122-0/+33
* | xhci: Add a separate debug message for split transaction errors.Mathias Nyman2020-03-121-0/+4
* | xhci: bail out early if driver can't accress host in resumeMathias Nyman2020-03-121-1/+3
* | USB: EHCI: ehci-mv: use a unique bus nameLubomir Rintel2020-03-121-1/+1
* | USB: EHCI: ehci-mv: switch the HSIC HCI to HSIC modeLubomir Rintel2020-03-121-0/+9
* | Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-244-40/+80
|\|
| * xhci: Fix memory leak when caching protocol extended capability PSI tables - ...Mathias Nyman2020-02-123-33/+65
| * Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...Greg Kroah-Hartman2020-02-123-64/+33
| * xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platformsMathias Nyman2020-02-101-1/+3
| * xhci: fix runtime pm enabling for quirky Intel hostsMathias Nyman2020-02-101-3/+3
| * xhci: Fix memory leak when caching protocol extended capability PSI tablesMathias Nyman2020-02-103-33/+64
| * xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.Mathias Nyman2020-02-101-3/+9
* | USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-236-9/+9
* | usb: host: xhci-pci: remove useless cast for driver.nameCorentin Labbe2020-02-191-1/+1
* | usb: host: uhci-pci: remove useless cast for driver.nameCorentin Labbe2020-02-191-1/+1
* | usb: host: sl811-hcd: remove useless cast for driver.nameCorentin Labbe2020-02-191-1/+1
* | usb: host: ohci-pci: remove useless cast for driver.nameCorentin Labbe2020-02-191-1/+1
* | usb: host: ehci-pci: remove useless cast for driver.nameCorentin Labbe2020-02-191-1/+1
* | usb: host: fhci-hcd: annotate PIPE_CONTROL switch case with fallthroughRasmus Villemoes2020-02-191-0/+1
* | xhci: Add missing annotation for xhci_enter_test_modeJules Irenge2020-02-171-0/+1
* | xhci: Add missing annotation for xhci_set_port_power()Jules Irenge2020-02-171-0/+1
* | xhci: Do not open code __print_symbolic() in xhci trace eventsSteven Rostedt (VMware)2020-02-171-17/+6
* | usb: host: ehci-platform: add a quirk to avoid stuckYoshihiro Shimoda2020-02-101-0/+127
|/
* Merge tag 'usb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-299-128/+437
|\
| * usb: host: xhci-tegra: set MODULE_FIRMWARE for tegra186Peter Robinson2020-01-221-0/+1
| * Merge 5.5-rc6 into usb-nextGreg Kroah-Hartman2020-01-131-2/+6
| |\
| * | usb: host: ehci-tegra: Remove unused fields from tegra_ehci_hcdDmitry Osipenko2020-01-091-2/+0
| * | usb: host: ehci-tegra: Stop managing PHY's powerDmitry Osipenko2020-01-091-6/+0
| * | usb: host: ehci-tegra: Correct teardown order of driver's removalDmitry Osipenko2020-01-091-7/+1
| * | usb: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-01-093-5/+5
| * | usb: ehci-mv: Fix missing iomem in castKrzysztof Kozlowski2020-01-081-1/+1
| * | usb: host: oxu210hp-hcd: fix gcc warningArnd Bergmann2020-01-081-5/+9
| * | usb: host: Do not compile test deprecated USB_OCTEON_EHCIKrzysztof Kozlowski2019-12-311-1/+1
| * | usb: host: Enable compile testing for some of driversKrzysztof Kozlowski2019-12-301-27/+27
| * | usb: mtk-xhci: Do not explicitly set the DMA maskTomasz Figa2019-12-301-5/+0
| * | USB: EHCI: ehci-mv: add HSIC supportLubomir Rintel2019-12-301-0/+11
| * | USB: EHCI: ehci-mv: drop pxa_ehci_type and some device IDsLubomir Rintel2019-12-301-4/+2
| * | USB: EHCI: ehci-mv: make the PHY optionalLubomir Rintel2019-12-301-1/+1
| * | Merge 5.5-rc3 into usb-nextGreg Kroah-Hartman2019-12-232-2/+13
| |\ \
| * \ \ Merge 5.5-rc2 into usb-nextGreg Kroah-Hartman2019-12-166-15/+40
| |\ \ \
| * | | | usb: host: xhci-tegra: Implement basic ELPG supportThierry Reding2019-12-101-8/+119
| * | | | usb: host: xhci-tegra: Add XUSB controller contextThierry Reding2019-12-101-11/+69
| * | | | usb: host: xhci-tegra: Add support for XUSB context save/restoreThierry Reding2019-12-101-2/+100
| * | | | usb: host: xhci-tegra: Enable runtime PM as late as possibleThierry Reding2019-12-101-16/+17
| * | | | usb: host: xhci-tegra: Reuse stored register base addressThierry Reding2019-12-101-8/+8