aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2023-01-23bootstd: Add a default method to get bootflowsSimon Glass
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-20usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUTTom Rini
2023-01-18musb-new: omap2430: fix compiling in DM_USB_GADGET configAndreas Kemnade
2023-01-18musb-new: omap2430: no host data access in gadget modeAndreas Kemnade
2023-01-16image: Move common image code to image_board and commandSimon Glass
2023-01-14usb: gadget: dwc2_udc_otg: implement pullup()Mattijs Korpershoek
2023-01-14usb: gadget: fastboot: detach usb just before rebootingDario Binacchi
2023-01-13Merge tag 'u-boot-stm32-20230113' of https://source.denx.de/u-boot/custodians...Tom Rini
2023-01-12usb: onboard-hub: add driver to manage onboard hub suppliesFabrice Gasnier
2023-01-11fastboot: remove #ifdef CONFIG when it is possiblePatrick Delaunay
2022-12-31cmd: source: Support specifying config nameSean Anderson
2022-12-31treewide: Use NULL for script image nameSean Anderson
2022-12-23global: Migrate CONFIG_USB_ISP1301_I2C_ADDR to CFGTom Rini
2022-12-23global: Migrate CONFIG_MXC_USB_FLAGS et al to CFGTom Rini
2022-12-22usb: Remove CONFIG_USBD_HSTom Rini
2022-12-21usb: Update USB_STORAGE dependenciesTom Rini
2022-12-21Merge tag 'v2023.01-rc4' into nextTom Rini
2022-12-08usb: gadget: rndis: Prevent InformationBufferOffset manipulationSzymon Heidrich
2022-12-08usb: gadget: dfu: Fix check of transfer directionHugo SIMELIERE
2022-12-07usb: gadget: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: smsc95xx: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: r8152: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: msc7830: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: asix88179: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: asix: Remove non-DM_ETH codeTom Rini
2022-12-05Convert CONFIG_USB_GADGET_AT91 to KconfigTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-11-27usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT propertyMarek Vasut
2022-11-27usb: dwc3: Program GFLADJSean Anderson
2022-11-27usb: dwc3: Calculate REFCLKPER based on reference clockSean Anderson
2022-11-27usb: dwc3: reference clock period configurationBalaji Prakash J
2022-11-27usb: dwc3: Cache ref_clk pointer in struct dwc3Marek Vasut
2022-11-27usb: Expand buffer size in usb_find_and_bind_driver()Marek Vasut
2022-11-22sandbox: check lseek return value in handle_ufi_commandHeinrich Schuchardt
2022-11-21usb: gadget: dfu: Fix the unchecked length fieldVenkatesh Yadav Abbarapu
2022-11-07usb: ehci: ehci-marvell: Support for marvell,ac5-ehciChris Packham
2022-11-03usb: ohci: Use a flexible array member for portstatusSamuel Holland
2022-10-31usb: Update the test to cover reading and writingSimon Glass
2022-10-17usb: ether: Fix error handling in usb_ether_initMichal Suchanek
2022-10-12Fix typo in CONFIG_USBNET_DEVADDRIgnacio Zamora
2022-10-10usb: gadget: fastboot: detach usb on reboot commandsMattijs Korpershoek
2022-10-10usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpersPatrice Chotard
2022-10-10usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard
2022-10-10usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpersPatrice Chotard
2022-10-10usb: gadget: Clean up Makefile ifdefferyMarek Vasut
2022-10-03Merge branch 'next'Tom Rini
2022-09-29treewide: Drop image_header_t typedefSimon Glass