1. 3637b74 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  2. 05b015b usb: ohci-generic: don't probe fail if there is no clk_enable() ops by Kever Yang · 5 years ago
  3. 481869e usb: ehci-generic: don't probe fail if there is no clk_enable() ops by Kever Yang · 5 years ago
  4. 4f34e36 usb: musb_hcd: fix compilation error by Jean-Jacques Hiblot · 5 years ago
  5. c7a7ae5 dwc2: use the nonblock argument in submit_int_msg by Michal Suchanek · 5 years ago
  6. 1c95b9f usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  7. 8ef7530 usb: xhci-dwc3: Add support for dis_u2_susphy_quirk by Neil Armstrong · 5 years ago
  8. c121409 usb: r8a66597: Add optional DM VBUS regulator support by Marek Vasut · 5 years ago
  9. b3935f1 usb: r8a66597: Checkpatch cleanup by Marek Vasut · 5 years ago
  10. 8801603 usb: r8a66597: Add Kconfig entry by Marek Vasut · 5 years ago
  11. 5e890c5 usb: r8a66597: Convert to USB DM by Marek Vasut · 5 years ago
  12. 2c11a3c usb: r8a66597: Replace R8A66597_BASE0 by Marek Vasut · 5 years ago
  13. cf8a627 usb: r8a66597: Remove BE support by Marek Vasut · 5 years ago
  14. 4bbd218 usb: r8a66597: Replace IO accessors by Marek Vasut · 5 years ago
  15. 368e118 usb: r8a66597: Make CONFIG_RZA_USB default by Marek Vasut · 5 years ago
  16. ce77bf7 usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597 by Marek Vasut · 5 years ago
  17. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  18. 0af6e2d env: Move env_get() to env.h by Simon Glass · 5 years ago
  19. 5e6201b env: Move env_set() to env.h by Simon Glass · 5 years ago
  20. 313112a env: Move env_set_hex() to env.h by Simon Glass · 5 years ago
  21. 4cceff6 usb: gadget: f_dfu.c: fix memory leak by Ralph Siemsen · 5 years ago
  22. 124f947 usb, ohci, pci: add DM support for PCI-based OHCI USB controller by Heiko Schocher · 5 years ago
  23. 882830a usb, ohci: add warning if none on pci found by Heiko Schocher · 5 years ago
  24. 2e1134f usb, ohci-hcd: set OHCI_USE_NPS if DM_PCI by Heiko Schocher · 5 years ago
  25. 7213b10 usb, ohci: fix ohci swap register access by Heiko Schocher · 5 years ago
  26. fe410a4 usb, ohci-hdc: fix warning 'ohci_pci_ids' defined but not used by Heiko Schocher · 5 years ago
  27. b894d87 usb: musb-new: Add support for da8xx-musb by Adam Ford · 5 years ago
  28. 92df442 rockchip: xhci: Remove RK3399 support by Mark Kettenis · 5 years ago
  29. b2bb622 usb: xhci-dwc3: Add USB2 PHY configuration by Mark Kettenis · 5 years ago
  30. 06ec913 usb: dwc3-of-simple: Add support for RK3399 by Mark Kettenis · 5 years ago
  31. 3f12cf1 usb: musb-new: omap2430: Fix compilation warning with USB_MUSB_GADGET by Derald D. Woods · 6 years ago
  32. b49b5c2 usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue by Jean-Jacques Hiblot · 5 years ago
  33. 5a94557 usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback by Jean-Jacques Hiblot · 5 years ago
  34. d93dda7 usb: ehci-mx6: Fix bus enumeration for DM case by Marek Vasut · 5 years ago
  35. 8f6b935 Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  36. 09580e2 usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP by Frieder Schrempf · 5 years ago
  37. c01090e usb: dwc2: allow peripheral mode for OTG configuration by Patrick Delaunay · 5 years ago
  38. ed74263 usb: dwc2: correctly handle binding for g-tx-fifo-size by Patrick Delaunay · 5 years ago
  39. 8c8fd94 usb: ehci: adopt 32 bit address for CONFIG_PPC by Yinbo Zhu · 6 years ago
  40. 331b30f usb: ohci: ohci-da8xx: Cleanup Error handling and fix flags by Adam Ford · 6 years ago
  41. 1f70889 usb: dwc3: Add Meson G12A USB Glue by Neil Armstrong · 6 years ago
  42. 5f364f5 usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support by Adam Ford · 6 years ago
  43. d5f516c usb: musb_hcd: remove unnecessary ifdefs for dm* SoCs by Bartosz Golaszewski · 6 years ago
  44. 0972521 Merge git://git.denx.de/u-boot-usb by Tom Rini · 6 years ago
  45. 7bc8f21 usb: ohci: Re-enable commented out delay by Adam Ford · 6 years ago
  46. 544f9de Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchip by Tom Rini · 6 years ago
  47. 9fbe17c rockchip: use 'arch-rockchip' as header file path by Kever Yang · 6 years ago
  48. 6fccaf2 Convert CONFIG_USB_EHCI_MX5 to Kconfig by Lukasz Majewski · 6 years ago
  49. dbc70f8 USB: DM: Convert i.MX5 ehci code to driver model by Lukasz Majewski · 6 years ago
  50. 92f7f19 usb: dwc2: fix gadget disconnect by Fabrice Gasnier · 6 years ago
  51. 7f3384d stm32mp1: add stusb1600 support for DK1 and DK2 board by Patrick Delaunay · 6 years ago
  52. e014cb6 usb: dwc2: add support for STM32MP1 by Patrick Delaunay · 6 years ago
  53. 00f3fc6 usb: dwc2_udc_otg: Add tx_fifo_sz array support by Patrice Chotard · 6 years ago
  54. 80a0de1 usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 register by Patrick Delaunay · 6 years ago
  55. e2ad779 usb: dwc2: Add function for session B check by Patrick Delaunay · 6 years ago
  56. 0c42d1d usb: dwc2: Add force-b-session-valid support by Patrick Delaunay · 6 years ago
  57. 9e4abe3 usb: dwc2: force reset assert before to probe the driver by Patrick Delaunay · 6 years ago
  58. 7515054 usb: dwc2: convert driver to DM_USB_GADGET by Patrick Delaunay · 6 years ago
  59. 6a1b77e usb: dwc2: remove unused variable regs_otg by Patrick Delaunay · 6 years ago
  60. e8d02b6 usb: Select USB_MUSB_DSPS with USB_MUSB_TI by Alex Kiernan · 6 years ago
  61. e1269f4 configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to Kconfig by Alex Kiernan · 6 years ago
  62. 31f4495 configs: move CONFIG_USB_EHCI_VF to Kconfig by Marcel Ziswiler · 6 years ago
  63. 15287f0 usb: ehci-mx6: Use common code to extract dr_mode by Adam Ford · 6 years ago
  64. f58affe usb: host: Print device name when scanning by Ismael Luceno Cortes · 6 years ago
  65. fb57691 usb: udc-uclass: Fixed problem when no alias is defined in DT by Jean-Jacques Hiblot · 6 years ago
  66. 43ecef4 Kconfig: tegra: Migrate USB_EHCI_TEGRA by Peter Robinson · 6 years ago
  67. 888a946 usb: ehci-mx6: Make regulator DM_REGULATOR dependent by Abel Vesa · 6 years ago
  68. 128151f usb: ether: call _usb_eth_halt() if initialization fails by Jean-Jacques Hiblot · 6 years ago
  69. 6d932e6 spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFU by Andrew F. Davis · 6 years ago
  70. 9dff08f Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 6 years ago
  71. a55ef7f net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  72. 4b8d059 usb: host: Drop [e-o]hci-sunxi drivers by Jagan Teki · 6 years ago
  73. 1ba41e1 sunxi: usb: Switch to Generic host controllers by Jagan Teki · 6 years ago
  74. ce8a697 musb-new: sunxi: Use CLK and RESET support by Jagan Teki · 6 years ago
  75. db994e0 dm: usb: gadget: Fix boot breakage on sunxi platforms by Jean-Jacques Hiblot · 6 years ago
  76. 6a22852 Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGET by Jean-Jacques Hiblot · 6 years ago
  77. 2934dc1 dm: usb: udc: Use SEQ_ALIAS to index the USB gadget ports by Jean-Jacques Hiblot · 6 years ago
  78. 4bda718 usb: xhci-mem: Fix scratchpad array issue by Ye Li · 6 years ago
  79. 4beaec1 usb: musb-new: sunxi: Fix null pointer access by Stefan Mavrodiev · 6 years ago
  80. c7c0718 usb: composite: Fix max packet size for USB3.0 by Siva Durga Prasad Paladugu · 6 years ago
  81. 57118f6 usb: musb-new: Add support for DM_USB by Jean-Jacques Hiblot · 6 years ago
  82. c1f9ba3 usb: musb-new: Allow the diver not to use the set_phy_power() callback by Jean-Jacques Hiblot · 6 years ago
  83. ca848df dwc3-generic: Add support for the am437x by Jean-Jacques Hiblot · 6 years ago
  84. e2517a9 usb: host: replace xhci-keystone driver by the generic dwc3 driver by Jean-Jacques Hiblot · 6 years ago
  85. 3e0684b usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" by Jean-Jacques Hiblot · 6 years ago
  86. 51d6159 usb: musb: Remove legacy CONFIG_USB_DA8XX by Adam Ford · 6 years ago
  87. 1f85bb3 usb: musb: Remove Legacy CONFIG_USB_DAVINCI by Adam Ford · 6 years ago
  88. 07871c8 usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPL by Martyn Welch · 6 years ago
  89. 80d353c usb: composite: Move bitmap related operations to ./include/linux/bitmap.h by Lukasz Majewski · 6 years ago
  90. d991cc3 usb: gadget: f_sdp: Provide filesize env variable for downloaded images by Petr Štetiar · 6 years ago
  91. 65596f1 dwc3-generic: Add support for the TI DWC3 glue by Jean-Jacques Hiblot · 6 years ago
  92. 31da49d usb: dwc3: Fix a compilation error with the edison defconfig by Jean-Jacques Hiblot · 6 years ago
  93. ae004d3 dwc3-generic: Add select_dr_mode operation by Jean-Jacques Hiblot · 6 years ago
  94. aa866a0 dwc3-generic: Handle the PHYs, the clocks and the reset lines by Jean-Jacques Hiblot · 6 years ago
  95. 9dc0d5c dm: usb: create a new UCLASS ID for USB gadget devices by Jean-Jacques Hiblot · 6 years ago
  96. 3de978a dwc3: move phy operation to core.c by Jean-Jacques Hiblot · 6 years ago
  97. d7c36ae dwc3_generic: do not probe the USB device driver when it's bound by Jean-Jacques Hiblot · 6 years ago
  98. 49ba05c usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle_interrupt() by Jean-Jacques Hiblot · 6 years ago
  99. 44aaec7 usb: introduce a separate config option for DM USB device by Jean-Jacques Hiblot · 6 years ago
  100. 585e199 usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers by Jean-Jacques Hiblot · 6 years ago