summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2023-02-02xhci: Pass port structure as parameter to xhci_disable_port().Mathias Nyman
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman
2023-02-02xhci: pass port pointer as parameter to xhci_set_port_power()Mathias Nyman
2023-02-02xhci: cleanup xhci_hub_control port referencesMathias Nyman
2023-02-02xhci: add helpers for enabling and disabling interruptersMathias Nyman
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman
2023-02-02xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman
2023-02-02xhci: split out rcar/rz support from xhci-plat.cArnd Bergmann
2023-02-01usb: ohci-omap: avoid unused-variable warningArnd Bergmann
2023-02-01usb: remove ohci-tmio driverArnd Bergmann
2023-01-31USB: MAX3421: Handle USB NAK correctlyMark Tomlinson
2023-01-25xhci: host: Add Renesas RZ/V2M SoC supportBiju Das
2023-01-25usb: host: xhci-plat: Add reset supportBiju Das
2023-01-25usb: host: xhci-plat: Improve clock handling in probe()Biju Das
2023-01-24usb: host: ehci-fsl: Use DRV_NAMEAlexander Stein
2023-01-23Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman
2023-01-21Merge tag 'usb-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-01-20usb: host: ehci-fsl: Fix module aliasAlexander Stein
2023-01-20ARM: pxa: remove unused pxa3xx-ulpiArnd Bergmann
2023-01-17xhci: tegra: USB2 pad power controlsPetlozu Pravareshwar
2023-01-17xhci: hub: export symbol on xhci_hub_controlJim Lin
2023-01-17xhci: Add hub_control to xhci_driver_overridesJim Lin
2023-01-17usb: host: xhci-tegra: Add Tegra234 XHCI supportSing-Han Chen
2023-01-17xhci: Detect lpm incapable xHC USB3 roothub ports from ACPI tablesMathias Nyman
2023-01-17xhci: Add a flag to disable USB3 lpm on a xhci root port level.Mathias Nyman
2023-01-17xhci: Add update_hub_device override for PCI xHCI hostsMathias Nyman
2023-01-17xhci: Fix null pointer dereference when host diesMathias Nyman
2023-01-17usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu
2023-01-17xhci-pci: set the dma max_seg_sizeRicardo Ribalda
2023-01-16ARM: s3c: remove s3c24xx specific hacksArnd Bergmann
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-01-12ARM: sa1100: remove unused board filesArnd Bergmann
2023-01-12ARM: omap1: remove dead codeArnd Bergmann
2023-01-12ARM: omap1: remove unused board filesArnd Bergmann
2023-01-10ARM: cns3xxx: remove entire platformArnd Bergmann
2023-01-06xhci: Convert to use list_count_nodes()Andy Shevchenko
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-12-15xen: make remove callback of xen driver void returnedDawei Li
2022-12-12Merge tag 'soc-drivers-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-05soc: fsl: qe: request pins non-exclusivelyDmitry Torokhov
2022-11-30xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()Mathias Nyman
2022-11-30xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman
2022-11-30xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman
2022-11-30xhci: export two xhci_hub functions for xhci-pci module usageMathias Nyman
2022-11-30xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-NReka Norman
2022-11-30xhci: print warning when HCE was setLongfang Liu
2022-11-30Revert "xhci: Convert to use list_count()"Greg Kroah-Hartman
2022-11-29xhci: Convert to use list_count()Andy Shevchenko
2022-11-29usb: xhci-mtk: fix leakage of shared hcd when fail to set wakeup irqChunfeng Yun