1. ff4e87c Convert CONFIG_SYS_FSL_QMAN_V3 et al to Kconfig by Tom Rini · 2 years, 3 months ago
  2. 96e85ba usb: ehci-mx6: Remove MX6Q_ARM2 related ifdefery by Fabio Estevam · 2 years, 5 months ago
  3. 35ed176 arch: mvebu: Disable by default unused peripherals in SPL by Pali Rohár · 2 years, 5 months ago
  4. 9674c09 musb: sunxi: Allow host-side USB with external VBUS by Samuel Holland · 2 years, 3 months ago
  5. 582ce23 usb: dwc3: add a SPL_USB_DWC3_GENERIC option for the dwc3 driver by Angus Ainslie · 2 years, 3 months ago
  6. 54f683d Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 3 months ago
  7. 5ac88d1 usb: xhci-mtk: add support for MediaTek MT7621 SoC by Weijie Gao · 2 years, 5 months ago
  8. 88861a2 usb: add isp1760 family driver by Rui Miguel Silva · 2 years, 4 months ago
  9. b2d2b78 usb: common: move urb code to common by Rui Miguel Silva · 2 years, 4 months ago
  10. b252d79 usb: dwc3: Add support to reset usb ULPI phy by T Karthik Reddy · 2 years, 4 months ago
  11. 36b661d Merge branch 'next' by Tom Rini · 2 years, 3 months ago
  12. 95cc3ef arm: Remove strongarm support by Tom Rini · 2 years, 4 months ago
  13. 9ff4ce8 Merge tag 'dm-pull-28jun22' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · 2 years, 4 months ago
  14. a457ebd arm: Remove PXA architecture support by Tom Rini · 2 years, 4 months ago
  15. dea2584 usb: ohci-hcd: Remove some unused legacy code by Tom Rini · 2 years, 4 months ago
  16. cd6a45a Convert CONFIG_USB_OHCI_NEW et al to Kconfig by Tom Rini · 2 years, 4 months ago
  17. abba59f Convert CONFIG_USB_XHCI_EXYNOS et al to Kconfig by Tom Rini · 2 years, 5 months ago
  18. b68ba0e Convert CONFIG_USB_GADGET_DWC2_OTG_PHY to Kconfig by Tom Rini · 2 years, 4 months ago
  19. 9125b4b usb: host: ehci-generic: Fix error check by Andre Przywara · 2 years, 4 months ago
  20. 42a2f7a rockchip: usb: phy: add rk3066/rk3188 support by Johan Jonker · 2 years, 6 months ago
  21. 8fb5595 rockchip: usb: gadget: add rk3066 product id by Paweł Jarosz · 2 years, 6 months ago
  22. 3371edd Convert CONFIG_USB_MAX_CONTROLLER_COUNT to Kconfig by Tom Rini · 2 years, 4 months ago
  23. a89a453 usb: Remove non-DM code in ehci-fsl and xhci by Tom Rini · 2 years, 4 months ago
  24. 4995881 usb: ehci-mx5: Remove non-DM code by Tom Rini · 2 years, 5 months ago
  25. 13750af usb: ehci-mxc: Remove by Tom Rini · 2 years, 5 months ago
  26. cbee8c1 usb: xhci-fsl: Remove non-DM code by Tom Rini · 2 years, 5 months ago
  27. d4ae152 Convert CONFIG_USB_EHCI_TXFIFO_THRESH to Kconfig by Tom Rini · 2 years, 5 months ago
  28. 0930447 usb: ehci-fsl: Remove non-DM code by Tom Rini · 2 years, 5 months ago
  29. e78e880 Convert CONFIG_EHCI_HCD_INIT_AFTER_RESET to Kconfig by Tom Rini · 2 years, 5 months ago
  30. 879b0b1 Convert CONFIG_EHCI_DESC_BIG_ENDIAN et al to Kconfig by Tom Rini · 2 years, 5 months ago
  31. 90bb5c0 ehci-mxs: Remove non-DM code by Tom Rini · 2 years, 5 months ago
  32. 24057fe sandbox: usb: Fix out-of-bounds read when fd=-1 by Sean Anderson · 2 years, 7 months ago
  33. 52af010 Merge branch 'master' into next by Tom Rini · 2 years, 4 months ago
  34. eae488b stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 5 months ago
  35. 81755b8 usb: host: ehci-generic: Make resets and clocks optional by Andre Przywara · 2 years, 5 months ago
  36. fe8e8af usb: xhci-mtk: disable all ports when disable host controller by Chunfeng Yun · 2 years, 5 months ago
  37. 3135ba6 arm: pxa: Remove CONFIG_CPU_PXA25X by Tom Rini · 2 years, 5 months ago
  38. 61708bb spi: spi-uclass: Add new spi_get_bus_and_cs() implementation by Patrice Chotard · 2 years, 7 months ago
  39. 868d58f usb: dwc3: Fix non-usb3 configurations by Jan Kiszka · 2 years, 6 months ago
  40. 6a6468f usb: xhci-dwc3: Support role switch default role by Mark Kettenis · 2 years, 6 months ago
  41. 6aa8bde usb: host: ehci-generic: Remove DM_REGULATOR flag by Patrice Chotard · 2 years, 6 months ago
  42. ba96176 usb: host: ehci-generic: Make usage of clock/reset bulk() API by Patrice Chotard · 2 years, 6 months ago
  43. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 6 months ago
  44. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 6 months ago
  45. beb341a usb: sandbox: Bounds check read from buffer by Andrew Scull · 2 years, 7 months ago
  46. 6212015 usb: sandbox: Check for string end in copy_to_unicode() by Andrew Scull · 2 years, 7 months ago
  47. 0ccb0ac bootstd: usb: Add a bootdev driver by Simon Glass · 2 years, 6 months ago
  48. 6d73175 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 2 years, 6 months ago
  49. 6674d2d Add support for TP-Link UE200 dongle by Oleksii Titov · 2 years, 6 months ago
  50. 142d50f usb: dwc3: Add support for usb3-phy PHY configuration by Michal Simek · 2 years, 8 months ago
  51. 570eaad usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 8 months ago
  52. d0f7a05 usb: dwc3: Implement .glue_configure for i.MX8MP by Marek Vasut · 2 years, 6 months ago
  53. f1ef955 usb: dwc3: Rename .select_dr_mode to .glue_configure by Marek Vasut · 2 years, 6 months ago
  54. 2fc0995 arm: Remove unused ep93xx code by Tom Rini · 2 years, 7 months ago
  55. 2addee35 usb: dwc2: handle return code of dev_read_size() in of to, plat function by Wolfgang Grandegger · 2 years, 7 months ago
  56. fc4bee1 usb: ehci-omap: Remove OMAP_EHCI_PHYx_RESET_GPIO from Kconfig by Adam Ford · 2 years, 8 months ago
  57. 70dbff1 usb: ehci-omap: Use PHY system to manage phy resets by Adam Ford · 2 years, 8 months ago
  58. d11f995 usb: ehci-omap: Make Kconfig select PHY if USB_EHCI_OMAP by Adam Ford · 2 years, 8 months ago
  59. ac0c125 usb: ehci-omap: Move omap_ehci_hcd_init to omap_ehci_probe by Adam Ford · 2 years, 8 months ago
  60. 0935dbf usb: ehci-omap: Drop dead code by Adam Ford · 2 years, 8 months ago
  61. 8ad1c9c Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 8 months ago
  62. af6d093 usb: ehci: ehci-marvell: Update compatible string to official DT bindings by Pali Rohár · 2 years, 8 months ago
  63. d5daa02 usb: xhci: reset endpoint on USB stall by Stefan Agner · 3 years, 1 month ago
  64. fb146fb usb: dwc3: core: stop the core when it's removed by Angus Ainslie · 2 years, 9 months ago
  65. c08db05 usb: dwc3: dwc3-generic: check the parent nodes by Angus Ainslie · 2 years, 9 months ago
  66. 1f54025 usb: gadget: ci: Avoid null pointer dereference by Marek Vasut · 2 years, 9 months ago
  67. 078dfef usb: ehci-mx6: Enable OTG detection on imx8mm and imx8mn by Adam Ford · 2 years, 9 months ago
  68. 86b6a38 dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · 3 years ago
  69. 761a178 Merge tag 'dm-pull-26jan22' of https://source.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 2 years, 9 months ago
  70. fc2b399 usb: gadget: Add CDC ACM function by Loic Poulain · 2 years, 11 months ago
  71. 07791e8 usb: ehci: dm: Convert i.MX28 ehci code to driver model by Lukasz Majewski · 2 years, 10 months ago
  72. 2d431e3 usb: ehci: Move common mxs code to separate functions (ehci_hcd_{stop|start}) by Lukasz Majewski · 2 years, 10 months ago
  73. fc313d3 usb: ehci: Refactor the ehci_mxs_toggle_clock function to be reused with DM by Lukasz Majewski · 2 years, 10 months ago
  74. f82feb7 usb: Modify Kconfig of the USB_EHCI_MXS to use this driver with imx28 by Lukasz Majewski · 2 years, 10 months ago
  75. 821ca60 usb: Use the first available device for ehci_gadget by Sean Anderson · 3 years ago
  76. 2d7a463 Merge https://source.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 2 years, 9 months ago
  77. 2e0429b SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 9 months ago
  78. 185f812 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 9 months ago
  79. ea9733a drivers: musb_gadget: Save endpoint desc to usb_ep->desc by qianfan Zhao · 3 years ago
  80. 5e76589 drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting". by Vagrant Cascadian · 2 years, 10 months ago
  81. a5c20f6 drivers/usb/musb/musb_udc.c: Fix spelling of "mismatch". by Vagrant Cascadian · 2 years, 10 months ago
  82. fe04d88 Merge branch 'next' by Tom Rini · 2 years, 10 months ago
  83. 8f75868 usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable by Gary Bisson · 2 years, 10 months ago
  84. 1ac3b72 usb: cdns3: cdns3-ti: Add compatible for AM64 SoC by Aswath Govindraju · 3 years ago
  85. f4642e5 usb: Make USB_MUSB_PIO_ONLY selected by USB_MUSB_SUNXI by Samuel Dionne-Riel · 5 years ago
  86. 2b0b51d usb: dwc3: add layerscape support by Michael Walle · 3 years ago
  87. f150b8d usb: dwc3: Enable undefined length INCR burst type by Michael Walle · 3 years ago
  88. d274cbb usb: dwc3: Add frame length adjustment quirk by Michael Walle · 3 years ago
  89. 7f79a2c usb: common: silence dubious errors by Michael Walle · 3 years ago
  90. 8f176eb usb: xhci: fsl: add new compatible fsl,ls1028a-dwc3 by Michael Walle · 3 years ago
  91. 2c4f217 usb: mtu3: flush cache for the first GPD when allocate GPD ring by Chunfeng Yun · 3 years ago
  92. 617e851 usb: xhci-brcm: Include header file needed for dev_err by Stefan Agner · 3 years, 1 month ago
  93. 56882dc Convert CONFIG_USB_EHCI_IS_TDI to Kconfig by Marek Behún · 3 years ago
  94. 7b80500 Convert CONFIG_USB_EHCI_MXS to Kconfig by Marek Behún · 3 years ago
  95. 9283204 Rename CONFIG_EHCI_IS_TDI to CONFIG_USB_EHCI_IS_TDI by Marek Behún · 3 years ago
  96. 776bf6a Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 3 years ago
  97. 4c3dc6f usb: sandbox: Add gadget callbacks by Patrice Chotard · 3 years, 1 month ago
  98. 9d59110 usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller by Patrice Chotard · 3 years, 1 month ago
  99. 4250846 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 1 month ago
  100. c7c0858 usb: dwc3: meson-gxl: add AXG compatible by Neil Armstrong · 3 years, 1 month ago