1. e7f1315 usb: udc: dwc3: Fold dwc3_uboot_handle_interrupt into dm_usb_gadget_handle_interrupts by Marek Vasut · 9 months ago
  2. 26ec65b usb: udc: dwc3: Fold board dm_usb_gadget_handle_interrupts() into DWC3 gadget by Marek Vasut · 9 months ago
  3. 60d1fc2 usb: dwc3-generic: implement Qualcomm wrapper by Caleb Connolly · 8 months ago
  4. c52bc90 usb: dwc3-generic: support external vbus regulator by Caleb Connolly · 9 months ago
  5. d318eb3 treewide: Remove clk_free by Sean Anderson · 12 months ago
  6. bc761d5 Merge tag 'v2024.01-rc4' into next by Tom Rini · 12 months ago
  7. 39076d9 usb: dwc3-generic: Use combined glue and ctrl node for RK3588 by Jonas Karlman · 1 year, 1 month ago
  8. 80c1127 Merge patch series "Import "string" I/O functions from Linux" by Tom Rini · 12 months ago
  9. 89606c0 treewide: Include linux/io.h instead of asm-generic/io.h by Igor Prusov · 1 year ago
  10. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · 1 year ago
  11. c3421ea treewide: use linux/time.h for time conversion defines by Igor Prusov · 1 year, 1 month ago
  12. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · 1 year, 1 month ago
  13. a9c58e4 dwc3: add support for Amlogic A1 family by Alexey Romanov · 1 year, 2 months ago
  14. b29a747 Merge branch 'next' by Tom Rini · 1 year, 2 months ago
  15. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · 1 year, 2 months ago
  16. 283bbec board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · 1 year, 3 months ago
  17. fd5c3c2 usb: dwc3: Use generic_phy_valid() helper by Jonas Karlman · 1 year, 3 months ago
  18. 2d69af6 usb: dwc3: Fix enabling USB_DR_MODE_HOST by Oleksandr Suvorov · 1 year, 3 months ago
  19. ce56a12 usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Oleksandr Suvorov · 1 year, 3 months ago
  20. 63d5d86 usb: dwc3: Fix remove function if there is no ulpi_reset gpio by Venkatesh Yadav Abbarapu · 1 year, 4 months ago
  21. e5b9341 usb: dwc3-generic: Restrict single ctrl node for RK3328 by Jagan Teki · 1 year, 6 months ago
  22. 04c6ae8 usb: dwc3-generic: Add rk3568 support by Jonas Karlman · 1 year, 4 months ago
  23. 5e8b61b usb: dwc3-generic: Relax unsupported dr_mode check by Jonas Karlman · 1 year, 4 months ago
  24. ee1e070 usb: dwc3-generic: Return early when there is no child node by Jonas Karlman · 1 year, 4 months ago
  25. 686a0f0 usb: dwc3-generic: Ensure reset GPIO is configured as an output by Peter Korsgaard · 1 year, 5 months ago
  26. c94f61a usb: dwc3-meson-g12a: Select PHY instead of imply PHY by Marek Vasut · 1 year, 9 months ago
  27. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · 1 year, 9 months ago
  28. 50f97dc usb: dwc3-uniphier: Select PHY by Marek Vasut · 1 year, 9 months ago
  29. c891a46 usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3 by Kunihiko Hayashi · 1 year, 9 months ago
  30. 54c277e usb: dwc3-generic: Add the size of regs property to glue structure by Kunihiko Hayashi · 1 year, 9 months ago
  31. 6cf357e usb: dwc3-generic: Export glue structures and functions by Kunihiko Hayashi · 1 year, 9 months ago
  32. df0f5d3 usb: dwc3-generic: Add clock initialization in child DT node by Kunihiko Hayashi · 1 year, 9 months ago
  33. 8c42037 usb: dwc3-generic: Allow different controller DT node pattern by Kunihiko Hayashi · 1 year, 9 months ago
  34. 4d28572 usb: dwc3: Look up reference clock DT phandle in both controller DT nodes by Marek Vasut · 1 year, 9 months ago
  35. 5f70b0a usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio by Venkatesh Yadav Abbarapu · 1 year, 11 months ago
  36. 4a0d718 usb: dwc3-meson-gxl: force mode on child add/removal by Neil Armstrong · 1 year, 11 months ago
  37. 9f9828d usb: dwc3-meson-g12a: force mode on child add/removal by Mattijs Korpershoek · 2 years ago
  38. c7c028b usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · 2 years ago
  39. 27ef4e6 usb: dwc3: Program GFLADJ by Sean Anderson · 2 years ago
  40. f6785a8 usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · 2 years ago
  41. 840d219 usb: dwc3: reference clock period configuration by Balaji Prakash J · 2 years ago
  42. aacbcb6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · 2 years ago
  43. 426b2ae usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver by Angus Ainslie · 2 years, 5 months ago
  44. f7adf89 usb: dwc3: Add support to reset usb ULPI phy by T Karthik Reddy · 2 years, 5 months ago
  45. 2fe2cf0 usb: dwc3: Fix non-usb3 configurations by Jan Kiszka · 2 years, 7 months ago
  46. 835647b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 7 months ago
  47. bb19d62 usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · 2 years, 9 months ago
  48. ae21934 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · 2 years, 8 months ago
  49. 68c8656 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · 2 years, 8 months ago
  50. eefabee usb: dwc3: core: stop the core when it's removed by Angus Ainslie · 2 years, 10 months ago
  51. 6e382a8 usb: dwc3: dwc3-generic: check the parent nodes by Angus Ainslie · 2 years, 10 months ago
  52. 16d9785 usb: dwc3: add layerscape support by Michael Walle · 3 years, 1 month ago
  53. 668bdf6 usb: dwc3: Enable undefined length INCR burst type by Michael Walle · 3 years, 1 month ago
  54. 679f13c usb: dwc3: Add frame length adjustment quirk by Michael Walle · 3 years, 1 month ago
  55. 2e166c8 usb: dwc3: meson-gxl: add AXG compatible by Neil Armstrong · 3 years, 2 months ago
  56. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  57. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  58. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 5 months ago
  59. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
  60. b032aa6 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · 3 years, 7 months ago
  61. f2a1bed usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · 3 years, 7 months ago
  62. 9297a7f lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
  63. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 11 months ago
  64. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 11 months ago
  65. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  66. 221d7fa x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · 4 years ago
  67. 75275c6 usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · 4 years ago
  68. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  69. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  70. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  71. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  72. c37f8f3 usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · 4 years, 1 month ago
  73. 60d6b5d 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
  74. c1a7e72c usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · 4 years, 3 months ago
  75. a468d76 usb: dwc3: Don't include asm-generic/io.h by Sean Anderson · 4 years, 2 months ago
  76. 9a62b42 usb: dwc3: ti: Fix not calling dev_err with a device by Sean Anderson · 4 years, 2 months ago
  77. 2789ce8 usb: dwc3: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 2 months ago
  78. 746862b usb: dwc3: Add Qualcomm DWC3 compatible string by Robert Marko · 4 years, 3 months ago
  79. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  80. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 4 months ago
  81. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 4 months ago
  82. f5a6c5b usb: dwc3: add make compatible for rockchip platform by Frank Wang · 4 years, 6 months ago
  83. a4a2912 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · 4 years, 6 months ago
  84. 461409b usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · 4 years, 6 months ago
  85. 0ece2f7 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · 4 years, 6 months ago
  86. b29bcd7 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · 4 years, 6 months ago
  87. 0c3b6f5 usb: dwc3: add dis_enblslpm_quirk by Frank Wang · 4 years, 6 months ago
  88. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  89. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  90. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  91. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  92. 1eb3c30 usb: dwc3: Add versal compatibility string to dwc3 glue ids by Siva Durga Prasad Paladugu · 4 years, 7 months ago
  93. c1157dc usb: dwc3: add dis_del_phy_power_chg_quirk by Jagan Teki · 4 years, 7 months ago
  94. f8bced1 usb: dwc3: use the phy bulk API to get phys by developer · 4 years, 7 months ago
  95. a29def2 usb: dwc3-meson-g12a: add power-on/off of the PHYs by Neil Armstrong · 4 years, 7 months ago
  96. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 9 months ago
  97. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 10 months ago
  98. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 10 months ago
  99. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  100. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago