summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-01-215-3/+72
|\
| * usb: host: ehci-fsl: Fix module aliasAlexander Stein2023-01-201-1/+1
| * xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tablesMathias Nyman2023-01-171-0/+34
| * xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2023-01-172-0/+9
| * xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman2023-01-173-1/+17
| * xhci: Fix null pointer dereference when host diesMathias Nyman2023-01-171-0/+5
| * usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu2023-01-171-1/+4
| * xhci-pci: set the dma max_seg_sizeRicardo Ribalda2023-01-171-0/+2
* | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-3/+1
|\ \ | |/ |/|
| * xen: make remove callback of xen driver void returnedDawei Li2022-12-151-3/+1
* | Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-12-1616-6492/+158
|\ \
| * | xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()Mathias Nyman2022-11-301-17/+10
| * | xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman2022-11-302-5/+11
| * | xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman2022-11-301-0/+52
| * | xhci: export two xhci_hub functions for xhci-pci module usageMathias Nyman2022-11-301-4/+18
| * | xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-NReka Norman2022-11-301-1/+3
| * | xhci: print warning when HCE was setLongfang Liu2022-11-301-0/+5
| * | Revert "xhci: Convert to use list_count()"Greg Kroah-Hartman2022-11-301-2/+5
| * | xhci: Convert to use list_count()Andy Shevchenko2022-11-291-5/+2
| * | usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun2022-11-291-1/+0
| * | usb: host: fix a typo in ehci.hXu Yang2022-11-291-1/+1
| * | usb: host: xhci-mtk: omit shared hcd if either root hub has no portsChunfeng Yun2022-11-221-26/+46
| * | Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman2022-11-211-4/+6
| |\|
| * | usb: Check !irq instead of irq == NO_IRQChristophe Leroy2022-11-115-5/+5
| * | usb: fotg210: Collect pieces of dual mode controllerLinus Walleij2022-11-094-6427/+0
| * | usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-091-3/+4
| * | usb: ehci-pci: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris2022-11-091-3/+4
| * | Merge 6.1-rc3 into usb-nextGreg Kroah-Hartman2022-10-314-39/+36
| |\ \
| * | | USB: host: Kconfig: Fix spelling mistake "firwmare" -> "firmware"Colin Ian King2022-10-221-1/+1
* | | | Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | soc: fsl: qe: request pins non-exclusivelyDmitry Torokhov2022-12-051-1/+1
| |/ /
* | / USB: bcma: Make GPIO explicitly optionalLinus Walleij2022-11-081-4/+6
| |/ |/|
* | xhci: Remove device endpoints from bandwidth list when freeing the deviceMathias Nyman2022-10-251-8/+12
* | xhci-pci: Set runtime PM as default policy on all xHC 1.2 or later devicesMario Limonciello2022-10-251-28/+4
* | xhci: Add quirk to reset host back to default state at shutdownMathias Nyman2022-10-253-2/+13
* | usb: xhci: add XHCI_SPURIOUS_SUCCESS to ASM1042 despite being a V0.96 controllerJens Glathe2022-10-251-1/+7
|/
* usb: host: ehci-exynos: switch to using gpiod APIDmitry Torokhov2022-09-301-12/+5
* xhci: remove unused lpm_failed_dev member from struct xhci_hcdMathias Nyman2022-09-221-2/+0
* xhci: remove unused command member from struct xhci_hcd structMathias Nyman2022-09-221-1/+0
* xhci: show fault reason for a failed enable slot commandMathias Nyman2022-09-221-1/+2
* xhci: Don't show warning for reinit on known broken suspendMario Limonciello2022-09-221-1/+2
* xhci: dbc: Fix memory leak in xhci_alloc_dbc()Rafael Mendonca2022-09-221-1/+1
* usb: host: xhci: Fix potential memory leak in xhci_alloc_stream_info()Jianglei Nie2022-09-221-1/+6
* usb: clean up after dropping driver registration log spamArd Biesheuvel2022-09-0516-27/+0
* USB: xhci: make xhci_get_endpoint_address staticGreg Kroah-Hartman2022-09-052-2/+1
* usb: ohci-platform: fix usb disconnect issue after s4Yinbo Zhu2022-09-051-4/+24
* Merge 6.0-rc4 into usb-nextGreg Kroah-Hartman2022-09-055-32/+30
|\
| * Revert "xhci: turn off port power in shutdown"Mathias Nyman2022-08-253-16/+3
| * xhci: Add grace period after xHC start to prevent premature runtime suspend.Mathias Nyman2022-08-253-2/+15
| * xhci: Fix null pointer dereference in remove if xHC has only one roothubMathias Nyman2022-08-251-3/+8