aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini118-3/+118
2024-05-16usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End TransferThinh Nguyen1-1/+2
2024-05-16usb: dwc3: gadget: properly check ep cmdFelipe Balbi1-0/+2
2024-05-16usb: dwc3: gadget: Check ENBLSLPM before sending ep commandThinh Nguyen1-10/+19
2024-05-16usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEEDFelipe Balbi1-5/+7
2024-05-16usb: dwc3: gadget: clear SUSPHY bit before ep cmdsFelipe Balbi1-0/+23
2024-05-16usb: dwc3: gadget: combine return points into a single oneFelipe Balbi1-3/+9
2024-05-14usb: cdns3: gadget.c: Set fast access bitAswath Govindraju1-0/+4
2024-05-07usb: Remove <common.h> and add needed includesTom Rini118-118/+3
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