aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-12-04Merge tag 'v2024.01-rc4' into nextTom Rini4-17/+67
2023-12-01usb: USB_XHCI_PCI depends on PCIHeinrich Schuchardt1-1/+1
2023-12-01usb: dwc3-generic: Use combined glue and ctrl node for RK3588Jonas Karlman1-0/+1
2023-12-01usb: xhci: Fix DMA address calculation in queue_trbHector Martin1-1/+4
2023-12-01usb: xhci: Do not panic on event timeoutsHector Martin1-2/+3
2023-12-01usb: xhci: Fail on attempt to queue TRBs to a halted endpointHector Martin1-1/+2
2023-12-01usb: xhci: Recover from halted bulk endpointsHector Martin1-0/+8
2023-12-01usb: xhci: Allow context state errors when halting an endpointHector Martin1-2/+4
2023-12-01usb: xhci: Better error handling in abort_td()Hector Martin1-12/+22
2023-12-01usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin2-0/+24
2023-11-30Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini2-1/+39
2023-11-28Merge patch series "Import "string" I/O functions from Linux"Tom Rini4-27/+2
2023-11-28musb-new: Remove implementation of io.h functionsIgor Prusov1-24/+0
2023-11-28treewide: Include linux/io.h instead of asm-generic/io.hIgor Prusov3-3/+2
2023-11-21usb: udc: Try to clarify an error messageMiquel Raynal1-1/+12
2023-11-21cmd: Change the dependencies between CMD_BIND and USB_GADGETMiquel Raynal1-0/+1
2023-11-21usb: gadget: f_mass_storage: Stop ums on START-STOP UNIT SCSI commandMarek Vasut1-0/+7
2023-11-21usb: fastboot: Add missing newline in pr_errSimon Holesch1-1/+1
2023-11-21usb: ci: Fix gadget reinitSimon Holesch1-0/+38
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