1. c7c028b usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · Sun Nov 27 15:31:56 2022 +0100
  2. 27ef4e6 usb: dwc3: Program GFLADJ by Sean Anderson · Sun Nov 27 15:31:55 2022 +0100
  3. f6785a8 usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · Sun Nov 27 15:31:54 2022 +0100
  4. 840d219 usb: dwc3: reference clock period configuration by Balaji Prakash J · Sun Nov 27 15:31:53 2022 +0100
  5. aacbcb6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · Sun Nov 27 15:31:52 2022 +0100
  6. 6e76b0f usb: Expand buffer size in usb_find_and_bind_driver() by Marek Vasut · Sat Nov 26 13:57:53 2022 +0100
  7. 621d1c9 sandbox: check lseek return value in handle_ufi_command by Heinrich Schuchardt · Thu Nov 10 08:40:30 2022 +0100
  8. 402cbd2 usb: gadget: dfu: Fix the unchecked length field by Venkatesh Yadav Abbarapu · Thu Nov 03 09:37:48 2022 +0530
  9. 927671e usb: ehci: ehci-marvell: Support for marvell,ac5-ehci by Chris Packham · Sat Nov 05 17:23:57 2022 +1300
  10. 7de097f usb: ohci: Use a flexible array member for portstatus by Samuel Holland · Sun Oct 30 23:15:12 2022 -0500
  11. 31b4f9e usb: Update the test to cover reading and writing by Simon Glass · Thu Oct 20 18:22:55 2022 -0600
  12. a18b6a5 usb: ether: Fix error handling in usb_ether_init by Michal Suchanek · Wed Oct 12 21:57:54 2022 +0200
  13. 3cf84bb Fix typo in CONFIG_USBNET_DEVADDR by Ignacio Zamora · Sat Oct 08 09:50:56 2022 -0500
  14. e9621d8 usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · Fri Oct 07 11:38:22 2022 +0200
  15. b2a19ff usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpers by Patrice Chotard · Tue Sep 06 08:15:29 2022 +0200
  16. 343ff75 usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpers by Patrice Chotard · Tue Sep 06 08:15:28 2022 +0200
  17. cb9f1e4 usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers by Patrice Chotard · Tue Sep 06 08:15:27 2022 +0200
  18. 9725534 usb: gadget: Clean up Makefile ifdeffery by Marek Vasut · Tue Aug 23 19:06:51 2022 +0200
  19. 9411630 Merge branch 'next' by Tom Rini · Mon Oct 03 15:39:46 2022 -0400
  20. bb7d3bb treewide: Drop image_header_t typedef by Simon Glass · Tue Sep 06 20:26:52 2022 -0600
  21. eff2077 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · Mon Sep 26 11:27:30 2022 -0400
  22. af47fb8 Fix out of bound access of ep array. by Alison Huffman · Thu Sep 22 04:01:32 2022 +0000
  23. 1fd3b3d usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver by Jim Liu · Tue Jun 21 17:09:02 2022 +0800
  24. 4d3b00d sandbox: scsi: Move request-handling code to scsi_emul by Simon Glass · Wed Sep 21 16:21:45 2022 +0200
  25. bfe2c81 sandbox: scsi: Move structs to header file by Simon Glass · Wed Sep 21 16:21:43 2022 +0200
  26. 657efaa sandbox: scsi: Remove setup calls from handle_read() by Simon Glass · Wed Sep 21 16:21:42 2022 +0200
  27. 8cfdea7 sandbox: scsi: Move reply setup out of helper by Simon Glass · Wed Sep 21 16:21:41 2022 +0200
  28. 4313c3e sandbox: scsi: Move file size into shared struct by Simon Glass · Wed Sep 21 16:21:40 2022 +0200
  29. d0962c9 sandbox: scsi: Move block size into shared struct by Simon Glass · Wed Sep 21 16:21:39 2022 +0200
  30. 37884f0 scsi: Move vendor/product info into the shared struct by Simon Glass · Wed Sep 21 16:21:38 2022 +0200
  31. 293c43f sandbox: Move buffer to scsi_emul_info by Simon Glass · Wed Sep 21 16:21:37 2022 +0200
  32. 4c92a4d scsi: Move core emulation state into a new struct by Simon Glass · Wed Sep 21 16:21:36 2022 +0200
  33. e6e05ad scsi: Move cmd_phase enum to the header by Simon Glass · Wed Sep 21 16:21:35 2022 +0200
  34. e241fc3 sandbox: usb: Rename transfer_len in protocol struct by Simon Glass · Wed Sep 21 16:21:34 2022 +0200
  35. 586c22b Merge branch 'master' into next by Tom Rini · Mon Sep 19 13:19:39 2022 -0400
  36. adbd4ec usb: gadget: designware-udc: Drop the driver by Marek Vasut · Tue Aug 23 19:06:50 2022 +0200
  37. 034a740 usb: Kconfig: Fix typo in SPL_DM_USB text by Fabio Estevam · Sat Sep 17 20:28:29 2022 -0300
  38. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · Fri Sep 02 14:10:46 2022 +0200
  39. 64b3169 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · Mon Aug 22 09:18:31 2022 +0800
  40. 8d7aa57 Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · Sun Jul 31 21:08:29 2022 -0400
  41. 8811048 usb: ehci-mx6: Remove MX6Q_ARM2 related ifdefery by Fabio Estevam · Thu May 19 09:13:58 2022 -0300
  42. 3c5ce03 arch: mvebu: Disable by default unused peripherals in SPL by Pali Rohár · Tue May 24 10:58:42 2022 +0200
  43. 02c83a5 musb: sunxi: Allow host-side USB with external VBUS by Samuel Holland · Thu Jul 14 22:34:54 2022 -0500
  44. 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
  45. 723737b Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Thu Jul 14 11:10:49 2022 -0400
  46. 4adcdca usb: xhci-mtk: add support for MediaTek MT7621 SoC by developer · Fri May 20 11:22:56 2022 +0800
  47. 08ee377 usb: add isp1760 family driver by Rui Miguel Silva · Wed Jun 29 11:06:15 2022 +0100
  48. fb0c70c usb: common: move urb code to common by Rui Miguel Silva · Wed Jun 29 11:06:14 2022 +0100
  49. f7adf89 usb: dwc3: Add support to reset usb ULPI phy by T Karthik Reddy · Fri Jul 08 11:21:59 2022 +0200
  50. 89b5381 Merge branch 'next' by Tom Rini · Mon Jul 11 10:18:13 2022 -0400
  51. 5c249d4 arm: Remove strongarm support by Tom Rini · Mon Jun 27 13:35:47 2022 -0400
  52. 45b2548 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Fri Jul 08 14:39:07 2022 -0400
  53. 1e56de0 arm: Remove PXA architecture support by Tom Rini · Sat Jun 25 11:02:42 2022 -0400
  54. e12d754 usb: ohci-hcd: Remove some unused legacy code by Tom Rini · Sat Jun 25 11:02:32 2022 -0400
  55. 112d2e0 Convert CONFIG_USB_OHCI_NEW et al to Kconfig by Tom Rini · Sat Jun 25 11:02:31 2022 -0400
  56. 6d772e5 Convert CONFIG_USB_XHCI_EXYNOS et al to Kconfig by Tom Rini · Fri Jun 10 23:03:00 2022 -0400
  57. fb9d406 Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig by Tom Rini · Wed Jun 15 12:03:52 2022 -0400
  58. 47bb0dc usb: host: ehci-generic: Fix error check by Andre Przywara · Sat Jul 02 01:45:10 2022 +0100
  59. c7a39e4 rockchip: usb: phy: add rk3066/rk3188 support by Johan Jonker · Fri Apr 29 23:40:06 2022 +0200
  60. 8e3898f rockchip: usb: gadget: add rk3066 product id by Paweł Jarosz · Fri Apr 29 23:40:05 2022 +0200
  61. bde2170 Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · Sun Jun 12 20:02:04 2022 -0400
  62. 9850e39 usb: Remove non-DM code in ehci-fsl and xhci by Tom Rini · Sun Jun 12 20:02:01 2022 -0400
  63. 25c7887 usb: ehci-mx5: Remove non-DM code by Tom Rini · Wed Jun 08 08:24:36 2022 -0400
  64. bd26aba usb: ehci-mxc: Remove by Tom Rini · Wed Jun 08 08:24:35 2022 -0400
  65. 798ccaf usb: xhci-fsl: Remove non-DM code by Tom Rini · Wed Jun 08 08:24:32 2022 -0400
  66. c85a792 Convert CONFIG_USB_EHCI_TXFIFO_THRESH to Kconfig by Tom Rini · Wed Jun 08 08:24:31 2022 -0400
  67. 937fd63 usb: ehci-fsl: Remove non-DM code by Tom Rini · Wed Jun 08 08:24:30 2022 -0400
  68. 30fd3d9 Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to Kconfig by Tom Rini · Wed Jun 08 08:24:27 2022 -0400
  69. 21ad280 Convert CONFIG_EHCI_DESC_BIG_ENDIAN et al to Kconfig by Tom Rini · Wed Jun 08 08:24:26 2022 -0400
  70. 48ca6b4 ehci-mxs: Remove non-DM code by Tom Rini · Wed Jun 08 08:24:25 2022 -0400
  71. 0383185 sandbox: usb: Fix out-of-bounds read when fd=-1 by Sean Anderson · Wed Mar 23 18:24:38 2022 -0400
  72. d9ff2b9 Merge branch 'master' into next by Tom Rini · Mon Jun 20 14:40:59 2022 -0400
  73. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · Fri May 20 18:38:10 2022 +0200
  74. fbcb8f0 usb: host: ehci-generic: Make resets and clocks optional by Andre Przywara · Wed Jun 08 00:42:22 2022 +0100
  75. 683cde3 usb: xhci-mtk: disable all ports when disable host controller by developer · Fri May 27 09:52:09 2022 +0800
  76. 56bf6a8 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · Wed May 25 16:13:48 2022 -0400
  77. 86e06ae spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · Wed Mar 30 09:33:13 2022 +0200
  78. 2fe2cf0 usb: dwc3: Fix non-usb3 configurations by Jan Kiszka · Mon Apr 25 13:26:45 2022 +0200
  79. 5732eae usb: xhci-dwc3: Support role switch default role by Mark Kettenis · Tue Apr 19 21:06:33 2022 +0200
  80. e28505d usb: host: ehci-generic: Remove DM_REGULATOR flag by Patrice Chotard · Fri May 06 08:22:35 2022 +0200
  81. 0ef4571 usb: host: ehci-generic: Make usage of clock/reset bulk() API by Patrice Chotard · Fri May 06 08:22:34 2022 +0200
  82. 6520c82 pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · Thu Apr 21 16:11:13 2022 +0000
  83. 58c6102 pci: Map bars with offset and length by Andrew Scull · Thu Apr 21 16:11:10 2022 +0000
  84. 50456c9 usb: sandbox: Bounds check read from buffer by Andrew Scull · Sun Apr 03 10:39:12 2022 +0000
  85. 7152f7b usb: sandbox: Check for string end in copy_to_unicode() by Andrew Scull · Sun Apr 03 10:39:11 2022 +0000
  86. e1917ef bootstd: usb: Add a bootdev driver by Simon Glass · Sun Apr 24 23:31:23 2022 -0600
  87. 835647b Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · Fri Apr 22 11:06:31 2022 -0400
  88. 0c92935 Add support for TP-Link UE200 dongle by Oleksii Titov · Wed Apr 20 11:23:25 2022 +0300
  89. bb19d62 usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · Wed Mar 09 10:05:45 2022 +0100
  90. 469d7f5 usb: gadget: ci: Make various ops const by Adam Ford · Fri Mar 04 16:59:02 2022 -0600
  91. ae21934 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · Wed Apr 13 00:42:56 2022 +0200
  92. 68c8656 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · Wed Apr 13 00:42:55 2022 +0200
  93. 2e9bd50 arm: Remove unused ep93xx code by Tom Rini · Thu Mar 31 13:46:53 2022 -0400
  94. 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
  95. 4b5f228 usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig by Adam Ford · Sat Feb 19 17:08:46 2022 -0600
  96. d9f8064 usb: ehci-omap: Use PHY system to manage phy resets by Adam Ford · Sat Feb 19 17:08:45 2022 -0600
  97. cb9a356 usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP by Adam Ford · Sat Feb 19 17:08:44 2022 -0600
  98. 3ca17c4 usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe by Adam Ford · Sat Feb 19 17:08:42 2022 -0600
  99. 7fc3cce usb: ehci-omap: Drop dead code by Adam Ford · Sat Feb 19 17:08:41 2022 -0600
  100. 427104d Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · Thu Feb 17 11:03:50 2022 -0500