aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-04-22usb: musb-new: add Allwinner F1C100s supportAndre Przywara1-0/+16
2024-04-05usb: xhci: Abort transfers with unallocated ringsJanne Grunau1-0/+5
2024-04-05usb: xhci: Set up endpoints for the first 2 interfacesJanne Grunau1-12/+19
2024-04-05usb: xhci: refactor xhci_set_configurationJanne Grunau1-46/+73
2024-04-02usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_in...Marek Vasut1-16/+11
2024-04-02usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadgetMarek Vasut2-6/+23
2024-03-22usb: gadget: UMS: support multiple sector sizesCaleb Connolly2-48/+66
2024-03-22usb: gadget: CDC ACM: call usb_gadget_initializeCaleb Connolly1-0/+9
2024-03-21usb: dwc3-generic: implement Qualcomm wrapperCaleb Connolly1-1/+80
2024-03-14rockchip: Update the default USB Product ID valueJonas Karlman1-3/+12
2024-03-11Merge tag 'v2024.04-rc4' into nextTom Rini2-2/+2
2024-03-05usb: xhci-dwc3: Fix support for dis_enblslpm_quirkJonas Karlman1-1/+1
2024-03-02ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut1-1/+1
2024-03-01board: dragonboard410c: upstream DT compatCaleb Connolly1-1/+21
2024-03-01usb: dwc3-generic: support external vbus regulatorCaleb Connolly1-3/+21
2024-02-19usb: ehci-mx6: Add i.MX93 supportMathieu Othacehe2-4/+4
2024-01-29treewide: Remove clk_freeSean Anderson5-18/+4
2024-01-20Merge patch series "k3-j721e: beagleboneai: Fix USB"Tom Rini1-10/+18
2024-01-20usb: cdns3: avoid error messages if phys don't existRoger Quadros1-10/+18
2024-01-19configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399Jonas Karlman1-1/+0
2024-01-09fastboot: multiresponse supportIon Agorria1-0/+29
2023-12-21global: Drop common.h inclusionTom Rini1-2/+0
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