summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Merge tag 'v2023.04-rc3' into nextTom Rini2-19/+22
2023-02-23ARM: tegra: provide default USB gadget setupMaxim Schwalm1-0/+3
2023-02-23usb: dwc3-uniphier: Select PHYMarek Vasut1-0/+1
2023-02-22usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi2-42/+78
2023-02-22usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi2-1/+2
2023-02-22usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi2-14/+36
2023-02-22usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi1-0/+6
2023-02-22usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi1-36/+57
2023-02-22usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut1-0/+17
2023-02-22usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu1-19/+19
2023-02-11usb: gadget: Fix typo in obj lineTom Rini1-1/+1
2023-02-10Correct SPL uses of USB_MUSB_HOSTSimon Glass1-1/+1
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 fotg210 gadgetSimon Glass3-974/+1
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-31Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodia...Tom Rini2-0/+36
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 Rini10-22/+22
2023-01-20usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini2-6/+4
2023-01-20usb: dwc3-meson-gxl: force mode on child add/removalNeil Armstrong1-0/+18
2023-01-18musb-new: omap2430: fix compiling in DM_USB_GADGET configAndreas Kemnade1-0/+19
2023-01-18musb-new: omap2430: no host data access in gadget modeAndreas Kemnade1-18/+16
2023-01-17usb: dwc3-meson-g12a: force mode on child add/removalMattijs Korpershoek1-0/+18
2023-01-17image: Move common image code to image_board and commandSimon Glass1-1/+1
2023-01-14usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek1-0/+9
2023-01-14usb: gadget: fastboot: detach usb just before rebootingDario Binacchi1-1/+1
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...Tom Rini2-6/+20
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier2-6/+20
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-5/+2
2022-12-31cmd: source: Support specifying config nameSean Anderson1-1/+1
2022-12-31treewide: Use NULL for script image nameSean Anderson1-1/+1
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-22usb: Remove CONFIG_USBD_HSTom Rini1-19/+0
2022-12-22usb: Update USB_STORAGE dependenciesTom Rini1-1/+0
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini2-7/+10
2022-12-08usb: gadget: rndis: Prevent InformationBufferOffset manipulationSzymon Heidrich1-3/+6
2022-12-08usb: gadget: dfu: Fix check of transfer directionHugo SIMELIERE1-4/+4
2022-12-08usb: gadget: Remove non-DM_ETH codeTom Rini3-117/+0
2022-12-08usb: eth: Remove non-DM_ETH codeTom Rini2-242/+0