summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-09-22bootstd: Keep track of use of usb stopSimon Glass
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut
2023-09-15usb: sandbox: Add DM_USB_GADGET supportMarek Vasut
2023-09-04usb: host: ohci-generic: Make usage of clock/reset bulk() APIFabrice Gasnier
2023-09-04usb: check for companion controller in uclassFabrice Gasnier
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-14usb: ehci-generic: Use regulator_set_enable_if_allowedJonas Karlman
2023-08-14usb: dwc2: Use regulator_set_enable_if_allowedJonas Karlman
2023-08-09usb: Return -ENOENT when no devices are foundSimon Glass
2023-07-27usb: xhci: Fix double free on failureRichard Habeeb
2023-07-21usb: ehci-mx6: remove unnecessary regulator enable from probeTim Harvey
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini
2023-06-21usb: dwc2: Fix the write to W1C fields in HPRT registerTeik Heng Chong
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-05-17usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/Marek Vasut
2023-05-13bootstd: usb: Avoid initing USB twiceSimon Glass
2023-05-13usb: Tidy up the usb_start flagSimon Glass
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker
2023-05-02usb: ehci-mx6: move phy setup before register accessTim Harvey
2023-03-02usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun
2023-02-10Correct SPL uses of IMX_MODULE_FUSESimon Glass
2023-02-07usb: Drop unused sl811-hcd driverSimon Glass
2023-02-07usb: Drop unused ehci-vct driverSimon Glass
2023-02-07rmobile: Drop unused ehci-rmobile driverSimon Glass
2023-02-07usb: Drop unused ehci-faraday driverSimon Glass
2023-02-07armada: usb: net: Drop unused USB driversSimon Glass
2023-02-02ARM: tegra: remap clock_osc_freq for all Tegra familySvyatoslav Ryhel
2023-01-27usb: xhci: Fix root hub descriptorMark Kettenis
2023-01-27usb: xhci: Implement DMA mappingMark Kettenis
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass
2023-01-23bootstd: Add a USB hunterSimon Glass
2023-01-23dm: usb: Mark the device name as alloced when bindingSimon Glass
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier
2022-12-23global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFGTom Rini
2022-12-23global: Migrate CONFIG_MXC_USB_FLAGS et al to CFGTom Rini
2022-12-07usb: eth: Remove non-DM_ETH codeTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-11-27usb: Expand buffer size in usb_find_and_bind_driver()Marek Vasut
2022-11-07usb: ehci: ehci-marvell: Support for marvell,ac5-ehciChris Packham
2022-11-03usb: ohci: Use a flexible array member for portstatusSamuel Holland
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard
2022-10-10usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard
2022-10-10usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard
2022-10-03Merge branch 'next'Tom Rini
2022-09-26usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driverJim Liu