1. a764c94 usb: gadget: OS Feature Descriptors support by Li Jun · 3 years, 9 months ago
  2. 16fd832 usb: gadget: add Kconfig for OS descriptors by Peng Fan · 3 years, 9 months ago
  3. 6777483 usb: gadget: move utf8_to_utf16le to header file by Li Jun · 3 years, 9 months ago
  4. 1c7aacb usb: gadget: OS String support by Li Jun · 3 years, 9 months ago
  5. c93edbf usb: gadget: don't change ep name for dwc3 while ep autoconfig by Li Jun · 3 years, 9 months ago
  6. 71a5732 usb: gadget: Add ep_config call back to usb_gadget_ops by Ye Li · 3 years, 9 months ago
  7. f2fa499 usb: gadget: Do not export usbd_device_* arrays by Pali Rohár · 3 years, 10 months ago
  8. e47431a thor: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · 3 years, 10 months ago
  9. 6ffc8e2 f_fastboot: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 3 years, 11 months ago
  10. ff52577 f_rockusb: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 3 years, 11 months ago
  11. 0234609 f_rockusb: Use NULL instead of 0 for pointers by Andy Shevchenko · 3 years, 11 months ago
  12. 8b387f1 gadget: f_thor: fix wrong file size cast by Seung-Woo Kim · 4 years ago
  13. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 10 months ago
  14. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 10 months ago WIP/05Jan2021-next
  15. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 10 months ago
  16. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 10 months ago
  17. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 10 months ago
  18. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 10 months ago
  19. acff02c cosmetic: fix typo in drivers/usb/Kconfig by Marc Ferland · 3 years, 10 months ago
  20. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 10 months ago
  21. b27347f usb: Update for new sequence numbers by Simon Glass · 3 years, 10 months ago
  22. 4de51cc usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 3 years, 10 months ago
  23. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 10 months ago
  24. 51f65b5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 3 years, 10 months ago WIP/16Dec2020
  25. 7229440 eth/r8152: fix the aggregation issue by Hayes Wang · 3 years, 10 months ago
  26. 17d5a46 eth/r8152: free previous memory if r8152_eth_probe fail by Hayes Wang · 3 years, 10 months ago
  27. 621ed49 usb: xhci: fix lack of short packet event trb handling by Ran Wang · 4 years ago
  28. 23cdbba x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · 3 years, 11 months ago
  29. 5c88b6a usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · 3 years, 11 months ago
  30. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  31. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 11 months ago
  32. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  33. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  34. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  35. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  36. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 4 years ago
  37. 0f8106f treewide: Update email address Patrick Delaunay and Patrice Chotard by Patrice Chotard · 3 years, 11 months ago
  38. 05dac23 usb: gadget: dwc2_udc_otg: return zero when reset property is not present by Jaehoon Chung · 4 years ago
  39. e7f9e1f usb: dwc3: Handle case where setup_phy is not needed by Siva Durga Prasad Paladugu · 4 years ago
  40. 5739ef2 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · 4 years ago
  41. 252bd2e usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller by Chunfeng Yun · 4 years ago
  42. e09b88c usb: add MediaTek USB3 DRD driver by Chunfeng Yun · 4 years ago
  43. d92e866 usb: common: add define of usb_speed_string() by Chunfeng Yun · 4 years ago
  44. a4de6e3 usb: add USB_SPEED_SUPER_PLUS by Chunfeng Yun · 4 years ago
  45. a93cff2 usb: musb-new: Fix typo in caution message by Naoki Hayama · 4 years ago
  46. 3065680 usb: dwc2: Fix control OUT transfer issue by Chance.Yang · 4 years, 1 month ago
  47. 3fade88 usb: xhci: avoid type conversion of void * by Heinrich Schuchardt · 4 years, 1 month ago
  48. 2e84463 usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c by Tom Rini · 4 years ago
  49. 0b4826a usb: musb-new: mt85xx: Fix not calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  50. e010524 usb: musb-new: Include device_compat.h by Sean Anderson · 4 years, 1 month ago
  51. f526aee usb: xhci: Include device_compat.h by Sean Anderson · 4 years, 1 month ago
  52. 1c431f1 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years, 1 month ago WIP/07Oct2020
  53. 92ca2fe usb: xhci: octeon: Add DWC3 glue layer for Octeon by Stefan Roese · 4 years, 2 months ago
  54. e68efa1 usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses by Stefan Roese · 4 years, 2 months ago
  55. 72a53ac usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr() by Stefan Roese · 4 years, 2 months ago
  56. 42378e3 Merge tag 'dm-pull-6oct20' of git://git.denx.de/u-boot-dm by Tom Rini · 4 years, 1 month ago WIP/06Oct2020
  57. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 1 month ago
  58. 987ab49 Merge tag 'u-boot-amlogic-20201005' of https://gitlab.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · 4 years, 1 month ago
  59. 46eddbc usb: dwc3: add Amlogic GXL & GXL DWC3 Glue by Neil Armstrong · 4 years, 2 months ago
  60. e15e817 usb: xhci-rcar: Add support for R8A774A1 SoC by Lad Prabhakar · 4 years, 1 month ago
  61. a6837a0 usb: xhci: convert to readx_poll_sleep_timeout() by Chunfeng Yun · 4 years, 2 months ago
  62. 23a54cc usb: xhci: use macros with parameter to fill ep_info2 by Chunfeng Yun · 4 years, 2 months ago
  63. bf58cf9 usb: xhci: convert to TRB_TX_TYPE() by Chunfeng Yun · 4 years, 2 months ago
  64. 4312638 usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() by Chunfeng Yun · 4 years, 2 months ago
  65. a826d76 usb: xhci: convert to TRB_TYPE() by Chunfeng Yun · 4 years, 2 months ago
  66. 86d1fa1 usb: xhci: convert to HCS_MAX_PORTS() by Chunfeng Yun · 4 years, 2 months ago
  67. 7408205 usb: xhci: add quirks flag to support MediaTek xHCI 0.96 by Chunfeng Yun · 4 years, 2 months ago
  68. e3ea481 usb: xhci: create one unified function to calculate TRB TD remainder by Chunfeng Yun · 4 years, 2 months ago
  69. 719d7d8 usb: xhci: add a member hci_version in xhci_ctrl struct by Chunfeng Yun · 4 years, 2 months ago
  70. 7fe8cfd usb: musb-new: sunxi: Fix not calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  71. 2667dac usb: dwc3: Don't include asm-generic/io.h by Sean Anderson · 4 years, 1 month ago
  72. 44003f8 usb: dwc3: ti: Fix not calling dev_err with a device by Sean Anderson · 4 years, 1 month ago
  73. df5eabc usb: dwc3: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 1 month ago
  74. 046ade8 usb: dwc2: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 1 month ago
  75. df8395a usb: cdns3: Fix not calling dev_xxx with a device by Sean Anderson · 4 years, 1 month ago
  76. 67ece26 Merge tag 'xilinx-for-v2021.01' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · 4 years, 1 month ago WIP/24Sep2020-next
  77. 54fdef2 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 2 months ago
  78. 2512b3b Merge branch '2020-09-14-generic-phy-error-trace' into next by Tom Rini · 4 years, 1 month ago WIP/21Sep2020-next
  79. 74a703a usb: dwc3: Add Qualcomm DWC3 compatible string by Robert Marko · 4 years, 2 months ago
  80. c1e1dbb usb: musb-new: sunxi: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 4 months ago
  81. 890fc37 usb: host: ehci-hcd: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 4 months ago
  82. 3b417a7 usb: host: ohci: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 4 months ago
  83. 64af06c fastboot: Fix fastboot reboot fail by changing functions order by yurii.pidhornyi · 4 years, 2 months ago
  84. 405217a f_sdp: Change bInterval of interrupt endpoint to 3 by Sherry Sun · 4 years, 2 months ago
  85. 9e06c5c f_sdp: Add EP1_OUT as default data receive pipe in sdp by Sherry Sun · 4 years, 2 months ago
  86. b0e9f3e f_sdp: Support searching and loading FIT or container image by Peng Fan · 4 years, 2 months ago
  87. 5dee7f0 f_sdp: Fix wrong usb request size by Ye Li · 4 years, 2 months ago
  88. d10d429 f_sdp: Add high speed endpoint descriptor by Ye Li · 4 years, 2 months ago
  89. 7ed4eac usb: max3420: add the gadget driver by Jassi Brar · 4 years, 3 months ago
  90. 2b2a771 fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · 4 years, 3 months ago
  91. 1468a1c usb: ci_udc: Add function to remove usb device by Ye Li · 4 years, 4 months ago
  92. 213fa47 usb: gadget: Fix controller index in UMS by Ye Li · 4 years, 4 months ago
  93. 3a41086 eth/r8152: support RTL8153B/RTL8154B by Hayes Wang · 4 years, 4 months ago
  94. 9f6142a eth/r8152: modify rtl_clear_bp function by Hayes Wang · 4 years, 4 months ago
  95. 16b9417 eth/r8152: reset PHY after setting it by Hayes Wang · 4 years, 4 months ago
  96. d74a762 eth/r8152: reset bmu after disabling Tx/Rx by Hayes Wang · 4 years, 4 months ago
  97. 67e62c7 drivers: usb: Fix config indentation by Ruben Di Battista · 4 years, 3 months ago
  98. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 3 months ago
  99. 242587d linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · 4 years, 3 months ago
  100. 4865441 xen: Port Xen hypervisor related code from mini-os by Oleksandr Andrushchenko · 4 years, 3 months ago