summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Merge tag 'phy-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds2-34/+12
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-640/+984
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-435/+7
2023-02-14xhci: host: potential NULL dereference in xhci_generic_plat_probe()Dan Carpenter1-0/+3
2023-02-09usb: host: fsl-mph-dr-of: reuse device_set_of_node_from_devAlexander Stein1-2/+1
2023-02-07usb: max-3421: Fix setting of I/O pinsMark Tomlinson1-1/+1
2023-02-06usb: host: xhci: mvebu: Iterate over array indexes instead of using pointer mathKees Cook1-1/+1
2023-02-06USB: isp1362: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: isp116x: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: sl811: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: uhci: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+3
2023-02-03usb: remove the dead USB_OHCI_SH optionChristoph Hellwig1-11/+0
2023-02-03usb: host: ohci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-17/+6
2023-02-03usb: host: ehci-exynos: Convert to devm_of_phy_optional_get()Geert Uytterhoeven1-17/+6
2023-02-02xhci: decouple usb2 port resume and get_port_status request handlingMathias Nyman1-22/+25
2023-02-02xhci: clear usb2 resume related variables in one place.Mathias Nyman1-22/+16
2023-02-02xhci: rename resume_done to resume_timestampMathias Nyman3-13/+13
2023-02-02xhci: Pass port structure as parameter to xhci_disable_port().Mathias Nyman1-9/+15
2023-02-02xhci: move port specific items such as state completions to port structureMathias Nyman4-35/+28
2023-02-02xhci: pass port pointer as parameter to xhci_set_port_power()Mathias Nyman1-14/+11
2023-02-02xhci: cleanup xhci_hub_control port referencesMathias Nyman1-60/+63
2023-02-02xhci: add helpers for enabling and disabling interruptersMathias Nyman1-7/+30
2023-02-02xhci: Refactor interrupter code for initial multi interrupter support.Mathias Nyman5-120/+196
2023-02-02xhci: remove xhci_test_trb_in_td_math early development checkMathias Nyman1-160/+0
2023-02-02xhci: fix event ring segment table related masks and variables in headerMathias Nyman2-3/+6
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-13Merge 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