summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* drivers: use devfdt_get_addr_index_ptr when cast to pointerJohan Jonker2023-05-061-1/+1
* drivers: use dev_read_addr_ptr when cast to pointerJohan Jonker2023-05-061-1/+1
* usb: ehci-mx6: move phy setup before register accessTim Harvey2023-05-021-6/+4
* sandbox: fix sandbox_hub_submit_control_msg()Heinrich Schuchardt2023-04-281-21/+9
* sandbox: fix fall through in sandbox_flash_bulk()Heinrich Schuchardt2023-04-281-0/+1
* usb: gadget: f_mass_storage: Rework do_request_sense slightlyTom Rini2023-04-251-2/+1
* Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini2023-04-032-1/+2
|\
| * usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() callMarek Vasut2023-04-041-0/+1
| * usb: gadget: missing fallthrough in composite_setup()Heinrich Schuchardt2023-04-041-1/+1
* | Merge tag 'v2023.04-rc4' into nextTom Rini2023-03-141-0/+11
|\ \ | |/
| * usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USBHeinrich Schuchardt2023-03-101-0/+11
* | usb: xhci-mtk: modify the SOF/ITP interval for mt8195Chunfeng Yun2023-03-021-1/+48
* | usb: dwc3-meson-g12a: Select PHY instead of imply PHYMarek Vasut2023-03-021-2/+2
* | Merge tag 'v2023.04-rc3' into nextTom Rini2023-02-272-19/+22
|\ \ | |/
| * ARM: tegra: provide default USB gadget setupMaxim Schwalm2023-02-231-0/+3
| * usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpioVenkatesh Yadav Abbarapu2023-02-221-19/+19
* | usb: dwc3-uniphier: Select PHYMarek Vasut2023-02-231-0/+1
* | usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3Kunihiko Hayashi2023-02-222-42/+78
* | usb: dwc3-generic: Add the size of regs property to glue structureKunihiko Hayashi2023-02-222-1/+2
* | usb: dwc3-generic: Export glue structures and functionsKunihiko Hayashi2023-02-222-14/+36
* | usb: dwc3-generic: Add clock initialization in child DT nodeKunihiko Hayashi2023-02-221-0/+6
* | usb: dwc3-generic: Allow different controller DT node patternKunihiko Hayashi2023-02-221-36/+57
* | usb: dwc3: Look up reference clock DT phandle in both controller DT nodesMarek Vasut2023-02-221-0/+17
|/
* usb: gadget: Fix typo in obj lineTom Rini2023-02-111-1/+1
* Correct SPL uses of USB_MUSB_HOSTSimon Glass2023-02-101-1/+1
* Correct SPL uses of IMX_MODULE_FUSESimon Glass2023-02-101-2/+2
* usb: Drop unused sl811-hcd driverSimon Glass2023-02-073-819/+0
* usb: Drop unused ehci-vct driverSimon Glass2023-02-072-45/+0
* rmobile: Drop unused ehci-rmobile driverSimon Glass2023-02-072-130/+0
* usb: Drop unused fotg210 gadgetSimon Glass2023-02-073-974/+1
* usb: Drop unused ehci-faraday driverSimon Glass2023-02-073-150/+0
* armada: usb: net: Drop unused USB driversSimon Glass2023-02-073-129/+0
* ARM: tegra: remap clock_osc_freq for all Tegra familySvyatoslav Ryhel2023-02-021-9/+37
* Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodia...Tom Rini2023-01-312-0/+36
|\
| * usb: dwc3-meson-gxl: force mode on child add/removalNeil Armstrong2023-01-201-0/+18
| * usb: dwc3-meson-g12a: force mode on child add/removalMattijs Korpershoek2023-01-171-0/+18
* | usb: xhci: Fix root hub descriptorMark Kettenis2023-01-271-7/+8
* | usb: xhci: Implement DMA mappingMark Kettenis2023-01-273-62/+108
* | bootstd: Add a new pre-scan priority for bootdevsSimon Glass2023-01-231-2/+2
* | bootstd: Add a USB hunterSimon Glass2023-01-231-0/+12
* | dm: usb: Mark the device name as alloced when bindingSimon Glass2023-01-231-0/+2
* | bootstd: Add a default method to get bootflowsSimon Glass2023-01-231-24/+0
* | global: Finish CONFIG -> CFG migrationTom Rini2023-01-2010-22/+22
* | usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini2023-01-202-6/+4
* | musb-new: omap2430: fix compiling in DM_USB_GADGET configAndreas Kemnade2023-01-181-0/+19
* | musb-new: omap2430: no host data access in gadget modeAndreas Kemnade2023-01-181-18/+16
* | image: Move common image code to image_board and commandSimon Glass2023-01-161-1/+1
* | usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek2023-01-141-0/+9
* | usb: gadget: fastboot: detach usb just before rebootingDario Binacchi2023-01-141-1/+1
* | Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...Tom Rini2023-01-132-6/+20
|\ \