summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2023-02-02xhci: split out rcar/rz support from xhci-plat.cArnd Bergmann6-148/+163
2023-02-01usb: ohci-omap: avoid unused-variable warningArnd Bergmann1-7/+1
2023-02-01usb: remove ohci-tmio driverArnd Bergmann2-382/+0
2023-01-31USB: MAX3421: Handle USB NAK correctlyMark Tomlinson1-11/+2
2023-01-25xhci: host: Add Renesas RZ/V2M SoC supportBiju Das5-0/+78
2023-01-25usb: host: xhci-plat: Add reset supportBiju Das1-1/+16
2023-01-25usb: host: xhci-plat: Improve clock handling in probe()Biju Das1-5/+5
2023-01-24usb: host: ehci-fsl: Use DRV_NAMEAlexander Stein1-1/+1
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman6-6/+73
2023-01-21Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-3/+72
2023-01-20usb: host: ehci-fsl: Fix module aliasAlexander Stein1-1/+1
2023-01-20ARM: pxa: remove unused pxa3xx-ulpiArnd Bergmann1-9/+0
2023-01-17xhci: tegra: USB2 pad power controlsPetlozu Pravareshwar1-0/+125
2023-01-17xhci: hub: export symbol on xhci_hub_controlJim Lin1-0/+1
2023-01-17xhci: Add hub_control to xhci_driver_overridesJim Lin2-0/+4
2023-01-17usb: host: xhci-tegra: Add Tegra234 XHCI supportSing-Han Chen1-39/+228
2023-01-17xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tablesMathias Nyman1-0/+34
2023-01-17xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman2-0/+9
2023-01-17xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman3-1/+17
2023-01-17xhci: Fix null pointer dereference when host diesMathias Nyman1-0/+5
2023-01-17usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu1-1/+4
2023-01-17xhci-pci: set the dma max_seg_sizeRicardo Ribalda1-0/+2
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann1-4/+4
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2023-01-12ARM: sa1100: remove unused board filesArnd Bergmann1-4/+1
2023-01-12ARM: omap1: remove dead codeArnd Bergmann1-5/+1
2023-01-12ARM: omap1: remove unused board filesArnd Bergmann1-1/+0
2023-01-10ARM: cns3xxx: remove entire platformArnd Bergmann1-23/+0
2023-01-06xhci: Convert to use list_count_nodes()Andy Shevchenko1-5/+2
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds16-6492/+158
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-3/+1
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-12-05soc: fsl: qe: request pins non-exclusivelyDmitry Torokhov1-1/+1
2022-11-30xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()Mathias Nyman1-17/+10
2022-11-30xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman2-5/+11
2022-11-30xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman1-0/+52
2022-11-30xhci: export two xhci_hub functions for xhci-pci module usageMathias Nyman1-4/+18
2022-11-30xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-NReka Norman1-1/+3
2022-11-30xhci: print warning when HCE was setLongfang Liu1-0/+5
2022-11-30Revert "xhci: Convert to use list_count()"Greg Kroah-Hartman1-2/+5
2022-11-29xhci: Convert to use list_count()Andy Shevchenko1-5/+2
2022-11-29usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun1-1/+0
2022-11-29usb: host: fix a typo in ehci.hXu Yang1-1/+1
2022-11-22usb: host: xhci-mtk: omit shared hcd if either root hub has no portsChunfeng Yun1-26/+46
2022-11-21Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman1-4/+6
2022-11-11usb: Check !irq instead of irq == NO_IRQChristophe Leroy5-5/+5
2022-11-09usb: fotg210: Collect pieces of dual mode controllerLinus Walleij4-6427/+0
2022-11-09usb: xhci-pci: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris1-3/+4
2022-11-09usb: ehci-pci: Set PROBE_PREFER_ASYNCHRONOUSBrian Norris1-3/+4
2022-11-08USB: bcma: Make GPIO explicitly optionalLinus Walleij1-4/+6