summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2024-09-30Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/custodians/u...Tom Rini1-0/+1
2024-09-30usb: gadget: cdns3: Fix missing cache operations for non-zero EndpointsSiddharth Vadapalli1-0/+13
2024-09-13dfu: fix Kconfig dependenciesJerome Forissier1-0/+1
2024-08-22usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST setMarek Vasut1-4/+2
2024-08-11usb: dwc3: support USB 3.1 controllersCaleb Connolly1-1/+2
2024-07-23arm: ti: Remove omap4 platform supportTom Rini5-33/+2
2024-07-22drivers: usb: Remove duplicate newlinesMarek Vasut34-99/+0
2024-07-13eth: asix88179: reset during probeCaleb Connolly1-0/+6
2024-07-11Merge tag 'u-boot-dfu-20240711' of https://source.denx.de/u-boot/custodians/u...Tom Rini18-402/+209
2024-07-06usb: xhci: Replace terrible formatting with different terrible formattingMarek Vasut1-11/+7
2024-07-05usb: gadget: Mark dm_usb_gadget_handle_interrupts as non-weak for DM_USB_GADGETMarek Vasut1-1/+1
2024-07-05usb: gadget: sandbox: Drop dm_usb_gadget_handle_interrupts()Marek Vasut1-6/+1
2024-07-05usb: gadget: ux500: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut1-8/+14
2024-07-05usb: gadget: musb: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut1-9/+14
2024-07-05usb: gadget: omap2430: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut1-10/+16
2024-07-05usb: gadget: mtu3: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut1-9/+14
2024-07-05usb: gadget: max3420: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut1-7/+12
2024-07-05usb: gadget: dwc3: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut2-17/+27
2024-07-05usb: gadget: dwc2: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut1-5/+15
2024-07-05usb: gadget: cdns3: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut3-10/+27
2024-07-05usb: gadget: Introduce handle_interrupts ops to USB_GADGET_GENERIC uclassMarek Vasut1-0/+24
2024-07-05usb: dwc3: gadget: Convert epautoconf workaround to match_ep callbackMarek Vasut2-45/+34
2024-07-05usb: gadget: Add full ep_matches() check past .match_ep() callbackMarek Vasut1-1/+4
2024-07-05usb: gadget: Drop all gadget_is_*() functionsMarek Vasut3-190/+6
2024-07-05usb: gadget: Drop usb_gadget_controller_number()Marek Vasut1-62/+0
2024-07-05usb: gadget: ether: Drop usb_gadget_controller_number()Marek Vasut1-14/+3
2024-07-05usb: gadget: g_dnl: Drop usb_gadget_controller_number()Marek Vasut1-14/+3
2024-07-05ehci: msm: bring up iface + core clocksSam Day1-2/+35
2024-06-25usb: dwc3: meson-g12a: drop usb.h and make dwc3_meson_g12a_force_mode staticNeil Armstrong1-1/+1
2024-06-25usb: dwc3: meson-gxl: drop usb-gx.h and make dwc3_meson_gxl_force_mode staticNeil Armstrong1-2/+1
2024-06-25usb: dwc3: meson-gxl: switch to generic_phy_set_modeNeil Armstrong1-6/+9
2024-06-24Merge tag 'v2024.07-rc5' into nextTom Rini3-26/+26
2024-06-19usb: dwc3: add newlines to dev_vdbg calls in ep0Caleb Connolly1-23/+23
2024-06-19usb: informative message if no controllerHeinrich Schuchardt1-1/+1
2024-06-04usb: dwc3: gadget: fix crash in dwc3_gadget_giveback()Neil Armstrong1-2/+2
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini118-118/+3
2024-05-20Merge tag 'v2024.07-rc3' into nextTom Rini120-6/+168
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-15Merge patch series "Add DFU and usb boot for TI am62x SK and beagleplay"Tom Rini3-0/+140
2024-05-15usb: dwc3: Add dwc3 glue driver for am62Sjoerd Simons3-0/+140
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