summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2023-08-09usb: Return -ENOENT when no devices are foundSimon Glass1-1/+1
2023-07-27usb: xhci: Fix double free on failureRichard Habeeb1-1/+0
2023-07-21usb: ehci-mx6: remove unnecessary regulator enable from probeTim Harvey1-16/+0
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-1/+1
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini2-26/+12
2023-06-21usb: dwc2: Fix the write to W1C fields in HPRT registerTeik Heng Chong2-26/+12
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini3-2/+4
2023-05-17usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/Marek Vasut1-0/+13
2023-05-13bootstd: usb: Avoid initing USB twiceSimon Glass1-0/+3
2023-05-13usb: Tidy up the usb_start flagSimon Glass1-1/+0
2023-05-06drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker1-1/+1
2023-05-02usb: ehci-mx6: move phy setup before register accessTim Harvey1-6/+4
2023-03-03usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun1-1/+48
2023-02-10Correct SPL uses of IMX_MODULE_FUSESimon Glass1-2/+2
2023-02-07usb: Drop unused sl811-hcd driverSimon Glass3-819/+0
2023-02-07usb: Drop unused ehci-vct driverSimon Glass2-45/+0
2023-02-07rmobile: Drop unused ehci-rmobile driverSimon Glass2-130/+0
2023-02-07usb: Drop unused ehci-faraday driverSimon Glass3-150/+0
2023-02-07armada: usb: net: Drop unused USB driversSimon Glass3-129/+0
2023-02-02ARM: tegra: remap clock_osc_freq for all Tegra familySvyatoslav Ryhel1-9/+37
2023-01-27usb: xhci: Fix root hub descriptorMark Kettenis1-7/+8
2023-01-27usb: xhci: Implement DMA mappingMark Kettenis3-62/+108
2023-01-24bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-24bootstd: Add a USB hunterSimon Glass1-0/+12
2023-01-24dm: usb: Mark the device name as alloced when bindingSimon Glass1-0/+2
2023-01-24bootstd: Add a default method to get bootflowsSimon Glass1-24/+0
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini2-6/+6
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier1-6/+10
2022-12-23global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_MXC_USB_FLAGS et al to CFGTom Rini2-6/+6
2022-12-08usb: eth: Remove non-DM_ETH codeTom Rini1-43/+0
2022-12-06global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-11-27usb: Expand buffer size in usb_find_and_bind_driver()Marek Vasut1-1/+1
2022-11-07usb: ehci: ehci-marvell: Support for marvell,ac5-ehciChris Packham2-8/+46
2022-11-04usb: ohci: Use a flexible array member for portstatusSamuel Holland2-14/+1
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard2-70/+0
2022-10-10usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard4-10/+10
2022-10-10usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard1-53/+3
2022-10-03Merge branch 'next'Tom Rini1-1/+1
2022-09-26usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driverJim Liu4-0/+245
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese1-1/+1
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini1-0/+6
2022-07-25usb: ehci-mx6: Remove MX6Q_ARM2 related ifdeferyFabio Estevam1-5/+0
2022-07-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini1-29/+1
2022-07-14usb: xhci-mtk: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-12usb: common: move urb code to commonRui Miguel Silva1-29/+1
2022-07-11Merge branch 'next'Tom Rini13-613/+92
2022-07-07usb: ohci-hcd: Remove some unused legacy codeTom Rini1-93/+0
2022-07-07Convert CONFIG_USB_OHCI_NEW et al to KconfigTom Rini4-10/+45