summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-10-16usb: ehci: mxs: Fix the USB node pointer retrievalFabio Estevam1-3/+4
2023-10-13usb: gadget: atmel: fix transfer of queued requestsArtur Rojek1-9/+2
2023-10-12dwc3: add support for Amlogic A1 familyAlexey Romanov1-10/+69
2023-10-02Merge branch 'next'Tom Rini37-201/+229
2023-09-24common: Drop linux/printk.h from common headerSimon Glass24-0/+24
2023-09-22bootstd: Keep track of use of usb stopSimon Glass1-0/+8
2023-09-15board: usb: Replace legacy usb_gadget_handle_interrupts()Marek Vasut9-40/+14
2023-09-15dm: usb: udc: Drop legacy udevice handler functionsMarek Vasut1-38/+6
2023-09-15usb: gadget: ether: Use plain udevice for UDC controller interactionMarek Vasut1-9/+11
2023-09-15usb: gadget: acm: Use plain udevice for UDC controller interactionMarek Vasut1-5/+8
2023-09-15thordown: Use plain udevice for UDC controller interactionMarek Vasut1-36/+38
2023-09-15sdp: Use plain udevice for UDC controller interactionMarek Vasut1-5/+5
2023-09-15cmd: ums: Use plain udevice for UDC controller interactionMarek Vasut1-4/+4
2023-09-15usb: sandbox: Add DM_USB_GADGET supportMarek Vasut1-0/+7
2023-09-15dm: usb: udc: Factor out plain udevice handler functionsMarek Vasut2-8/+51
2023-09-13usb: dwc3: Use generic_phy_valid() helperJonas Karlman1-3/+1
2023-09-06Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb in...Tom Rini2-63/+65
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-09-04Merge tag 'v2023.10-rc4' into nextTom Rini1-1/+2
2023-09-04usb: dwc3: Fix enabling USB_DR_MODE_HOSTOleksandr Suvorov1-1/+1
2023-09-04usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOSTOleksandr Suvorov1-3/+2
2023-08-25usb: dwc3: Fix remove function if there is no ulpi_reset gpioVenkatesh Yadav Abbarapu1-1/+2
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-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini1-1/+1
2023-08-05usb: gadget: ether: Handle gadget driver registration in probe and removeMarek Vasut1-45/+52
2023-08-05usb: gadget: ether: Move probe function above driver structureMarek Vasut1-14/+14
2023-08-05usb: gadget: ether: Inline functions used onceMarek Vasut1-39/+9
2023-07-31usb: dwc3-generic: Restrict single ctrl node for RK3328Jagan Teki1-1/+1
2023-07-31usb: dwc3-generic: Add rk3568 supportJonas Karlman1-0/+14
2023-07-31usb: dwc3-generic: Relax unsupported dr_mode checkJonas Karlman1-19/+8
2023-07-31usb: dwc3-generic: Return early when there is no child nodeJonas Karlman1-3/+3
2023-07-27Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini3-17/+4
2023-07-27usb: xhci: Fix double free on failureRichard Habeeb1-1/+0
2023-07-21usb: cdns3: gadget: Configure speed in udc_startRavi Gunasekaran1-0/+4
2023-07-21usb: ehci-mx6: remove unnecessary regulator enable from probeTim Harvey1-16/+0
2023-07-21sunxi: Kconfig: rework PHY_USB_SUN4I selectionAndre Przywara1-0/+1
2023-07-16bootstd: Use bootdev instead of bootdeviceSimon Glass1-1/+1
2023-07-06Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb ...Tom Rini1-1/+1
2023-07-05Merge tag 'v2023.07-rc6' into nextTom Rini2-26/+12
2023-07-03usb: dwc3-generic: Ensure reset GPIO is configured as an outputPeter Korsgaard1-1/+1
2023-06-21usb: dwc2: Fix the write to W1C fields in HPRT registerTeik Heng Chong2-26/+12
2023-06-20usb: eth: lan78xx: Fix logic in lan78xx_read_otp() to avoid a warningTom Rini1-4/+2
2023-06-12Merge tag v2023.07-rc4 into nextTom Rini5-6/+6
2023-06-08usb: musb-new: sunxi: remove unused defineSam Edwards1-2/+0
2023-06-07usb: musb-new: sunxi: fix error checkSam Edwards1-1/+1
2023-05-17usb: gadget: Add and use matching SPL USB ethernet gadget Kconfig symbolsMarek Vasut2-2/+25