1. c340341 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 10 months ago
  2. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 11 months ago
  3. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  4. 307be401 drivers: musb_gadget: Save endpoint desc to usb_ep->desc by qianfan Zhao · 3 years ago
  5. 86f4923 drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting". by Vagrant Cascadian · 3 years ago
  6. 887eb98 drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch". by Vagrant Cascadian · 3 years ago
  7. 33f8a8d Merge branch 'next' by Tom Rini · 2 years, 11 months ago
  8. 8283259 usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable by Gary Bisson · 2 years, 11 months ago
  9. b85ea00 usb: cdns3: cdns3-ti: Add compatible for AM64 SoC by Aswath Govindraju · 3 years, 1 month ago
  10. c851cc0 usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXI by Samuel Dionne-Riel · 5 years ago
  11. 16d9785 usb: dwc3: add layerscape support by Michael Walle · 3 years, 1 month ago
  12. 668bdf6 usb: dwc3: Enable undefined length INCR burst type by Michael Walle · 3 years, 1 month ago
  13. 679f13c usb: dwc3: Add frame length adjustment quirk by Michael Walle · 3 years, 1 month ago
  14. f182656 usb: common: silence dubious errors by Michael Walle · 3 years, 1 month ago
  15. 3ae724c usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3 by Michael Walle · 3 years, 1 month ago
  16. f566d47 usb: mtu3: flush cache for the first GPD when allocate GPD ring by developer · 3 years, 1 month ago
  17. 3fa593d usb: xhci-brcm: Include header file needed for dev_err by Stefan Agner · 3 years, 2 months ago
  18. e148926 Convert CONFIG_USB_EHCI_IS_TDI to Kconfig by Marek Behún · 3 years, 2 months ago
  19. 53d5351 Convert CONFIG_USB_EHCI_MXS to Kconfig by Marek Behún · 3 years, 2 months ago
  20. 372154d Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI by Marek Behún · 3 years, 2 months ago
  21. 5a6815b Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years, 1 month ago
  22. d54d294 usb: sandbox: Add gadget callbacks by Patrice Chotard · 3 years, 3 months ago
  23. 5aaae6c usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller by Patrice Chotard · 3 years, 3 months ago
  24. 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 3 months ago
  25. 2e166c8 usb: dwc3: meson-gxl: add AXG compatible by Neil Armstrong · 3 years, 2 months ago
  26. eac76b8 arm: Remove zmx25 board and ARCH_MX25 by Tom Rini · 3 years, 3 months ago
  27. 74f00e8 arm: Remove flea3 board by Tom Rini · 3 years, 2 months ago
  28. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  29. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  30. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  31. a7e6759 Convert CONFIG_OMAP_EHCI_PHY1_RESET_GPIO et al to Kconfig by Tom Rini · 3 years, 2 months ago
  32. 8729d3f usb: ehci-omap: Drop non-DM_USB legacy code by Tom Rini · 3 years, 2 months ago
  33. ebc1c84 Convert CONFIG_USB_XHCI_OMAP to Kconfig by Tom Rini · 3 years, 2 months ago
  34. 7392617 usb: phy: ti: Remove non-DM PHY code by Tom Rini · 3 years, 2 months ago
  35. 961578e Merge tag 'v2021.10-rc5' into next by Tom Rini · 3 years, 2 months ago
  36. f0a916d usb: xhci-dwc3: Add support for USB 3.1 controllers by Mark Kettenis · 3 years, 2 months ago
  37. 6eff242 usb: ehci-mx6: use phy_type from device tree by Matthias Schiffer · 3 years, 2 months ago
  38. 382cf4e usb: add support for ULPI/SERIAL/HSIC PHY modes by Matthias Schiffer · 3 years, 2 months ago
  39. 49fb540 usb: xhci-dwc3: Add support for clocks/resets by Samuel Holland · 3 years, 5 months ago
  40. 386d128 usb: xhci-pci: Move reset logic out of XHCI core by Samuel Holland · 3 years, 5 months ago
  41. 4025e57 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 4 months ago
  42. 4b198e3 Kconfig: Remove all default n/no options by Michal Simek · 3 years, 3 months ago
  43. a99817c usb: dwc2: Rename CONFIG_DWC2 namespace to DWC2 by Tom Rini · 3 years, 4 months ago
  44. 869b59e pci: usb: ohci: Test on PCI not DM_PCI by Simon Glass · 3 years, 4 months ago
  45. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  46. 1f2440c Rename SPL_USB_HOST_SUPPORT to SPL_USB_HOST by Simon Glass · 3 years, 5 months ago
  47. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
  48. d251959 usb: musb-new: Add glue driver for ST-Ericsson Ux500 by Stephan Gerhold · 3 years, 5 months ago
  49. 00b6a1a arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
  50. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  51. f88939c usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · 3 years, 5 months ago
  52. 759126c usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · 3 years, 5 months ago
  53. ea7dc87 Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 5 months ago
  54. 13ded2c usb: ehci-mx6: add support for i.MXRT by Giulio Benetti · 3 years, 6 months ago
  55. ec76d07 usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 by João Loureiro · 3 years, 8 months ago
  56. a3e4788 usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name by Kishon Vijay Abraham I · 3 years, 6 months ago
  57. b032aa6 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · 3 years, 7 months ago
  58. 9b28e5a usb: musb-new: Extend and move Allwinner quirk into Kconfig by Andre Przywara · 3 years, 7 months ago
  59. f2a1bed usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · 3 years, 7 months ago
  60. 09603b9 usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY by Marek Vasut · 3 years, 7 months ago
  61. 09f2727 usb: ehci-hcd: Add IAA handshake for removing async QH by Ye Li · 3 years, 9 months ago
  62. e15971f usb: ehci-mx6: Add iMX8M support by Marek Vasut · 3 years, 8 months ago
  63. a60258f usb: ehci-mx6: Fix aarch64 build warnings by Marek Vasut · 3 years, 8 months ago
  64. d650c55 usb: ehci-mx6: Add fsl,imx7d-usb compatible string by Marek Vasut · 3 years, 8 months ago
  65. 5fc0d35 usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined by Marek Vasut · 3 years, 8 months ago
  66. 4e21651 usb: ehci-mx6: Add generic EHCI PHY support by Marek Vasut · 3 years, 8 months ago
  67. 5becd18 usb: ehci-mx6: Use portnr from DT in DM case by Marek Vasut · 3 years, 8 months ago
  68. 1fa4243 usb: ehci-mx6: Pass MISC address to usb_oc_config() by Marek Vasut · 3 years, 8 months ago
  69. 41e8139 usb: ehci-mx6: Split usb_power_config() by Marek Vasut · 3 years, 8 months ago
  70. 6b6df64 usb: ehci-mx6: Pass PHY address to usb_*_phy*() by Marek Vasut · 3 years, 8 months ago
  71. 09dc070 usb: ehci-mx6: Split ehci_mx6_common_init() by Marek Vasut · 3 years, 8 months ago
  72. ebaf3ae usb: ehci-mx6: Parse USB PHY and MISC offsets from DT by Marek Vasut · 3 years, 8 months ago
  73. 793e575 usb: ehci-mx6: Unify USBNC registers by Marek Vasut · 3 years, 8 months ago
  74. f22fde7 usb: ehci-mx6: Add DM clock support by Marek Vasut · 3 years, 8 months ago
  75. f36841e usb: ehci-mx6: Turn off Vbus on probe failure by Marek Vasut · 3 years, 8 months ago
  76. 9297a7f lib: string: Implement strlcat by Sean Anderson · 3 years, 9 months ago
  77. 81fcfd4 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 8 months ago
  78. ede9de1 usb: xhci: Make debug output better readable and checkpatch clean by Stefan Roese · 3 years, 8 months ago
  79. fd062eb usb: xhci: Add missing xhci_readl() by Aaron Williams · 3 years, 8 months ago
  80. 12fb749 usb: Return -ENOSYS when system call is not available by Simon Glass · 3 years, 8 months ago
  81. af4c7c5 usb: mtu3: flush cache for next GPD by developer · 3 years, 9 months ago
  82. 3d8f168 usb: USB keyboard requires DM_KEYBOARD by Heinrich Schuchardt · 3 years, 9 months ago
  83. e467000 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · 3 years, 10 months ago
  84. 858df84 usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint by Pali Rohár · 3 years, 10 months ago
  85. 067be3e usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand by Pali Rohár · 3 years, 10 months ago
  86. d0ee6e5 usb: musb: Fix receiving of bigger buffers by Pali Rohár · 3 years, 10 months ago
  87. 4540aae usb: musb: Fix transmission of bigger buffers by Pali Rohár · 3 years, 10 months ago
  88. 980d36d usb: musb: Read value of PERI_RXCSR to 16bit variable by Pali Rohár · 3 years, 10 months ago
  89. 4711218 usb: musb: Fix configuring FIFO for endpoints by Pali Rohár · 3 years, 10 months ago
  90. 41d6fa8 usb: musb: Always clear the data toggle bit when configuring ep by Pali Rohár · 3 years, 10 months ago
  91. 1d2f3d5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 9 months ago
  92. 3a99448 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 10 months ago
  93. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  94. 4033aa3 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · 3 years, 11 months ago
  95. 9631625 usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · 3 years, 11 months ago
  96. b1db71b Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 9 months ago
  97. 3d09a6a usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg by Patrick Delaunay · 3 years, 10 months ago
  98. 5e3c146 usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx() by Stefan Roese · 3 years, 10 months ago
  99. de1627b usb: xhci-pci: Check for errors from dm_pci_map_bar() by Pali Rohár · 3 years, 10 months ago
  100. 37b8328 usb: xhci-mtk: support option to disable ports by developer · 4 years ago