summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2024-12-13usb: dwc3-generic: set "mode" based on caller of dwc3_generic_probe()Siddharth Vadapalli
2024-12-11usb: renesas: Fix R-Car spellingMarek Vasut
2024-11-26Merge tag 'u-boot-dfu-20241126' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-11-26usb: ci_udc: don't use "advance" feature when setting addressIon Agorria
2024-11-25eth: asix88179: packet drop when receiving large fragmented packetsKhoa Hoang
2024-11-25eth: asix88179: Fix ASIX AX88179A PHY hangKhoa Hoang
2024-10-27Merge patch series "Implement ACPI on aarch64"Tom Rini
2024-10-27drivers: usb: Add generic XHCIPatrick Rudolph
2024-10-17Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-10-17usb: tcpm: fusb302: add driverSebastian Reichel
2024-10-17usb: tcpm: add core frameworkSebastian Reichel
2024-10-16net: introduce alternative implementation as net/lwip/Jerome Forissier
2024-10-15usb: dwc3: invalidate dcache on buffer used in interrupt handlingNeil Armstrong
2024-10-15usb: dwc3: fix dcache flush range calculationNeil Armstrong
2024-10-15usb: dwc3: allocate setup_buf with dma_alloc_coherent()Neil Armstrong
2024-10-14usb: xhci: pet watchdog during transfersGodfrey Mwangi
2024-10-13Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini
2024-10-13usb: host: tegra: get usb phy configuration from phy nodeSvyatoslav Ryhel
2024-10-11Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"Tom Rini
2024-10-11global: Rename SPL_TPL_ to PHASE_Simon Glass
2024-10-11global: Rename SPL_ to XPL_Simon Glass
2024-10-11drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass
2024-10-11usb: gadget: cdns3: Fix cdns3_ep_config() by setting ep.maxpacketSiddharth Vadapalli
2024-10-11usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off caseJan Kiszka
2024-10-01usb: gadget: usbhs: Add Renesas USBHS device driverVitaliy Vasylskyy
2024-09-30Merge tag 'v2024.10-rc6' into nextTom Rini
2024-09-30Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/custodians/u...Tom Rini
2024-09-30usb: gadget: cdns3: Fix missing cache operations for non-zero EndpointsSiddharth Vadapalli
2024-09-24spl: ram: hide SPL_RAM_SUPPORTJerome Forissier
2024-09-18Merge patch series "Fix various bugs"Tom Rini
2024-09-18usb: Drop old non-DM codeSimon Glass
2024-09-13dfu: fix Kconfig dependenciesJerome Forissier
2024-09-09phy: Extend generic_setup_phy() with PHY mode and submodeMarek Vasut
2024-09-02Merge tag 'u-boot-imx-next-20240902' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2024-09-02Merge tag 'v2024.10-rc4' into nextTom Rini
2024-08-30usb: ehci-mx5: Add a default for CFG_MXC_USB_PORTSCFabio Estevam
2024-08-23spl: Create a function to init spl_load_infoSimon Glass
2024-08-22usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST setMarek Vasut
2024-08-20Merge tag 'u-boot-dfu-next-20240820' of https://source.denx.de/u-boot/custodi...Tom Rini
2024-08-20usb: gadget: udc: Fix duplicate uclass nameZixun LI
2024-08-19Merge tag 'v2024.10-rc3' into nextTom Rini
2024-08-13i2c: Remove IC2_xxx enumSimon Glass
2024-08-11usb: dwc3: support USB 3.1 controllersCaleb Connolly
2024-08-09sandbox: Return error code from read/write/seekSimon Glass
2024-08-06usb: gadget: atmel: Add DM_USB_GADGET supportZixun LI
2024-08-06usb: gadget: atmel: Add attach/detach supportZixun LI
2024-08-06usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_d...Zixun LI
2024-08-06usb: gadget: atmel: Move usba_udc_pdata() with other static functionsZixun LI
2024-08-06usb: gadget: atmel: Fix typo in usb gadget driver register and unregisterZixun LI
2024-08-06usb: gadget: atmel: Replace printf() and pr_err() by log_err()Zixun LI