aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-20118-118/+3
* Merge tag 'v2024.07-rc3' into nextTom Rini2024-05-20120-6/+168
|\
| * Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-19118-3/+118
| * usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End TransferThinh Nguyen2024-05-161-1/+2
| * usb: dwc3: gadget: properly check ep cmdFelipe Balbi2024-05-161-0/+2
| * usb: dwc3: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen2024-05-161-10/+19
| * usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi2024-05-161-5/+7
| * usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi2024-05-161-0/+23
| * usb: dwc3: gadget: combine return points into a single oneFelipe Balbi2024-05-161-3/+9
| * usb: cdns3: gadget.c: Set fast access bitAswath Govindraju2024-05-141-0/+4
* | Merge patch series "Add DFU and usb boot for TI am62x SK and beagleplay"Tom Rini2024-05-153-0/+140
|\ \ | |/ |/|
| * usb: dwc3: Add dwc3 glue driver for am62Sjoerd Simons2024-05-153-0/+140
* | usb: Remove <common.h> and add needed includesTom Rini2024-05-07118-118/+3
|/
* usb: musb-new: add Allwinner F1C100s supportAndre Przywara2024-04-221-0/+16
* usb: xhci: Abort transfers with unallocated ringsJanne Grunau2024-04-051-0/+5
* usb: xhci: Set up endpoints for the first 2 interfacesJanne Grunau2024-04-051-12/+19
* usb: xhci: refactor xhci_set_configurationJanne Grunau2024-04-051-46/+73
* usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_in...Marek Vasut2024-04-021-16/+11
* usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadgetMarek Vasut2024-04-022-6/+23
* usb: gadget: UMS: support multiple sector sizesCaleb Connolly2024-03-222-48/+66
* usb: gadget: CDC ACM: call usb_gadget_initializeCaleb Connolly2024-03-221-0/+9
* usb: dwc3-generic: implement Qualcomm wrapperCaleb Connolly2024-03-211-1/+80
* rockchip: Update the default USB Product ID valueJonas Karlman2024-03-141-3/+12
* Merge tag 'v2024.04-rc4' into nextWIP/11Mar2024-nextTom Rini2024-03-112-2/+2
|\
| * usb: xhci-dwc3: Fix support for dis_enblslpm_quirkJonas Karlman2024-03-051-1/+1
| * ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESASMarek Vasut2024-03-021-1/+1
* | board: dragonboard410c: upstream DT compatCaleb Connolly2024-03-011-1/+21
* | usb: dwc3-generic: support external vbus regulatorCaleb Connolly2024-03-011-3/+21
|/
* usb: ehci-mx6: Add i.MX93 supportMathieu Othacehe2024-02-192-4/+4
* treewide: Remove clk_freeSean Anderson2024-01-295-18/+4
* Merge patch series "k3-j721e: beagleboneai: Fix USB"WIP/20Jan2024Tom Rini2024-01-201-10/+18
|\
| * usb: cdns3: avoid error messages if phys don't existRoger Quadros2024-01-201-10/+18
* | configs: rockchip: Use dwc3-generic driver on RK3328 and RK3399Jonas Karlman2024-01-191-1/+0
* | fastboot: multiresponse supportIon Agorria2024-01-091-0/+29
|/
* global: Drop common.h inclusionTom Rini2023-12-211-2/+0
* Merge tag 'v2024.01-rc4' into nextTom Rini2023-12-044-17/+67
|\
| * usb: USB_XHCI_PCI depends on PCIHeinrich Schuchardt2023-12-011-1/+1
| * usb: dwc3-generic: Use combined glue and ctrl node for RK3588Jonas Karlman2023-12-011-0/+1
| * usb: xhci: Fix DMA address calculation in queue_trbHector Martin2023-12-011-1/+4
| * usb: xhci: Do not panic on event timeoutsHector Martin2023-12-011-2/+3
| * usb: xhci: Fail on attempt to queue TRBs to a halted endpointHector Martin2023-12-011-1/+2
| * usb: xhci: Recover from halted bulk endpointsHector Martin2023-12-011-0/+8
| * usb: xhci: Allow context state errors when halting an endpointHector Martin2023-12-011-2/+4
| * usb: xhci: Better error handling in abort_td()Hector Martin2023-12-011-12/+22
| * usb: xhci: Guard all calls to xhci_wait_for_eventHector Martin2023-12-012-0/+24
* | Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-teg...Tom Rini2023-11-302-1/+39
|\|
| * usb: fastboot: Add missing newline in pr_errSimon Holesch2023-11-211-1/+1
| * usb: ci: Fix gadget reinitSimon Holesch2023-11-211-0/+38
* | Merge patch series "Import "string" I/O functions from Linux"Tom Rini2023-11-284-27/+2
|\ \
| * | musb-new: Remove implementation of io.h functionsIgor Prusov2023-11-281-24/+0