1. aa6e94d global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_* by Tom Rini · 1 year, 11 months ago
  2. db5bace usb: dwc3: Drop support for "snps, ref-clock-period-ns" DT property by Marek Vasut · 1 year, 11 months ago
  3. c55ac51 usb: dwc3: Program GFLADJ by Sean Anderson · 1 year, 11 months ago
  4. 6bae0eb usb: dwc3: Calculate REFCLKPER based on reference clock by Sean Anderson · 1 year, 11 months ago
  5. 57548e8 usb: dwc3: reference clock period configuration by Balaji Prakash J · 1 year, 11 months ago
  6. 8ae84e6 usb: dwc3: Cache ref_clk pointer in struct dwc3 by Marek Vasut · 1 year, 11 months ago
  7. 55a95f8 usb: Expand buffer size in usb_find_and_bind_driver() by Marek Vasut · 1 year, 11 months ago
  8. b3a680a sandbox: check lseek return value in handle_ufi_command by Heinrich Schuchardt · 2 years ago
  9. fbce985 usb: gadget: dfu: Fix the unchecked length field by Venkatesh Yadav Abbarapu · 2 years ago
  10. 515fe1e usb: ehci: ehci-marvell: Support for marvell,ac5-ehci by Chris Packham · 2 years ago
  11. f4917b4 usb: ohci: Use a flexible array member for portstatus by Samuel Holland · 2 years ago
  12. 2ff3db3 usb: Update the test to cover reading and writing by Simon Glass · 2 years ago
  13. 2cb43ef usb: ether: Fix error handling in usb_ether_init by Michal Suchanek · 2 years ago
  14. 3480320 Fix typo in CONFIG_USBNET_DEVADDR by Ignacio Zamora · 2 years ago
  15. 5f7e01e usb: gadget: fastboot: detach usb on reboot commands by Mattijs Korpershoek · 2 years ago
  16. 75341e9 usb: ehci: Remove unused ehci_{setup,shutdown}_phy() helpers by Patrice Chotard · 2 years, 1 month ago
  17. 083f8aa usb: ehci: Make usage of generic_{setup,shutdown}_phy() helpers by Patrice Chotard · 2 years, 1 month ago
  18. 1000500 usb: ohci: Make usage of generic_{setup,shutdown}_phy() helpers by Patrice Chotard · 2 years, 1 month ago
  19. 7cc1af9 usb: gadget: Clean up Makefile ifdeffery by Marek Vasut · 2 years, 2 months ago
  20. 2d45913 Merge branch 'next' by Tom Rini · 2 years, 1 month ago
  21. f3543e6 treewide: Drop image_header_t typedef by Simon Glass · 2 years, 1 month ago
  22. ffa2c88 Merge branch 'next' of https://gitlab.denx.de/u-boot/custodians/u-boot-riscv into next by Tom Rini · 2 years, 1 month ago
  23. 206af3d Fix out of bound access of ep array. by Alison Huffman · 2 years, 1 month ago
  24. 693765a usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver by Jim Liu · 2 years, 4 months ago
  25. 02cea11 sandbox: scsi: Move request-handling code to scsi_emul by Simon Glass · 2 years, 1 month ago
  26. 1ac4290 sandbox: scsi: Move structs to header file by Simon Glass · 2 years, 1 month ago
  27. e074df4 sandbox: scsi: Remove setup calls from handle_read() by Simon Glass · 2 years, 1 month ago
  28. f75b6f7 sandbox: scsi: Move reply setup out of helper by Simon Glass · 2 years, 1 month ago
  29. f148ad1 sandbox: scsi: Move file size into shared struct by Simon Glass · 2 years, 1 month ago
  30. a3718f1 sandbox: scsi: Move block size into shared struct by Simon Glass · 2 years, 1 month ago
  31. 0c12d9d scsi: Move vendor/product info into the shared struct by Simon Glass · 2 years, 1 month ago
  32. fc7a7ed sandbox: Move buffer to scsi_emul_info by Simon Glass · 2 years, 1 month ago
  33. 1377d44 scsi: Move core emulation state into a new struct by Simon Glass · 2 years, 1 month ago
  34. 0e0b9e9 scsi: Move cmd_phase enum to the header by Simon Glass · 2 years, 1 month ago
  35. 8bae797 sandbox: usb: Rename transfer_len in protocol struct by Simon Glass · 2 years, 1 month ago
  36. e9a1ff9 Merge branch 'master' into next by Tom Rini · 2 years, 1 month ago
  37. c34edb8 usb: gadget: designware-udc: Drop the driver by Marek Vasut · 2 years, 2 months ago
  38. c6ab91c usb: Kconfig: Fix typo in SPL_DM_USB text by Fabio Estevam · 2 years, 1 month ago
  39. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  40. 2522bd3 drivers: usb: fastboot: Fix full-speed usb descriptor by qianfan Zhao · 2 years, 2 months ago
  41. ff4e87c Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · 2 years, 3 months ago
  42. 96e85ba usb: ehci-mx6: Remove MX6Q_ARM2 related ifdefery by Fabio Estevam · 2 years, 5 months ago
  43. 35ed176 arch: mvebu: Disable by default unused peripherals in SPL by Pali Rohár · 2 years, 5 months ago
  44. 9674c09 musb: sunxi: Allow host-side USB with external VBUS by Samuel Holland · 2 years, 3 months ago
  45. 582ce23 usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver by Angus Ainslie · 2 years, 3 months ago
  46. 54f683d Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 3 months ago
  47. 5ac88d1 usb: xhci-mtk: add support for MediaTek MT7621 SoC by Weijie Gao · 2 years, 5 months ago
  48. 88861a2 usb: add isp1760 family driver by Rui Miguel Silva · 2 years, 4 months ago
  49. b2d2b78 usb: common: move urb code to common by Rui Miguel Silva · 2 years, 4 months ago
  50. b252d79 usb: dwc3: Add support to reset usb ULPI phy by T Karthik Reddy · 2 years, 3 months ago
  51. 36b661d Merge branch 'next' by Tom Rini · 2 years, 3 months ago
  52. 95cc3ef arm: Remove strongarm support by Tom Rini · 2 years, 4 months ago
  53. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 3 months ago
  54. a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 4 months ago
  55. dea2584 usb: ohci-hcd: Remove some unused legacy code by Tom Rini · 2 years, 4 months ago
  56. cd6a45a Convert CONFIG_USB_OHCI_NEW et al to Kconfig by Tom Rini · 2 years, 4 months ago
  57. abba59f Convert CONFIG_USB_XHCI_EXYNOS et al to Kconfig by Tom Rini · 2 years, 4 months ago
  58. b68ba0e Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig by Tom Rini · 2 years, 4 months ago
  59. 9125b4b usb: host: ehci-generic: Fix error check by Andre Przywara · 2 years, 4 months ago
  60. 42a2f7a rockchip: usb: phy: add rk3066/rk3188 support by Johan Jonker · 2 years, 6 months ago
  61. 8fb5595 rockchip: usb: gadget: add rk3066 product id by Paweł Jarosz · 2 years, 6 months ago
  62. 3371edd Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 4 months ago
  63. a89a453 usb: Remove non-DM code in ehci-fsl and xhci by Tom Rini · 2 years, 4 months ago
  64. 4995881 usb: ehci-mx5: Remove non-DM code by Tom Rini · 2 years, 4 months ago
  65. 13750af usb: ehci-mxc: Remove by Tom Rini · 2 years, 4 months ago
  66. cbee8c1 usb: xhci-fsl: Remove non-DM code by Tom Rini · 2 years, 4 months ago
  67. d4ae152 Convert CONFIG_USB_EHCI_TXFIFO_THRESH to Kconfig by Tom Rini · 2 years, 4 months ago
  68. 0930447 usb: ehci-fsl: Remove non-DM code by Tom Rini · 2 years, 4 months ago
  69. e78e880 Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to Kconfig by Tom Rini · 2 years, 4 months ago
  70. 879b0b1 Convert CONFIG_EHCI_DESC_BIG_ENDIAN et al to Kconfig by Tom Rini · 2 years, 4 months ago
  71. 90bb5c0 ehci-mxs: Remove non-DM code by Tom Rini · 2 years, 4 months ago
  72. 24057fe sandbox: usb: Fix out-of-bounds read when fd=-1 by Sean Anderson · 2 years, 7 months ago
  73. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 4 months ago
  74. eae488b stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 5 months ago
  75. 81755b8 usb: host: ehci-generic: Make resets and clocks optional by Andre Przywara · 2 years, 4 months ago
  76. fe8e8af usb: xhci-mtk: disable all ports when disable host controller by Chunfeng Yun · 2 years, 5 months ago
  77. 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 5 months ago
  78. 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 7 months ago
  79. 868d58f usb: dwc3: Fix non-usb3 configurations by Jan Kiszka · 2 years, 6 months ago
  80. 6a6468f usb: xhci-dwc3: Support role switch default role by Mark Kettenis · 2 years, 6 months ago
  81. 6aa8bde usb: host: ehci-generic: Remove DM_REGULATOR flag by Patrice Chotard · 2 years, 6 months ago
  82. ba96176 usb: host: ehci-generic: Make usage of clock/reset bulk() API by Patrice Chotard · 2 years, 6 months ago
  83. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  84. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 6 months ago
  85. beb341a usb: sandbox: Bounds check read from buffer by Andrew Scull · 2 years, 7 months ago
  86. 6212015 usb: sandbox: Check for string end in copy_to_unicode() by Andrew Scull · 2 years, 7 months ago
  87. 0ccb0ac bootstd: usb: Add a bootdev driver by Simon Glass · 2 years, 6 months ago
  88. 6d73175 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 6 months ago
  89. 6674d2d Add support for TP-Link UE200 dongle by Oleksii Titov · 2 years, 6 months ago
  90. 142d50f usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · 2 years, 8 months ago
  91. 570eaad usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 8 months ago
  92. d0f7a05 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · 2 years, 6 months ago
  93. f1ef955 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · 2 years, 6 months ago
  94. 2fc0995 arm: Remove unused ep93xx code by Tom Rini · 2 years, 7 months ago
  95. 2addee35 usb: dwc2: handle return code of dev_read_size() in of to, plat function by Wolfgang Grandegger · 2 years, 7 months ago
  96. fc4bee1 usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig by Adam Ford · 2 years, 8 months ago
  97. 70dbff1 usb: ehci-omap: Use PHY system to manage phy resets by Adam Ford · 2 years, 8 months ago
  98. d11f995 usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP by Adam Ford · 2 years, 8 months ago
  99. ac0c125 usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe by Adam Ford · 2 years, 8 months ago
  100. 0935dbf usb: ehci-omap: Drop dead code by Adam Ford · 2 years, 8 months ago