1. e28505d usb: host: ehci-generic: Remove DM_REGULATOR flag by Patrice Chotard · Fri May 06 08:22:35 2022 +0200
  2. 0ef4571 usb: host: ehci-generic: Make usage of clock/reset bulk() API by Patrice Chotard · Fri May 06 08:22:34 2022 +0200
  3. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · Thu Apr 21 16:11:13 2022 +0000
  4. 58c6102 pci: Map bars with offset and length by Andrew Scull · Thu Apr 21 16:11:10 2022 +0000
  5. 50456c9 usb: sandbox: Bounds check read from buffer by Andrew Scull · Sun Apr 03 10:39:12 2022 +0000
  6. 7152f7b usb: sandbox: Check for string end in copy_to_unicode() by Andrew Scull · Sun Apr 03 10:39:11 2022 +0000
  7. e1917ef bootstd: usb: Add a bootdev driver by Simon Glass · Sun Apr 24 23:31:23 2022 -0600
  8. 835647b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Apr 22 11:06:31 2022 -0400
  9. 0c92935 Add support for TP-Link UE200 dongle by Oleksii Titov · Wed Apr 20 11:23:25 2022 +0300
  10. bb19d62 usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · Wed Mar 09 10:05:45 2022 +0100
  11. 469d7f5 usb: gadget: ci: Make various ops const by Adam Ford · Fri Mar 04 16:59:02 2022 -0600
  12. ae21934 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · Wed Apr 13 00:42:56 2022 +0200
  13. 68c8656 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · Wed Apr 13 00:42:55 2022 +0200
  14. 2e9bd50 arm: Remove unused ep93xx code by Tom Rini · Thu Mar 31 13:46:53 2022 -0400
  15. 46238dd usb: dwc2: handle return code of dev_read_size() in of to, plat function by Wolfgang Grandegger · Mon Mar 14 09:32:53 2022 +0100
  16. 4b5f228 usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig by Adam Ford · Sat Feb 19 17:08:46 2022 -0600
  17. d9f8064 usb: ehci-omap: Use PHY system to manage phy resets by Adam Ford · Sat Feb 19 17:08:45 2022 -0600
  18. cb9a356 usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP by Adam Ford · Sat Feb 19 17:08:44 2022 -0600
  19. 3ca17c4 usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe by Adam Ford · Sat Feb 19 17:08:42 2022 -0600
  20. 7fc3cce usb: ehci-omap: Drop dead code by Adam Ford · Sat Feb 19 17:08:41 2022 -0600
  21. 427104d Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Feb 17 11:03:50 2022 -0500
  22. ecdc7bf usb: ehci: ehci-marvell: Update compatible string to official DT bindings by Pali Rohár · Mon Feb 14 11:34:24 2022 +0100
  23. ec2b73d usb: xhci: reset endpoint on USB stall by Stefan Agner · Mon Sep 27 14:42:58 2021 +0200
  24. eefabee usb: dwc3: core: stop the core when it's removed by Angus Ainslie · Wed Feb 02 15:08:55 2022 -0800
  25. 6e382a8 usb: dwc3: dwc3-generic: check the parent nodes by Angus Ainslie · Wed Feb 02 15:08:54 2022 -0800
  26. 98a80cd usb: gadget: ci: Avoid null pointer dereference by Marek Vasut · Fri Jan 28 04:39:09 2022 +0100
  27. 33da95a usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn by Adam Ford · Thu Feb 03 15:20:11 2022 -0600
  28. 455542c dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · Wed Oct 13 17:01:37 2021 +0200
  29. 99ce9ea Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · Thu Jan 27 14:14:47 2022 -0500
  30. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · Thu Nov 25 18:16:15 2021 +0100
  31. 3ed2b18 usb: ehci: dm: Convert i.MX28 ehci code to driver model by Lukasz Majewski · Wed Dec 22 10:55:09 2021 +0100
  32. e91edbc usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start}) by Lukasz Majewski · Wed Dec 22 10:55:08 2021 +0100
  33. 5fb7cb2 usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM by Lukasz Majewski · Wed Dec 22 10:55:07 2021 +0100
  34. 7a4aba6 usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28 by Lukasz Majewski · Wed Dec 22 10:55:06 2021 +0100
  35. e766570 usb: Use the first available device for ehci_gadget by Sean Anderson · Fri Nov 05 12:52:55 2021 -0400
  36. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Jan 20 12:40:20 2022 -0500
  37. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · Fri Jan 14 14:31:38 2022 +0100
  38. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · Wed Jan 19 18:05:50 2022 +0100
  39. 307be401 drivers: musb_gadget: Save endpoint desc to usb_ep->desc by qianfan Zhao · Tue Nov 16 08:30:12 2021 +0800
  40. 86f4923 drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting". by Vagrant Cascadian · Tue Dec 21 13:07:02 2021 -0800
  41. 887eb98 drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch". by Vagrant Cascadian · Tue Dec 21 13:06:54 2021 -0800
  42. 33f8a8d Merge branch 'next' by Tom Rini · Mon Jan 10 14:01:57 2022 -0500
  43. 8283259 usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable by Gary Bisson · Thu Jan 06 16:02:08 2022 +0100
  44. b85ea00 usb: cdns3: cdns3-ti: Add compatible for AM64 SoC by Aswath Govindraju · Wed Oct 20 21:02:02 2021 +0530
  45. c851cc0 usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXI by Samuel Dionne-Riel · Wed Nov 27 14:56:02 2019 -0500
  46. 16d9785 usb: dwc3: add layerscape support by Michael Walle · Fri Oct 15 15:15:23 2021 +0200
  47. 668bdf6 usb: dwc3: Enable undefined length INCR burst type by Michael Walle · Fri Oct 15 15:15:22 2021 +0200
  48. 679f13c usb: dwc3: Add frame length adjustment quirk by Michael Walle · Fri Oct 15 15:15:21 2021 +0200
  49. f182656 usb: common: silence dubious errors by Michael Walle · Fri Oct 15 15:15:20 2021 +0200
  50. 3ae724c usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3 by Michael Walle · Wed Oct 13 18:14:21 2021 +0200
  51. f566d47 usb: mtu3: flush cache for the first GPD when allocate GPD ring by developer · Thu Oct 21 13:33:07 2021 +0800
  52. 3fa593d usb: xhci-brcm: Include header file needed for dev_err by Stefan Agner · Wed Oct 06 14:05:29 2021 +0200
  53. e148926 Convert CONFIG_USB_EHCI_IS_TDI to Kconfig by Marek Behún · Sat Oct 09 15:27:35 2021 +0200
  54. 53d5351 Convert CONFIG_USB_EHCI_MXS to Kconfig by Marek Behún · Sat Oct 09 15:27:33 2021 +0200
  55. 372154d Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI by Marek Behún · Sat Oct 09 15:27:32 2021 +0200
  56. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · Tue Oct 12 12:01:00 2021 -0400
  57. d54d294 usb: sandbox: Add gadget callbacks by Patrice Chotard · Fri Sep 10 16:16:22 2021 +0200
  58. 5aaae6c usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller by Patrice Chotard · Fri Sep 10 16:16:21 2021 +0200
  59. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · Sat Sep 11 16:50:47 2021 -0500
  60. 2e166c8 usb: dwc3: meson-gxl: add AXG compatible by Neil Armstrong · Fri Sep 17 09:37:01 2021 +0200
  61. eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · Thu Sep 09 07:54:50 2021 -0400
  62. 74f00e8 arm: Remove flea3 board by Tom Rini · Tue Sep 14 09:09:31 2021 -0400
  63. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  64. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · Mon Sep 27 17:42:38 2021 +0200
  65. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · Mon Sep 27 17:42:36 2021 +0200
  66. a7e6759 Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig by Tom Rini · Sun Sep 12 20:32:28 2021 -0400
  67. 8729d3f usb: ehci-omap: Drop non-DM_USB legacy code by Tom Rini · Sun Sep 12 20:32:27 2021 -0400
  68. ebc1c84 Convert CONFIG_USB_XHCI_OMAP to Kconfig by Tom Rini · Sun Sep 12 20:32:22 2021 -0400
  69. 7392617 usb: phy: ti: Remove non-DM PHY code by Tom Rini · Sun Sep 12 20:32:21 2021 -0400
  70. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · Mon Sep 27 09:45:36 2021 -0400
  71. f0a916d usb: xhci-dwc3: Add support for USB 3.1 controllers by Mark Kettenis · Thu Sep 16 16:00:09 2021 +0200
  72. 6eff242 usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · Mon Sep 20 15:37:25 2021 +0200
  73. 382cf4e usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · Mon Sep 20 15:37:22 2021 +0200
  74. 49fb540 usb: xhci-dwc3: Add support for clocks/resets by Samuel Holland · Mon Jul 05 13:29:03 2021 +0100
  75. 386d128 usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · Mon Jul 05 13:29:02 2021 +0100
  76. 4025e57 Remove #include <version.h> from files which do not need it by Pali Rohár · Mon Aug 02 15:18:29 2021 +0200
  77. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · Fri Aug 27 08:48:10 2021 +0200
  78. a99817c usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2 by Tom Rini · Tue Aug 10 16:17:55 2021 -0400
  79. 869b59e pci: usb: ohci: Test on PCI not DM_PCI by Simon Glass · Sun Aug 01 18:54:26 2021 -0600
  80. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · Sat Jul 24 09:03:30 2021 -0600
  81. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · Sat Jul 10 21:14:29 2021 -0600
  82. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · Fri Jul 09 10:11:56 2021 -0400
  83. d251959 usb: musb-new: Add glue driver for ST-Ericsson Ux500 by Stephan Gerhold · Thu Jul 08 20:33:50 2021 +0200
  84. 00b6a1a arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · Sat May 22 08:47:14 2021 -0400
  85. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · Tue Apr 27 11:02:19 2021 +0200
  86. f88939c usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · Sun Jun 20 12:00:52 2021 -0300
  87. 759126c usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · Sun Jun 20 12:00:51 2021 -0300
  88. ea7dc87 Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · Wed Jun 16 11:18:11 2021 -0400
  89. 13ded2c usb: ehci-mx6: add support for i.MXRT by Giulio Benetti · Thu May 20 16:10:15 2021 +0200
  90. ec76d07 usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 by João Loureiro · Wed Mar 17 16:52:21 2021 +0100
  91. a3e4788 usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name by Kishon Vijay Abraham I · Tue Jun 01 16:26:16 2021 +0530
  92. b032aa6 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · Wed May 12 23:11:14 2021 +0900
  93. 9b28e5a usb: musb-new: Extend and move Allwinner quirk into Kconfig by Andre Przywara · Wed May 05 13:51:03 2021 +0100
  94. f2a1bed usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · Wed May 05 10:38:57 2021 +0200
  95. 09603b9 usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY by Marek Vasut · Thu Apr 22 21:06:40 2021 +0200
  96. 09f2727 usb: ehci-hcd: Add IAA handshake for removing async QH by Ye Li · Mon Mar 08 19:26:57 2021 -0800
  97. e15971f usb: ehci-mx6: Add iMX8M support by Marek Vasut · Fri Apr 02 14:07:22 2021 +0200
  98. a60258f usb: ehci-mx6: Fix aarch64 build warnings by Marek Vasut · Tue Apr 06 20:37:16 2021 +0200
  99. d650c55 usb: ehci-mx6: Add fsl,imx7d-usb compatible string by Marek Vasut · Fri Apr 02 13:07:59 2021 +0200
  100. 5fc0d35 usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined by Marek Vasut · Sat Apr 10 16:03:04 2021 +0200