1. c95215a Merge tag 'rpi-next-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-raspberrypi by Tom Rini · 4 years, 8 months ago
  2. bf16a7b usb: cdns3: ep0: Invalidate cache before reading Setup Packet by Vignesh Raghavendra · 4 years, 8 months ago
  3. c4d08cb usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support by Marek Szyprowski · 4 years, 10 months ago
  4. 7d017d6 usb: musb-new: mt85xx: add musb-new gadget driver. by mingming lee · 4 years, 9 months ago
  5. 07add22 Merge tag '2020-01-20-ti-2020.04' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 9 months ago
  6. cab4e27 dwc3-generic: Add support for AM654 USB controller by Vignesh Raghavendra · 4 years, 10 months ago
  7. db41d65 common: Move hang() to the same header as panic() by Simon Glass · 4 years, 9 months ago
  8. 220a3a4 common: Rename and move source() by Simon Glass · 4 years, 9 months ago
  9. 1058eec usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · 4 years, 9 months ago
  10. 5c20728 usb: dwc3: Fix UTMI/UTMIW phy interface initialization by Jagan Teki · 4 years, 10 months ago
  11. bdf30e8 usb: cdns3: ep0: Fix build warnings related to cache ops by Vignesh Raghavendra · 4 years, 10 months ago
  12. 288b29e common: Move command functions out of common.h by Simon Glass · 4 years, 11 months ago
  13. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  14. f516fd9 common: Move serial_printf() to the serial header by Simon Glass · 4 years, 11 months ago
  15. 12f1e79 dm: test: usb: rework keyboard test by Heinrich Schuchardt · 4 years, 10 months ago
  16. 87e91bc usb: kbd: implement special keys by Heinrich Schuchardt · 4 years, 10 months ago
  17. 9a0cbae Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 10 months ago
  18. 3d3b83a gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM by Jagan Teki · 4 years, 11 months ago
  19. 6b7ebff usb: dwc3: Add phy interface for dwc3_uboot by Jagan Teki · 4 years, 11 months ago
  20. b032061 gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM by Jagan Teki · 4 years, 11 months ago
  21. 132b012 gadget: rockchip: USB_GADGET_PRODUCT_NUM by Jagan Teki · 4 years, 11 months ago
  22. 89cbceb gadget: Select USB_GADGET_VENDOR_NUM for rockchip by Jagan Teki · 4 years, 11 months ago
  23. 89e311d gadget: Select USB_GADGET_MANUFACTURER for rockchip by Jagan Teki · 4 years, 11 months ago
  24. 7dc0ac6 usb: dwc2: fix possible alignment issues by Simon Goldschmidt · 4 years, 11 months ago
  25. 616ebd8 usb: composite: fix possible alignment issues by Simon Goldschmidt · 4 years, 11 months ago
  26. e5521b1 usb: cdns3: Fix include file path by Vignesh Raghavendra · 4 years, 11 months ago
  27. e76943c rockchip: usb: Migrate to use ofnode by Kever Yang · 5 years ago
  28. e0891bb usb: xhci: support 1.1 or later version by Chunfeng Yun · 5 years ago
  29. f69257b usb: composite: add BOS descriptor support to composite framework by T Karthik Reddy · 5 years ago
  30. d80effb usb: gadget: Add gadget_is_cdns3() macro by Vignesh Raghavendra · 5 years ago
  31. a9ca419 usb: cdns3: Add TI wrapper driver for CDNS USB3 controller by Vignesh Raghavendra · 5 years ago
  32. 927c22b usb: cdns3: gadget: Implement udc_set_speed() callback by Vignesh Raghavendra · 5 years ago
  33. 7e91f6c usb: Add Cadence USB3 host and gadget driver by Vignesh Raghavendra · 5 years ago
  34. 8d94e18 usb: udc: Introduce ->udc_set_speed() method by Sherry Sun · 5 years ago
  35. 77dcbdf usb: gadget: Add match_ep() op to usb_gadget_ops by Vignesh Raghavendra · 5 years ago
  36. 02b0e1a usb: ehci-hcd: Keep async schedule running by Marek Vasut · 5 years ago
  37. fd15b58 dwc3: flush cache only if there is a buffer attached to a request by Marek Szyprowski · 5 years ago
  38. ade08db gadget: f_thor: properly enable 3rd endpoint defined by the protocol by Marek Szyprowski · 5 years ago
  39. d624434 dwc3-generic: Don't fail probe if clk/reset entries are absent by Vignesh Raghavendra · 5 years ago
  40. 235f5e1 ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP by Ye Li · 5 years ago
  41. 1198a10 usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs by Igor Opaniuk · 5 years ago
  42. 3e6ab73 usb: dwc3: Kconfig: get rid of obsolete mode selection by Jean-Jacques Hiblot · 5 years ago
  43. ba6c5f7 usb: dwc3: Add dwc3_of_parse() to get quirks information from DT by Jean-Jacques Hiblot · 5 years ago
  44. 1a63e5e usb: dwc3-generic: if no max speed is specified in DT, assume super speed by Jean-Jacques Hiblot · 5 years ago
  45. b575e90 usb: dwc3-generic: add a new host driver that uses the dwc3 core by Jean-Jacques Hiblot · 5 years ago
  46. 1af590d usb: dwc3-generic: factorize code by Jean-Jacques Hiblot · 5 years ago
  47. 3a38a0a usb: dwc3-generic: use platdata by Jean-Jacques Hiblot · 5 years ago
  48. 33a99b4 usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit by Jean-Jacques Hiblot · 5 years ago
  49. 1708a12 usb: xhci: move xhci.h to include usb by Jean-Jacques Hiblot · 5 years ago
  50. bbe3d4a usb: dwc3: switch to peripheral mode when exiting by Jean-Jacques Hiblot · 5 years ago
  51. a897373 usb: host: remove the xhci-zynqmp driver by Jean-Jacques Hiblot · 5 years ago
  52. 1a031d2 drivers: usb: dwc3: setup phy before dwc3 core soft reset by T Karthik Reddy · 5 years ago
  53. 6f40013 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  54. 6578db8 usb: ohci-generic: don't probe fail if there is no clk_enable() ops by Kever Yang · 5 years ago
  55. 54a0c7b usb: ehci-generic: don't probe fail if there is no clk_enable() ops by Kever Yang · 5 years ago
  56. e3e5825 usb: musb_hcd: fix compilation error by Jean-Jacques Hiblot · 5 years ago
  57. 9dcab2c dwc2: use the nonblock argument in submit_int_msg by Michal Suchanek · 5 years ago
  58. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  59. b35b807 usb: xhci-dwc3: Add support for dis_u2_susphy_quirk by Neil Armstrong · 5 years ago
  60. 769a9cd usb: r8a66597: Add optional DM VBUS regulator support by Marek Vasut · 5 years ago
  61. 8b54830 usb: r8a66597: Checkpatch cleanup by Marek Vasut · 5 years ago
  62. a3d6565 usb: r8a66597: Add Kconfig entry by Marek Vasut · 5 years ago
  63. 7f3858f usb: r8a66597: Convert to USB DM by Marek Vasut · 5 years ago
  64. 1eb381a usb: r8a66597: Replace R8A66597_BASE0 by Marek Vasut · 5 years ago
  65. 81644e0 usb: r8a66597: Remove BE support by Marek Vasut · 5 years ago
  66. 4c9a135 usb: r8a66597: Replace IO accessors by Marek Vasut · 5 years ago
  67. 3ff134b usb: r8a66597: Make CONFIG_RZA_USB default by Marek Vasut · 5 years ago
  68. 0b80f21 usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597 by Marek Vasut · 5 years ago
  69. e7dcf56 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  70. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  71. 9fb625c env: Move env_set() to env.h by Simon Glass · 5 years ago
  72. c7694dd env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  73. fe87698 usb: gadget: f_dfu.c: fix memory leak by Ralph Siemsen · 5 years ago
  74. 991e660 usb, ohci, pci: add DM support for PCI-based OHCI USB controller by Heiko Schocher · 5 years ago
  75. f9c7fec usb, ohci: add warning if none on pci found by Heiko Schocher · 5 years ago
  76. dc4e48d usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI by Heiko Schocher · 5 years ago
  77. a5a7486 usb, ohci: fix ohci swap register access by Heiko Schocher · 5 years ago
  78. b005d7d usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used by Heiko Schocher · 5 years ago
  79. 5608331 usb: musb-new: Add support for da8xx-musb by Adam Ford · 5 years ago
  80. c908d46 rockchip: xhci: Remove RK3399 support by Mark Kettenis · 5 years ago
  81. 062790f usb: xhci-dwc3: Add USB2 PHY configuration by Mark Kettenis · 5 years ago
  82. aaa8d6b usb: dwc3-of-simple: Add support for RK3399 by Mark Kettenis · 5 years ago
  83. 9adaa03 usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET by Derald D. Woods · 5 years ago
  84. 3b83829 usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue by Jean-Jacques Hiblot · 5 years ago
  85. e445d46 usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback by Jean-Jacques Hiblot · 5 years ago
  86. 501547c usb: ehci-mx6: Fix bus enumeration for DM case by Marek Vasut · 5 years ago
  87. 0352e87 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  88. 2c72ead usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · 5 years ago
  89. 7c65468 usb: dwc2: allow peripheral mode for OTG configuration by Patrick Delaunay · 5 years ago
  90. 7350a75 usb: dwc2: correctly handle binding for g-tx-fifo-size by Patrick Delaunay · 5 years ago
  91. ad9f2be usb: ehci: adopt 32 bit address for CONFIG_PPC by Yinbo Zhu · 5 years ago
  92. 3a90b50 usb: ohci: ohci-da8xx: Cleanup Error handling and fix flags by Adam Ford · 5 years ago
  93. adb049a usb: dwc3: Add Meson G12A USB Glue by Neil Armstrong · 6 years ago
  94. 9da5474 usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support by Adam Ford · 5 years ago
  95. 0280202 usb: musb_hcd: remove unnecessary ifdefs for dm* SoCs by Bartosz Golaszewski · 5 years ago
  96. c767b6a Merge git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  97. e0b0af6 usb: ohci: Re-enable commented out delay by Adam Ford · 5 years ago
  98. 3570ea1 Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchip by Tom Rini · 5 years ago
  99. 15f09a1 rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  100. 400b972 Convert CONFIG_USB_EHCI_MX5 to Kconfig by Lukasz Majewski · 5 years ago