1. c94f61a usb: dwc3-meson-g12a: Select PHY instead of imply PHY by Marek Vasut · Thu Feb 23 17:32:43 2023 +0100
  2. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · Mon Feb 27 17:28:21 2023 -0500
  3. 50f97dc usb: dwc3-uniphier: Select PHY by Marek Vasut · Thu Feb 23 17:29:24 2023 +0100
  4. c891a46 usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3 by Kunihiko Hayashi · Mon Feb 20 14:50:33 2023 +0900
  5. 54c277e usb: dwc3-generic: Add the size of regs property to glue structure by Kunihiko Hayashi · Mon Feb 20 14:50:29 2023 +0900
  6. 6cf357e usb: dwc3-generic: Export glue structures and functions by Kunihiko Hayashi · Mon Feb 20 14:50:28 2023 +0900
  7. df0f5d3 usb: dwc3-generic: Add clock initialization in child DT node by Kunihiko Hayashi · Mon Feb 20 14:50:27 2023 +0900
  8. 8c42037 usb: dwc3-generic: Allow different controller DT node pattern by Kunihiko Hayashi · Mon Feb 20 14:50:26 2023 +0900
  9. 4d28572 usb: dwc3: Look up reference clock DT phandle in both controller DT nodes by Marek Vasut · Mon Feb 20 14:50:25 2023 +0900
  10. 5f70b0a usb: dwc3: Use the devm_gpiod_get_optional() API for reset gpio by Venkatesh Yadav Abbarapu · Fri Jan 13 10:42:02 2023 +0530
  11. 4a0d718 usb: dwc3-meson-gxl: force mode on child add/removal by Neil Armstrong · Tue Jan 17 10:11:45 2023 +0100
  12. 9f9828d usb: dwc3-meson-g12a: force mode on child add/removal by Mattijs Korpershoek · Wed Nov 23 16:42:49 2022 +0100
  13. c7c028b usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · Sun Nov 27 15:31:56 2022 +0100
  14. 27ef4e6 usb: dwc3: Program GFLADJ by Sean Anderson · Sun Nov 27 15:31:55 2022 +0100
  15. f6785a8 usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · Sun Nov 27 15:31:54 2022 +0100
  16. 840d219 usb: dwc3: reference clock period configuration by Balaji Prakash J · Sun Nov 27 15:31:53 2022 +0100
  17. aacbcb6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · Sun Nov 27 15:31:52 2022 +0100
  18. 426b2ae usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver by Angus Ainslie · Thu Jul 14 08:11:11 2022 -0700
  19. f7adf89 usb: dwc3: Add support to reset usb ULPI phy by T Karthik Reddy · Fri Jul 08 11:21:59 2022 +0200
  20. 2fe2cf0 usb: dwc3: Fix non-usb3 configurations by Jan Kiszka · Mon Apr 25 13:26:45 2022 +0200
  21. 835647b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Apr 22 11:06:31 2022 -0400
  22. bb19d62 usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · Wed Mar 09 10:05:45 2022 +0100
  23. ae21934 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · Wed Apr 13 00:42:56 2022 +0200
  24. 68c8656 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · Wed Apr 13 00:42:55 2022 +0200
  25. eefabee usb: dwc3: core: stop the core when it's removed by Angus Ainslie · Wed Feb 02 15:08:55 2022 -0800
  26. 6e382a8 usb: dwc3: dwc3-generic: check the parent nodes by Angus Ainslie · Wed Feb 02 15:08:54 2022 -0800
  27. 16d9785 usb: dwc3: add layerscape support by Michael Walle · Fri Oct 15 15:15:23 2021 +0200
  28. 668bdf6 usb: dwc3: Enable undefined length INCR burst type by Michael Walle · Fri Oct 15 15:15:22 2021 +0200
  29. 679f13c usb: dwc3: Add frame length adjustment quirk by Michael Walle · Fri Oct 15 15:15:21 2021 +0200
  30. 2e166c8 usb: dwc3: meson-gxl: add AXG compatible by Neil Armstrong · Fri Sep 17 09:37:01 2021 +0200
  31. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  32. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  33. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  34. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · Fri Jul 09 10:11:56 2021 -0400
  35. b032aa6 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · Wed May 12 23:11:14 2021 +0900
  36. f2a1bed usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · Wed May 05 10:38:57 2021 +0200
  37. 9297a7f lib: string: Implement strlcat by Sean Anderson · Thu Mar 11 00:15:42 2021 -0500
  38. bb721de Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · Tue Jan 05 22:34:43 2021 -0500
  39. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  40. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  41. 221d7fa x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · Thu Dec 03 19:45:01 2020 +0200
  42. 75275c6 usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · Mon Dec 14 12:34:19 2020 +0100
  43. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  44. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  45. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  46. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  47. c37f8f3 usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · Wed Oct 21 14:17:31 2020 +0200
  48. 60d6b5d Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Oct 06 08:36:10 2020 -0400
  49. c1a7e72c usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · Thu Sep 10 10:48:13 2020 +0200
  50. a468d76 usb: dwc3: Don't include asm-generic/io.h by Sean Anderson · Tue Sep 15 10:45:18 2020 -0400
  51. 9a62b42 usb: dwc3: ti: Fix not calling dev_err with a device by Sean Anderson · Tue Sep 15 10:45:17 2020 -0400
  52. 2789ce8 usb: dwc3: Fix not calling dev_xxx with a device by Sean Anderson · Tue Sep 15 10:45:16 2020 -0400
  53. 746862b usb: dwc3: Add Qualcomm DWC3 compatible string by Robert Marko · Thu Sep 10 16:00:05 2020 +0200
  54. a89b4de treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  55. 5a9ecb2 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · Fri Jul 24 08:42:06 2020 -0400
  56. a831cef treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · Fri Jul 17 14:36:48 2020 +0900
  57. f5a6c5b usb: dwc3: add make compatible for rockchip platform by Frank Wang · Tue May 26 11:34:31 2020 +0800
  58. a4a2912 usb: dwc3: amend UTMI/UTMIW phy interface setup by Frank Wang · Tue May 26 11:34:30 2020 +0800
  59. 461409b usb: dwc3: Enable AutoRetry feature in the controller by Jagan Teki · Tue May 26 11:34:29 2020 +0800
  60. 0ece2f7 usb: dwc3: Add disable u2mac linestate check quirk by Jagan Teki · Tue May 26 11:33:48 2020 +0800
  61. b29bcd7 usb: dwc3: add dis_u2_freeclk_exists_quirk by Frank Wang · Tue May 26 11:33:47 2020 +0800
  62. 0c3b6f5 usb: dwc3: add dis_enblslpm_quirk by Frank Wang · Tue May 26 11:33:46 2020 +0800
  63. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  64. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  65. c06c1be common: Drop linux/bug.h from common header by Simon Glass · Sun May 10 11:40:08 2020 -0600
  66. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  67. 1eb3c30 usb: dwc3: Add versal compatibility string to dwc3 glue ids by Siva Durga Prasad Paladugu · Tue May 12 08:36:01 2020 +0200
  68. c1157dc usb: dwc3: add dis_del_phy_power_chg_quirk by Jagan Teki · Wed May 06 13:20:25 2020 +0530
  69. f8bced1 usb: dwc3: use the phy bulk API to get phys by developer · Sat May 02 11:35:13 2020 +0200
  70. a29def2 usb: dwc3-meson-g12a: add power-on/off of the PHYs by Neil Armstrong · Tue Apr 21 10:17:42 2020 +0200
  71. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · Wed Mar 04 08:59:50 2020 +0800
  72. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · Fri Feb 14 16:40:19 2020 +0900
  73. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · Fri Feb 14 16:40:18 2020 +0900
  74. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  75. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  76. c628295 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · Mon Dec 09 10:37:29 2019 +0530
  77. 5abcf94 usb: dwc3: Fix UTMI/UTMIW phy interface initialization by Jagan Teki · Wed Dec 18 13:00:02 2019 +0530
  78. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  79. 106c71f usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · Tue Nov 19 13:56:20 2019 +0530
  80. c6de6cf dwc3: flush cache only if there is a buffer attached to a request by Marek Szyprowski · Wed Oct 02 14:19:14 2019 +0200
  81. e9310fc dwc3-generic: Don't fail probe if clk/reset entries are absent by Vignesh Raghavendra · Fri Oct 25 13:48:05 2019 +0530
  82. 731a2a3 usb: dwc3: Kconfig: get rid of obsolete mode selection by Jean-Jacques Hiblot · Wed Sep 11 11:33:53 2019 +0200
  83. ce868d0 usb: dwc3: Add dwc3_of_parse() to get quirks information from DT by Jean-Jacques Hiblot · Wed Sep 11 11:33:52 2019 +0200
  84. 547df0d usb: dwc3-generic: if no max speed is specified in DT, assume super speed by Jean-Jacques Hiblot · Wed Sep 11 11:33:51 2019 +0200
  85. 175cd7c usb: dwc3-generic: add a new host driver that uses the dwc3 core by Jean-Jacques Hiblot · Wed Sep 11 11:33:50 2019 +0200
  86. 2bf2c35 usb: dwc3-generic: factorize code by Jean-Jacques Hiblot · Wed Sep 11 11:33:49 2019 +0200
  87. a33aa76 usb: dwc3-generic: use platdata by Jean-Jacques Hiblot · Wed Sep 11 11:33:48 2019 +0200
  88. 9f1b49c usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit by Jean-Jacques Hiblot · Wed Sep 11 11:33:47 2019 +0200
  89. 73a1b8b usb: dwc3: switch to peripheral mode when exiting by Jean-Jacques Hiblot · Wed Sep 11 11:33:45 2019 +0200
  90. 7bb245a drivers: usb: dwc3: setup phy before dwc3 core soft reset by T Karthik Reddy · Wed May 01 10:14:49 2019 +0530
  91. b49b5c2 usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue by Jean-Jacques Hiblot · Fri Jul 05 09:33:58 2019 +0200
  92. 5a94557 usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback by Jean-Jacques Hiblot · Fri Jul 05 09:33:56 2019 +0200
  93. 1f70889 usb: dwc3: Add Meson G12A USB Glue by Neil Armstrong · Tue Feb 19 13:42:01 2019 +0100
  94. ca848df dwc3-generic: Add support for the am437x by Jean-Jacques Hiblot · Tue Dec 04 11:30:50 2018 +0100
  95. 3e0684b usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" by Jean-Jacques Hiblot · Tue Dec 04 11:12:56 2018 +0100
  96. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · Fri Nov 23 17:36:19 2018 +0100
  97. 65596f1 dwc3-generic: Add support for the TI DWC3 glue by Jean-Jacques Hiblot · Thu Nov 29 10:57:40 2018 +0100
  98. 31da49d usb: dwc3: Fix a compilation error with the edison defconfig by Jean-Jacques Hiblot · Thu Nov 29 10:52:50 2018 +0100
  99. ae004d3 dwc3-generic: Add select_dr_mode operation by Jean-Jacques Hiblot · Thu Nov 29 10:52:49 2018 +0100
  100. aa866a0 dwc3-generic: Handle the PHYs, the clocks and the reset lines by Jean-Jacques Hiblot · Thu Nov 29 10:52:48 2018 +0100