summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2023-12-01usb: USB_XHCI_PCI depends on PCIHeinrich Schuchardt1-1/+1
2023-12-01usb: xhci: Fix DMA address calculation in queue_trbHector Martin1-1/+4
2023-12-01usb: xhci: Do not panic on event timeoutsHector Martin1-2/+3
2023-12-01usb: xhci: Fail on attempt to queue TRBs to a halted endpointHector Martin1-1/+2
2023-12-01usb: xhci: Recover from halted bulk endpointsHector Martin1-0/+8
2023-12-01usb: xhci: Allow context state errors when halting an endpointHector Martin1-2/+4
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin1-12/+22
2023-12-01usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin2-0/+24
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon1-1/+1
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-2/+0
2023-10-16usb: ehci: mxs: Use regulator_set_enable_if_allowed()Fabio Estevam1-4/+4
2023-10-16usb: ehci: mxs: Fix the USB node pointer retrievalFabio Estevam1-3/+4
2023-09-24common: Drop linux/printk.h from common headerSimon Glass1-0/+1
2023-09-22bootstd: Keep track of use of usb stopSimon Glass1-0/+8
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut1-5/+0
2023-09-15usb: sandbox: Add DM_USB_GADGET supportMarek Vasut1-0/+7
2023-09-04usb: host: ohci-generic: Make usage of clock/reset bulk() APIFabrice Gasnier1-63/+29
2023-09-04usb: check for companion controller in uclassFabrice Gasnier1-0/+36
2023-08-21Merge tag 'v2023.10-rc3' into nextTom Rini1-1/+1
2023-08-14usb: ehci-generic: Use regulator_set_enable_if_allowedJonas Karlman1-12/+11
2023-08-14usb: dwc2: Use regulator_set_enable_if_allowedJonas Karlman1-8/+6
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-02usb: 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-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-23bootstd: Add a USB hunterSimon Glass1-0/+12
2023-01-23dm: usb: Mark the device name as alloced when bindingSimon Glass1-0/+2
2023-01-23bootstd: 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