summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
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
2022-09-26Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv ...Tom Rini
2022-09-26Fix out of bound access of ep array.Alison Huffman
2022-09-26usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driverJim Liu
2022-09-25sandbox: scsi: Move request-handling code to scsi_emulSimon Glass
2022-09-25sandbox: scsi: Move structs to header fileSimon Glass
2022-09-25sandbox: scsi: Remove setup calls from handle_read()Simon Glass
2022-09-25sandbox: scsi: Move reply setup out of helperSimon Glass
2022-09-25sandbox: scsi: Move file size into shared structSimon Glass
2022-09-25sandbox: scsi: Move block size into shared structSimon Glass
2022-09-25scsi: Move vendor/product info into the shared structSimon Glass
2022-09-25sandbox: Move buffer to scsi_emul_infoSimon Glass
2022-09-25scsi: Move core emulation state into a new structSimon Glass
2022-09-25scsi: Move cmd_phase enum to the headerSimon Glass
2022-09-25sandbox: usb: Rename transfer_len in protocol structSimon Glass
2022-09-19Merge branch 'master' into nextTom Rini
2022-09-19usb: gadget: designware-udc: Drop the driverMarek Vasut
2022-09-19usb: Kconfig: Fix typo in SPL_DM_USB textFabio Estevam
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-09-02drivers: usb: fastboot: Fix full-speed usb descriptorqianfan Zhao
2022-08-12Convert CONFIG_SYS_FSL_QMAN_V3 et al to KconfigTom Rini