summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2023-07-06Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb ...Tom Rini
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini
2023-07-03usb: dwc3-generic: Ensure reset GPIO is configured as an outputPeter Korsgaard
2023-06-21usb: dwc2: Fix the write to W1C fields in HPRT registerTeik Heng Chong
2023-06-20usb: eth: lan78xx: Fix logic in lan78xx_read_otp() to avoid a warningTom Rini
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini
2023-06-08usb: musb-new: sunxi: remove unused defineSam Edwards
2023-06-07usb: musb-new: sunxi: fix error checkSam Edwards
2023-05-17usb: gadget: Add and use matching SPL USB ethernet gadget Kconfig symbolsMarek Vasut
2023-05-17usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/Marek Vasut
2023-05-17usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/Marek Vasut
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 devfdt_get_addr_index_ptr when cast to pointerJohan Jonker
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-04-28sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt
2023-04-28sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt
2023-04-25usb: gadget: f_mass_storage: Rework do_request_sense slightlyTom Rini
2023-04-03Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini
2023-04-04usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() callMarek Vasut
2023-04-04usb: gadget: missing fallthrough in composite_setup()Heinrich Schuchardt
2023-03-14Merge tag 'v2023.04-rc4' into nextTom Rini
2023-03-10usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USBHeinrich Schuchardt
2023-03-02usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun
2023-03-02usb: dwc3-meson-g12a: Select PHY instead of imply PHYMarek Vasut
2023-02-27Merge tag 'v2023.04-rc3' into nextTom Rini
2023-02-23ARM: tegra: provide default USB gadget setupMaxim Schwalm
2023-02-23usb: dwc3-uniphier: Select PHYMarek Vasut
2023-02-22usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi
2023-02-22usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi
2023-02-22usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi
2023-02-22usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi
2023-02-22usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi
2023-02-22usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut
2023-02-22usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu
2023-02-11usb: gadget: Fix typo in obj lineTom Rini
2023-02-10Correct SPL uses of USB_MUSB_HOSTSimon Glass
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 fotg210 gadgetSimon 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-31Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodia...Tom Rini
2023-01-27usb: xhci: Fix root hub descriptorMark Kettenis
2023-01-27usb: xhci: Implement DMA mappingMark Kettenis