summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Merge tag 'v2024.01-rc3' into nextTom Rini14-14/+14
2023-11-17Merge branch '2023-11-16-assorted-updates' into nextTom Rini1-2/+1
2023-11-16treewide: use linux/time.h for time conversion definesIgor Prusov1-2/+1
2023-11-16spl: Only support bl_len when we have toSean Anderson1-2/+2
2023-11-16spl: Remove dev from spl_load_infoSean Anderson1-3/+3
2023-11-10tree-wide: Replace http:// link with https:// link for ti.comNishanth Menon14-14/+14
2023-10-30Kconfig: Remove all default n/no optionsMichal Simek1-2/+0
2023-10-17arm: imx: Check header before calling spl_load_imx_containerSean Anderson1-1/+3
2023-10-16Merge tag 'u-boot-imx-20231016' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-7/+8
2023-10-16Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodia...Tom Rini1-10/+69
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-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