1. b29a747 Merge branch 'next' by Tom Rini · Mon Oct 02 10:55:44 2023 -0400
  2. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  3. 62b03cc bootstd: Keep track of use of usb stop by Simon Glass · Wed Sep 20 07:29:49 2023 -0600
  4. 283bbec board: usb: Replace legacy usb_gadget_handle_interrupts() by Marek Vasut · Fri Sep 01 11:50:03 2023 +0200
  5. b7e2ba7 dm: usb: udc: Drop legacy udevice handler functions by Marek Vasut · Fri Sep 01 11:50:02 2023 +0200
  6. 8552db0 usb: gadget: ether: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:50:01 2023 +0200
  7. ce1b62d usb: gadget: acm: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:50:00 2023 +0200
  8. 8bfcb34 thordown: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:59 2023 +0200
  9. 2bd299d sdp: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:58 2023 +0200
  10. 7786e70 cmd: ums: Use plain udevice for UDC controller interaction by Marek Vasut · Fri Sep 01 11:49:54 2023 +0200
  11. ed07a67 usb: sandbox: Add DM_USB_GADGET support by Marek Vasut · Fri Sep 01 11:49:48 2023 +0200
  12. b397203 dm: usb: udc: Factor out plain udevice handler functions by Marek Vasut · Fri Sep 01 11:49:47 2023 +0200
  13. fd5c3c2 usb: dwc3: Use generic_phy_valid() helper by Jonas Karlman · Thu Aug 31 22:16:36 2023 +0000
  14. 8755bfe Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-usb into next by Tom Rini · Wed Sep 06 11:50:22 2023 -0400
  15. 19a383a usb: host: ohci-generic: Make usage of clock/reset bulk() API by Fabrice Gasnier · Mon Sep 04 14:20:21 2023 +0200
  16. 7785aee usb: check for companion controller in uclass by Fabrice Gasnier · Fri Sep 01 11:52:01 2023 +0200
  17. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  18. 2d69af6 usb: dwc3: Fix enabling USB_DR_MODE_HOST by Oleksandr Suvorov · Fri Aug 25 13:42:40 2023 +0300
  19. ce56a12 usb: dwc3: Fix renaming SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Oleksandr Suvorov · Fri Aug 25 13:42:39 2023 +0300
  20. 63d5d86 usb: dwc3: Fix remove function if there is no ulpi_reset gpio by Venkatesh Yadav Abbarapu · Wed Aug 09 09:03:50 2023 +0530
  21. a0e274b Merge tag 'v2023.10-rc3' into next by Tom Rini · Mon Aug 21 17:32:17 2023 -0400
  22. 2b9e248 usb: ehci-generic: Use regulator_set_enable_if_allowed by Jonas Karlman · Wed Jul 19 21:20:57 2023 +0000
  23. 4f634d6 usb: dwc2: Use regulator_set_enable_if_allowed by Jonas Karlman · Wed Jul 19 21:20:56 2023 +0000
  24. ac74608 usb: Return -ENOENT when no devices are found by Simon Glass · Sun Jul 30 11:15:12 2023 -0600
  25. f18679c Kconfigs: Correct default of "0" on hex type entries by Tom Rini · Wed Aug 02 11:09:43 2023 -0400
  26. a935819 usb: gadget: ether: Handle gadget driver registration in probe and remove by Marek Vasut · Fri Aug 04 17:41:11 2023 +0200
  27. 038b36d usb: gadget: ether: Move probe function above driver structure by Marek Vasut · Fri Aug 04 17:41:10 2023 +0200
  28. 34ee033 usb: gadget: ether: Inline functions used once by Marek Vasut · Fri Aug 04 17:41:09 2023 +0200
  29. e5b9341 usb: dwc3-generic: Restrict single ctrl node for RK3328 by Jagan Teki · Tue Jun 06 22:39:14 2023 +0530
  30. 04c6ae8 usb: dwc3-generic: Add rk3568 support by Jonas Karlman · Sun Jul 30 22:59:57 2023 +0000
  31. 5e8b61b usb: dwc3-generic: Relax unsupported dr_mode check by Jonas Karlman · Sun Jul 30 22:59:56 2023 +0000
  32. ee1e070 usb: dwc3-generic: Return early when there is no child node by Jonas Karlman · Sun Jul 30 22:59:55 2023 +0000
  33. f7b6621 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Thu Jul 27 10:35:36 2023 -0400
  34. e47b92c usb: xhci: Fix double free on failure by Richard Habeeb · Mon Jul 24 15:45:25 2023 -0400
  35. e74da73 usb: cdns3: gadget: Configure speed in udc_start by Ravi Gunasekaran · Wed Jul 19 14:29:08 2023 +0530
  36. 612c4f7 usb: ehci-mx6: remove unnecessary regulator enable from probe by Tim Harvey · Fri May 19 11:58:54 2023 -0700
  37. 7eb54e9 sunxi: Kconfig: rework PHY_USB_SUN4I selection by Andre Przywara · Mon Jun 12 00:32:37 2023 +0100
  38. 4157158 bootstd: Use bootdev instead of bootdevice by Simon Glass · Wed Jul 12 09:04:32 2023 -0600
  39. 2523bcd Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-usb into next by Tom Rini · Thu Jul 06 13:23:36 2023 -0400
  40. 4a4ebe3 Merge tag 'v2023.07-rc6' into next by Tom Rini · Wed Jul 05 11:28:55 2023 -0400
  41. 686a0f0 usb: dwc3-generic: Ensure reset GPIO is configured as an output by Peter Korsgaard · Wed Jun 28 14:26:48 2023 +0200
  42. 9715f3c usb: dwc2: Fix the write to W1C fields in HPRT register by Teik Heng Chong · Wed Jun 21 11:13:58 2023 +0800
  43. dd73b59 usb: eth: lan78xx: Fix logic in lan78xx_read_otp() to avoid a warning by Tom Rini · Thu Jun 04 16:35:15 2020 -0400
  44. 8c6b5f7 Merge tag v2023.07-rc4 into next by Tom Rini · Mon Jun 12 14:55:33 2023 -0400
  45. e3d9440 usb: musb-new: sunxi: remove unused define by Sam Edwards · Thu Jun 08 12:45:42 2023 -0600
  46. 4510506 usb: musb-new: sunxi: fix error check by Sam Edwards · Mon Jun 05 11:19:37 2023 -0600
  47. c2fc02b usb: gadget: Add and use matching SPL USB ethernet gadget Kconfig symbols by Marek Vasut · Sat May 06 16:42:40 2023 +0200
  48. 98b9193 usb: Move SPL_USB_GADGET and related Kconfig symbols to drivers/usb/ by Marek Vasut · Sat May 06 16:42:39 2023 +0200
  49. 0e6ba4f usb: Move SPL_USB_STORAGE Kconfig symbol to drivers/usb/ by Marek Vasut · Sat May 06 16:42:38 2023 +0200
  50. 1d5c59c usb: Move SPL_USB_HOST Kconfig symbol to drivers/usb/ by Marek Vasut · Sat May 06 16:42:37 2023 +0200
  51. 4bb7c16 bootstd: usb: Avoid initing USB twice by Simon Glass · Fri May 05 20:03:04 2023 -0600
  52. 2510aab usb: Tidy up the usb_start flag by Simon Glass · Fri May 05 20:03:03 2023 -0600
  53. b52189e drivers: use devfdt_get_addr_index_ptr when cast to pointer by Johan Jonker · Mon Mar 13 01:32:31 2023 +0100
  54. 8d5d8e0 drivers: use dev_read_addr_ptr when cast to pointer by Johan Jonker · Mon Mar 13 01:32:04 2023 +0100
  55. 0e6e542 usb: ehci-mx6: move phy setup before register access by Tim Harvey · Fri Apr 28 11:50:30 2023 -0700
  56. 00eaa7c sandbox: fix sandbox_hub_submit_control_msg() by Heinrich Schuchardt · Sat Apr 01 08:57:33 2023 +0200
  57. c8e0519 sandbox: fix fall through in sandbox_flash_bulk() by Heinrich Schuchardt · Sat Apr 01 08:24:52 2023 +0200
  58. 2416ba0 usb: gadget: f_mass_storage: Rework do_request_sense slightly by Tom Rini · Wed Apr 05 19:48:57 2023 -0400
  59. 853fa41 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Mon Apr 03 20:49:03 2023 -0400
  60. a0a4ce8 usb: gadget: f_sdp: Add missing spl_board_prepare_for_boot() call by Marek Vasut · Tue Mar 07 08:42:33 2023 +0100
  61. 6712472 usb: gadget: missing fallthrough in composite_setup() by Heinrich Schuchardt · Sat Apr 01 09:06:55 2023 +0200
  62. 8220add1 Merge tag 'v2023.04-rc4' into next by Tom Rini · Tue Mar 14 10:58:41 2023 -0400
  63. ee3a216 usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB by Heinrich Schuchardt · Wed Jan 25 19:40:16 2023 +0100
  64. 005bc33 usb: xhci-mtk: modify the SOF/ITP interval for mt8195 by developer · Fri Feb 17 17:04:10 2023 +0800
  65. c94f61a usb: dwc3-meson-g12a: Select PHY instead of imply PHY by Marek Vasut · Thu Feb 23 17:32:43 2023 +0100
  66. 1c0b887 Merge tag 'v2023.04-rc3' into next by Tom Rini · Mon Feb 27 17:28:21 2023 -0500
  67. 562b997 ARM: tegra: provide default USB gadget setup by Maxim Schwalm · Tue Feb 14 19:35:30 2023 +0200
  68. 50f97dc usb: dwc3-uniphier: Select PHY by Marek Vasut · Thu Feb 23 17:29:24 2023 +0100
  69. c891a46 usb: dwc3-uniphier: Use dwc3-generic instead of xhci-dwc3 by Kunihiko Hayashi · Mon Feb 20 14:50:33 2023 +0900
  70. 54c277e usb: dwc3-generic: Add the size of regs property to glue structure by Kunihiko Hayashi · Mon Feb 20 14:50:29 2023 +0900
  71. 6cf357e usb: dwc3-generic: Export glue structures and functions by Kunihiko Hayashi · Mon Feb 20 14:50:28 2023 +0900
  72. df0f5d3 usb: dwc3-generic: Add clock initialization in child DT node by Kunihiko Hayashi · Mon Feb 20 14:50:27 2023 +0900
  73. 8c42037 usb: dwc3-generic: Allow different controller DT node pattern by Kunihiko Hayashi · Mon Feb 20 14:50:26 2023 +0900
  74. 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
  75. 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
  76. 6ef6e5a usb: gadget: Fix typo in obj line by Tom Rini · Sat Feb 11 09:25:44 2023 -0500
  77. 84858a6 Correct SPL uses of USB_MUSB_HOST by Simon Glass · Sun Feb 05 15:44:26 2023 -0700
  78. 34d37a6 Correct SPL uses of IMX_MODULE_FUSE by Simon Glass · Sun Feb 05 15:40:11 2023 -0700
  79. cd3866f usb: Drop unused sl811-hcd driver by Simon Glass · Wed Feb 01 13:20:22 2023 -0700
  80. dc45d65 usb: Drop unused ehci-vct driver by Simon Glass · Wed Feb 01 13:20:21 2023 -0700
  81. 64fa597 rmobile: Drop unused ehci-rmobile driver by Simon Glass · Wed Feb 01 13:20:20 2023 -0700
  82. 9346770 usb: Drop unused fotg210 gadget by Simon Glass · Wed Feb 01 13:20:19 2023 -0700
  83. ed9fb9c usb: Drop unused ehci-faraday driver by Simon Glass · Wed Feb 01 13:20:18 2023 -0700
  84. 7e5e7a9 armada: usb: net: Drop unused USB drivers by Simon Glass · Wed Feb 01 13:20:17 2023 -0700
  85. 7f4ab33 ARM: tegra: remap clock_osc_freq for all Tegra family by Svyatoslav Ryhel · Wed Feb 01 10:53:01 2023 +0200
  86. 3bf5514 Merge tag 'u-boot-amlogic-20230131' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Tue Jan 31 10:15:39 2023 -0500
  87. 4eb77d3 usb: xhci: Fix root hub descriptor by Mark Kettenis · Sat Jan 21 20:28:00 2023 +0100
  88. fac410c usb: xhci: Implement DMA mapping by Mark Kettenis · Sat Jan 21 20:27:55 2023 +0100
  89. 7e1f6a4 bootstd: Add a new pre-scan priority for bootdevs by Simon Glass · Tue Jan 17 10:48:08 2023 -0700
  90. f3cb89f bootstd: Add a USB hunter by Simon Glass · Tue Jan 17 10:47:37 2023 -0700
  91. 4d2c359 dm: usb: Mark the device name as alloced when binding by Simon Glass · Tue Jan 17 10:47:35 2023 -0700
  92. d6e39d1 bootstd: Add a default method to get bootflows by Simon Glass · Tue Jan 17 10:47:26 2023 -0700
  93. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · Tue Jan 10 11:19:45 2023 -0500
  94. cb8630f usb: musb: Rename CONFIG_USB_MUSB_TIMEOUT to MUSB_TIMEOUT by Tom Rini · Tue Jan 10 11:19:38 2023 -0500
  95. 4a0d718 usb: dwc3-meson-gxl: force mode on child add/removal by Neil Armstrong · Tue Jan 17 10:11:45 2023 +0100
  96. 308d265 musb-new: omap2430: fix compiling in DM_USB_GADGET config by Andreas Kemnade · Mon Jan 09 08:13:31 2023 +0100
  97. 24ca809 musb-new: omap2430: no host data access in gadget mode by Andreas Kemnade · Mon Jan 09 08:13:30 2023 +0100
  98. 9f9828d usb: dwc3-meson-g12a: force mode on child add/removal by Mattijs Korpershoek · Wed Nov 23 16:42:49 2022 +0100
  99. daee3ba image: Move common image code to image_board and command by Simon Glass · Fri Jan 06 08:52:28 2023 -0600
  100. 01f3591 usb: gadget: dwc2_udc_otg: implement pullup() by Mattijs Korpershoek · Wed Jan 11 09:19:27 2023 +0100