1. 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
  2. aacbcb6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · Sun Nov 27 15:31:52 2022 +0100
  3. f7adf89 usb: dwc3: Add support to reset usb ULPI phy by T Karthik Reddy · Fri Jul 08 11:21:59 2022 +0200
  4. 2fe2cf0 usb: dwc3: Fix non-usb3 configurations by Jan Kiszka · Mon Apr 25 13:26:45 2022 +0200
  5. 835647b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Apr 22 11:06:31 2022 -0400
  6. bb19d62 usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · Wed Mar 09 10:05:45 2022 +0100
  7. ae21934 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · Wed Apr 13 00:42:56 2022 +0200
  8. 68c8656 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · Wed Apr 13 00:42:55 2022 +0200
  9. 6e382a8 usb: dwc3: dwc3-generic: check the parent nodes by Angus Ainslie · Wed Feb 02 15:08:54 2022 -0800
  10. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  11. b032aa6 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · Wed May 12 23:11:14 2021 +0900
  12. 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
  13. e6256ce Merge tag 'v2021.01-rc5' into next by Tom Rini · Tue Jan 05 16:20:26 2021 -0500
  14. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · Sat Dec 19 10:40:14 2020 -0700
  15. 221d7fa x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · Thu Dec 03 19:45:01 2020 +0200
  16. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · Thu Dec 03 16:55:21 2020 -0700
  17. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · Thu Dec 03 16:55:20 2020 -0700
  18. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · Thu Dec 03 16:55:18 2020 -0700
  19. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  20. c37f8f3 usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · Wed Oct 21 14:17:31 2020 +0200
  21. a468d76 usb: dwc3: Don't include asm-generic/io.h by Sean Anderson · Tue Sep 15 10:45:18 2020 -0400
  22. 746862b usb: dwc3: Add Qualcomm DWC3 compatible string by Robert Marko · Thu Sep 10 16:00:05 2020 +0200
  23. f5a6c5b usb: dwc3: add make compatible for rockchip platform by Frank Wang · Tue May 26 11:34:31 2020 +0800
  24. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  25. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  26. 1eb3c30 usb: dwc3: Add versal compatibility string to dwc3 glue ids by Siva Durga Prasad Paladugu · Tue May 12 08:36:01 2020 +0200
  27. f8bced1 usb: dwc3: use the phy bulk API to get phys by developer · Sat May 02 11:35:13 2020 +0200
  28. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · Wed Mar 04 08:59:50 2020 +0800
  29. c628295 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · Mon Dec 09 10:37:29 2019 +0530
  30. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · Thu Nov 14 12:57:39 2019 -0700
  31. e9310fc dwc3-generic: Don't fail probe if clk/reset entries are absent by Vignesh Raghavendra · Fri Oct 25 13:48:05 2019 +0530
  32. 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
  33. 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
  34. 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
  35. 2bf2c35 usb: dwc3-generic: factorize code by Jean-Jacques Hiblot · Wed Sep 11 11:33:49 2019 +0200
  36. a33aa76 usb: dwc3-generic: use platdata by Jean-Jacques Hiblot · Wed Sep 11 11:33:48 2019 +0200
  37. 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
  38. 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
  39. ca848df dwc3-generic: Add support for the am437x by Jean-Jacques Hiblot · Tue Dec 04 11:30:50 2018 +0100
  40. 3e0684b usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" by Jean-Jacques Hiblot · Tue Dec 04 11:12:56 2018 +0100
  41. 65596f1 dwc3-generic: Add support for the TI DWC3 glue by Jean-Jacques Hiblot · Thu Nov 29 10:57:40 2018 +0100
  42. ae004d3 dwc3-generic: Add select_dr_mode operation by Jean-Jacques Hiblot · Thu Nov 29 10:52:49 2018 +0100
  43. aa866a0 dwc3-generic: Handle the PHYs, the clocks and the reset lines by Jean-Jacques Hiblot · Thu Nov 29 10:52:48 2018 +0100
  44. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · Thu Nov 29 10:52:46 2018 +0100
  45. d7c36ae dwc3_generic: do not probe the USB device driver when it's bound by Jean-Jacques Hiblot · Thu Nov 29 10:52:44 2018 +0100
  46. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · Thu Nov 29 10:52:43 2018 +0100
  47. 44aaec7 usb: introduce a separate config option for DM USB device by Jean-Jacques Hiblot · Thu Nov 29 10:52:42 2018 +0100
  48. d6e53c7 drivers: cosmetic: Convert SPDX license tags to Linux Kernel style by Patrick Delaunay · Fri Oct 26 09:02:52 2018 +0200
  49. 9d8cbbf usb: dwc3: Add generic DWC3 glue logic driver by Michal Simek · Fri May 18 13:15:06 2018 +0200