aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'u-boot-dfu-20241017' of https://source.denx.de/u-boot/custodians/u...Tom Rini2024-10-175-7/+32
|\
| * usb: dwc3: invalidate dcache on buffer used in interrupt handlingNeil Armstrong2024-10-153-0/+12
| * usb: dwc3: fix dcache flush range calculationNeil Armstrong2024-10-151-1/+4
| * usb: dwc3: allocate setup_buf with dma_alloc_coherent()Neil Armstrong2024-10-153-6/+8
| * usb: gadget: cdns3: Fix cdns3_ep_config() by setting ep.maxpacketSiddharth Vadapalli2024-10-111-0/+8
* | usb: tcpm: fusb302: add driverSebastian Reichel2024-10-174-0/+1509
* | usb: tcpm: add core frameworkSebastian Reichel2024-10-176-0/+2623
* | net: introduce alternative implementation as net/lwip/Jerome Forissier2024-10-161-1/+1
* | usb: xhci: pet watchdog during transfersGodfrey Mwangi2024-10-141-0/+3
* | Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegraTom Rini2024-10-131-22/+114
|\ \
| * | usb: host: tegra: get usb phy configuration from phy nodeSvyatoslav Ryhel2024-10-131-22/+114
| |/
* | Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD"WIP/11Oct2024Tom Rini2024-10-119-25/+25
|\ \
| * | global: Rename SPL_TPL_ to PHASE_Simon Glass2024-10-112-5/+5
| * | global: Rename SPL_ to XPL_Simon Glass2024-10-115-8/+8
| * | drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-114-12/+12
* | | usb: dwc3-generic: fix CONFIG_DM_REGULATOR-off caseJan Kiszka2024-10-111-3/+3
| |/ |/|
* | usb: gadget: usbhs: Add Renesas USBHS device driverVitaliy Vasylskyy2024-10-0113-0/+4735
* | Merge tag 'v2024.10-rc6' into nextTom Rini2024-09-302-0/+14
|\ \
| * \ Merge tag 'u-boot-dfu-20240930' of https://source.denx.de/u-boot/custodians/u...WIP/30Sep2024Tom Rini2024-09-301-0/+1
| |\ \
| | * | dfu: fix Kconfig dependenciesJerome Forissier2024-09-131-0/+1
| * | | usb: gadget: cdns3: Fix missing cache operations for non-zero EndpointsSiddharth Vadapalli2024-09-301-0/+13
| |/ /
* | / spl: ram: hide SPL_RAM_SUPPORTJerome Forissier2024-09-241-1/+1
| |/ |/|
* | Merge patch series "Fix various bugs"WIP/18Sep2024-nextTom Rini2024-09-181-1/+2
|\ \
| * | usb: Drop old non-DM codeSimon Glass2024-09-181-1/+2
* | | phy: Extend generic_setup_phy() with PHY mode and submodeMarek Vasut2024-09-095-5/+5
* | | Merge tag 'u-boot-imx-next-20240902' of https://gitlab.denx.de/u-boot/custodi...WIP/02Sep2024-nextTom Rini2024-09-021-0/+4
|\ \ \
| * | | usb: ehci-mx5: Add a default for CFG_MXC_USB_PORTSCFabio Estevam2024-08-301-0/+4
* | | | Merge tag 'v2024.10-rc4' into nextTom Rini2024-09-021-4/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | usb: gadget: ux500: Do not redefine ops if CONFIG_USB_MUSB_HOST setMarek Vasut2024-08-221-4/+2
* | | spl: Create a function to init spl_load_infoSimon Glass2024-08-231-6/+2
| |/ |/|
* | Merge tag 'u-boot-dfu-next-20240820' of https://source.denx.de/u-boot/custodi...WIP/20Aug2024-nextTom Rini2024-08-203-48/+213
|\ \
| * | usb: gadget: udc: Fix duplicate uclass nameZixun LI2024-08-201-1/+1
| * | usb: gadget: atmel: Add DM_USB_GADGET supportZixun LI2024-08-062-0/+147
| * | usb: gadget: atmel: Add attach/detach supportZixun LI2024-08-061-0/+18
| * | usb: gadget: atmel: Rename atmel_usba_start()/_stop() to usba_udc_enable()/_d...Zixun LI2024-08-061-4/+4
| * | usb: gadget: atmel: Move usba_udc_pdata() with other static functionsZixun LI2024-08-061-40/+40
| * | usb: gadget: atmel: Fix typo in usb gadget driver register and unregisterZixun LI2024-08-061-2/+2
| * | usb: gadget: atmel: Replace printf() and pr_err() by log_err()Zixun LI2024-08-061-6/+6
| * | usb: gadget: atmel: Sort includesZixun LI2024-08-061-3/+3
* | | Merge tag 'v2024.10-rc3' into nextTom Rini2024-08-191-1/+2
|\ \ \ | | |/ | |/|
| * | usb: dwc3: support USB 3.1 controllersCaleb Connolly2024-08-111-1/+2
| |/
* | i2c: Remove IC2_xxx enumSimon Glass2024-08-131-4/+0
* | sandbox: Return error code from read/write/seekSimon Glass2024-08-091-1/+1
|/
* arm: ti: Remove omap4 platform supportTom Rini2024-07-235-33/+2
* drivers: usb: Remove duplicate newlinesMarek Vasut2024-07-2234-99/+0
* eth: asix88179: reset during probeCaleb Connolly2024-07-131-0/+6
* Merge tag 'u-boot-dfu-20240711' of https://source.denx.de/u-boot/custodians/u...WIP/11Jul2024Tom Rini2024-07-1118-402/+209
|\
| * usb: gadget: Mark dm_usb_gadget_handle_interrupts as non-weak for DM_USB_GADGETMarek Vasut2024-07-051-1/+1
| * usb: gadget: sandbox: Drop dm_usb_gadget_handle_interrupts()Marek Vasut2024-07-051-6/+1
| * usb: gadget: ux500: Convert interrupt handling to usb_gadget_generic_opsMarek Vasut2024-07-051-8/+14