aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2023-01-23bootstd: Add a new pre-scan priority for bootdevsSimon Glass1-2/+2
2023-01-23bootstd: Add a USB hunterSimon Glass1-0/+12
2023-01-23dm: usb: Mark the device name as alloced when bindingSimon Glass1-0/+2
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass1-24/+0
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini10-22/+22
2023-01-20usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini2-6/+4
2023-01-18musb-new: omap2430: fix compiling in DM_USB_GADGET configAndreas Kemnade1-0/+19
2023-01-18musb-new: omap2430: no host data access in gadget modeAndreas Kemnade1-18/+16
2023-01-16image: Move common image code to image_board and commandSimon Glass1-1/+1
2023-01-14usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek1-0/+9
2023-01-14usb: gadget: fastboot: detach usb just before rebootingDario Binacchi1-1/+1
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...WIP/13Jan2023Tom Rini2-6/+20
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier2-6/+20
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay1-5/+2
2022-12-31cmd: source: Support specifying config nameWIP/2022-12-31-cmd-source-support-specifying-config-nameSean Anderson1-1/+1
2022-12-31treewide: Use NULL for script image nameSean Anderson1-1/+1
2022-12-23global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFGTom Rini1-1/+1
2022-12-23global: Migrate CONFIG_MXC_USB_FLAGS et al to CFGTom Rini2-6/+6
2022-12-22usb: Remove CONFIG_USBD_HSTom Rini1-19/+0
2022-12-21usb: Update USB_STORAGE dependenciesTom Rini1-1/+0
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini2-7/+10
2022-12-08usb: gadget: rndis: Prevent InformationBufferOffset manipulationSzymon Heidrich1-3/+6
2022-12-08usb: gadget: dfu: Fix check of transfer directionHugo SIMELIERE1-4/+4
2022-12-07usb: gadget: Remove non-DM_ETH codeTom Rini3-117/+0
2022-12-07usb: eth: Remove non-DM_ETH codeTom Rini2-242/+0
2022-12-07usb: eth: smsc95xx: Remove non-DM_ETH codeTom Rini1-234/+0
2022-12-07usb: eth: r8152: Remove non-DM_ETH codeTom Rini2-277/+0
2022-12-07usb: eth: msc7830: Remove non-DM_ETH codeTom Rini1-276/+0
2022-12-07usb: eth: asix88179: Remove non-DM_ETH codeTom Rini1-250/+0
2022-12-07usb: eth: asix: Remove non-DM_ETH codeTom Rini1-255/+0
2022-12-05Convert CONFIG_USB_GADGET_AT91 to KconfigTom Rini1-0/+4
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-1/+1
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini1-2/+2
2022-11-27usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut1-4/+0
2022-11-27usb: dwc3: Program GFLADJSean Anderson2-0/+44
2022-11-27usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson1-2/+13
2022-11-27usb: dwc3: reference clock period configurationBalaji Prakash J2-0/+33
2022-11-27usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut2-0/+12
2022-11-27usb: Expand buffer size in usb_find_and_bind_driver()Marek Vasut1-1/+1
2022-11-22sandbox: check lseek return value in handle_ufi_commandHeinrich Schuchardt1-3/+7
2022-11-21usb: gadget: dfu: Fix the unchecked length fieldVenkatesh Yadav Abbarapu1-21/+37
2022-11-07usb: ehci: ehci-marvell: Support for marvell,ac5-ehciChris Packham2-8/+46
2022-11-03usb: ohci: Use a flexible array member for portstatusSamuel Holland2-14/+1
2022-10-31usb: Update the test to cover reading and writingSimon Glass1-4/+31
2022-10-17usb: ether: Fix error handling in usb_ether_initMichal Suchanek1-6/+5
2022-10-12Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora2-2/+2
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek1-0/+1
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard2-70/+0
2022-10-10usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard4-10/+10
2022-10-10usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard1-53/+3