summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2022-12-06global: 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-23sandbox: 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-04usb: 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-18usb: 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
2022-10-10usb: gadget: Clean up Makefile ifdefferyMarek Vasut1-10/+7
2022-10-03Merge branch 'next'Tom Rini6-148/+77
2022-09-29treewide: Drop image_header_t typedefSimon Glass1-1/+1
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini3-1023/+1
2022-09-26Fix out of bound access of ep array.Alison Huffman1-3/+3
2022-09-26usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driverJim Liu4-0/+245
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass1-77/+10
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass1-26/+0
2022-09-25sandbox: scsi: Remove setup calls from handle_read()Simon Glass1-7/+22
2022-09-25sandbox: scsi: Move reply setup out of helperSimon Glass1-13/+9
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass1-4/+3
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass1-5/+6
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass1-6/+4
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass1-11/+30
2022-09-25scsi: Move core emulation state into a new structSimon Glass1-30/+30
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass1-15/+9
2022-09-25sandbox: usb: Rename transfer_len in protocol structSimon Glass1-3/+3
2022-09-19Merge branch 'master' into nextTom Rini1-0/+1
2022-09-19usb: gadget: designware-udc: Drop the driverMarek Vasut2-1022/+0
2022-09-19usb: Kconfig: Fix typo in SPL_DM_USB textFabio Estevam1-1/+1
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese5-8/+8
2022-09-02drivers: usb: fastboot: Fix full-speed usb descriptorqianfan Zhao1-0/+1
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini1-0/+6
2022-07-25usb: ehci-mx6: Remove MX6Q_ARM2 related ifdeferyFabio Estevam1-5/+0
2022-07-21arch: mvebu: Disable by default unused peripherals in SPLPali Rohár1-0/+1
2022-07-15musb: sunxi: Allow host-side USB with external VBUSSamuel Holland1-6/+0
2022-07-15usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driverAngus Ainslie2-1/+8
2022-07-14Merge https://source.denx.de/u-boot/custodians/u-boot-usbTom Rini21-149/+3773
2022-07-14usb: xhci-mtk: add support for MediaTek MT7621 SoCWeijie Gao1-1/+1
2022-07-12usb: add isp1760 family driverRui Miguel Silva12-0/+3574
2022-07-12usb: common: move urb code to commonRui Miguel Silva9-149/+169
2022-07-12usb: dwc3: Add support to reset usb ULPI phyT Karthik Reddy1-0/+30