- 87469d5 usb: dwc3: make dwc3_flush_cache() a no-op when using SYS_ARM_DMA_ALLOC_COHERENT by Neil Armstrong · 5 months ago
- 50919a7 usb: dwc3: switch setup_buf allocation to dma_alloc_coherent() by Neil Armstrong · 5 months ago
- dd90c71 dwc3: ep0: invalidate cache by Neil Armstrong · 7 months ago
- c5d2069 usb: dwc3: support USB 3.1 controllers by Caleb Connolly · 10 months ago
- 0db3941 usb: dwc3: add newlines to dev_vdbg calls in ep0 by Caleb Connolly · 5 months ago
- 85ced6f usb: dwc3: gadget: fix crash in dwc3_gadget_giveback() by Neil Armstrong · 6 months ago
- d678a59 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
- 30f39de usb: dwc3: gadget: Disable GUSB2PHYCFG.SUSPHY for End Transfer by Thinh Nguyen · 8 months ago
- 95b4d65 usb: dwc3: gadget: properly check ep cmd by Felipe Balbi · 8 months ago
- db11351 usb: dwc3: gadget: Check ENBLSLPM before sending ep command by Thinh Nguyen · 8 months ago
- d107a53 usb: dwc3: gadget: only resume USB2 PHY in <=HIGHSPEED by Felipe Balbi · 8 months ago
- 967b31c usb: dwc3: gadget: clear SUSPHY bit before ep cmds by Felipe Balbi · 8 months ago
- 1339550 usb: dwc3: gadget: combine return points into a single one by Felipe Balbi · 8 months ago
- 12a8b0d usb: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
- 12ac51c usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts by Marek Vasut · 8 months ago
- 4d15898 usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadget by Marek Vasut · 8 months ago
- 850b307 usb: dwc3-generic: implement Qualcomm wrapper by Caleb Connolly · 8 months ago
- de451d5 usb: dwc3-generic: support external vbus regulator by Caleb Connolly · 9 months ago
- c9309f4 treewide: Remove clk_free by Sean Anderson · 12 months ago
- d379150 Merge tag 'v2024.01-rc4' into next by Tom Rini · 12 months ago
- 6e91df9 usb: dwc3-generic: Use combined glue and ctrl node for RK3588 by Jonas Karlman · 1 year, 1 month ago
- 38cc6cd Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · 12 months ago
- e515a2b treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · 1 year ago
- dca7a89 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
- 13248d6 treewide: use linux/time.h for time conversion defines by Igor Prusov · 1 year, 1 month ago
- a94a407 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
- 3ba8ea4 dwc3: add support for Amlogic A1 family by Alexey Romanov · 1 year, 2 months ago
- ac89738 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
- 1e94b46 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
- 2caf974 board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · 1 year, 3 months ago
- 5ccfdd8 usb: dwc3: Use generic_phy_valid() helper by Jonas Karlman · 1 year, 3 months ago
- 7f4b73f usb: dwc3: Fix enabling USB_DR_MODE_HOST by Oleksandr Suvorov · 1 year, 3 months ago
- da93ea6 usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Oleksandr Suvorov · 1 year, 3 months ago
- 9871b0e usb: dwc3: Fix remove function if there is no ulpi_reset gpio by Venkatesh Yadav Abbarapu · 1 year, 4 months ago
- 185571b usb: dwc3-generic: Restrict single ctrl node for RK3328 by Jagan Teki · 1 year, 6 months ago
- caaeac8 usb: dwc3-generic: Add rk3568 support by Jonas Karlman · 1 year, 4 months ago
- 6913c30 usb: dwc3-generic: Relax unsupported dr_mode check by Jonas Karlman · 1 year, 4 months ago
- 4412a2b usb: dwc3-generic: Return early when there is no child node by Jonas Karlman · 1 year, 4 months ago
- d266d4b usb: dwc3-generic: Ensure reset GPIO is configured as an output by Peter Korsgaard · 1 year, 5 months ago
- e61eaee usb: dwc3-meson-g12a: Select PHY instead of imply PHY by Marek Vasut · 1 year, 9 months ago
- 5b197ee Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 9 months ago
- b684ec8 usb: dwc3-uniphier: Select PHY by Marek Vasut · 1 year, 9 months ago
- ec01e0b usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3 by Kunihiko Hayashi · 1 year, 9 months ago
- 211a066 usb: dwc3-generic: Add the size of regs property to glue structure by Kunihiko Hayashi · 1 year, 9 months ago
- ef2313b usb: dwc3-generic: Export glue structures and functions by Kunihiko Hayashi · 1 year, 9 months ago
- 7c71c68 usb: dwc3-generic: Add clock initialization in child DT node by Kunihiko Hayashi · 1 year, 9 months ago
- f7b7c72 usb: dwc3-generic: Allow different controller DT node pattern by Kunihiko Hayashi · 1 year, 9 months ago
- c658335 usb: dwc3: Look up reference clock DT phandle in both controller DT nodes by Marek Vasut · 1 year, 9 months ago
- 237d1f6 usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
- 043a967 usb: dwc3-meson-gxl: force mode on child add/removal by Neil Armstrong · 1 year, 10 months ago
- fd08384 usb: dwc3-meson-g12a: force mode on child add/removal by Mattijs Korpershoek · 2 years ago
- db5bace usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · 2 years ago
- c55ac51 usb: dwc3: Program GFLADJ by Sean Anderson · 2 years ago
- 6bae0eb usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · 2 years ago
- 57548e8 usb: dwc3: reference clock period configuration by Balaji Prakash J · 2 years ago
- 8ae84e6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · 2 years ago
- 582ce23 usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver by Angus Ainslie · 2 years, 5 months ago
- b252d79 usb: dwc3: Add support to reset usb ULPI phy by T Karthik Reddy · 2 years, 5 months ago
- 868d58f usb: dwc3: Fix non-usb3 configurations by Jan Kiszka · 2 years, 7 months ago
- 6d73175 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 7 months ago
- 142d50f usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · 2 years, 9 months ago
- d0f7a05 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · 2 years, 8 months ago
- f1ef955 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · 2 years, 8 months ago
- fb146fb usb: dwc3: core: stop the core when it's removed by Angus Ainslie · 2 years, 10 months ago
- c08db05 usb: dwc3: dwc3-generic: check the parent nodes by Angus Ainslie · 2 years, 10 months ago
- 2b0b51d usb: dwc3: add layerscape support by Michael Walle · 3 years, 1 month ago
- f150b8d usb: dwc3: Enable undefined length INCR burst type by Michael Walle · 3 years, 1 month ago
- d274cbb usb: dwc3: Add frame length adjustment quirk by Michael Walle · 3 years, 1 month ago
- c7c0858 usb: dwc3: meson-gxl: add AXG compatible by Neil Armstrong · 3 years, 2 months ago
- 0cf207e WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
- 0a50b3c WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
- 333e4a6 Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 5 months ago
- be5c060 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
- a5f9be1 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · 3 years, 7 months ago
- 60e531f usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · 3 years, 7 months ago
- 9af869c lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
- b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
- 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
- f10643c dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
- 23cdbba x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · 4 years ago
- 5c88b6a usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · 4 years ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- e7f9e1f usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · 4 years, 1 month ago
- 987ab49 Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 2 months ago
- 46eddbc usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · 4 years, 3 months ago
- 2667dac usb: dwc3: Don't include asm-generic/io.h by Sean Anderson · 4 years, 2 months ago
- 44003f8 usb: dwc3: ti: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
- df5eabc usb: dwc3: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 2 months ago
- 74a703a usb: dwc3: Add Qualcomm DWC3 compatible string by Robert Marko · 4 years, 3 months ago
- 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
- 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
- 5d422ab usb: dwc3: add make compatible for rockchip platform by Frank Wang · 4 years, 6 months ago
- 6469794 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · 4 years, 6 months ago
- fafaa02 usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · 4 years, 6 months ago
- dc18413 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · 4 years, 6 months ago
- b34f8b5 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · 4 years, 6 months ago