1. 469d7f5 usb: gadget: ci: Make various ops const by Adam Ford · 2 years, 9 months ago
  2. 46238dd usb: dwc2: handle return code of dev_read_size() in of to, plat function by Wolfgang Grandegger · 2 years, 9 months ago
  3. 98a80cd usb: gadget: ci: Avoid null pointer dereference by Marek Vasut · 2 years, 10 months ago
  4. 455542c dfu: handle short frame result of UPLOAD in state_dfu_idle by Patrick Delaunay · 3 years, 1 month ago
  5. eb78f83 usb: gadget: Add CDC ACM function by Loic Poulain · 3 years ago
  6. dda8f88 SPL: Add struct spl_boot_device parameter into spl_parse_board_header() by Pali Rohár · 2 years, 11 months ago
  7. 86f4923 drivers/usb/gadget/dwc2_udc_otg.c: Fix spelling of "resetting". by Vagrant Cascadian · 3 years ago
  8. 8283259 usb: gadget: dwc2_udc_otg: set ep's desc during enable/disable by Gary Bisson · 2 years, 11 months ago
  9. 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
  10. 5aaae6c usb: gadget: Add bcdDevice for the DWC2 USB Gadget Controller by Patrice Chotard · 3 years, 3 months ago
  11. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · 3 years, 2 months ago
  12. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  13. 4025e57 Remove #include <version.h> from files which do not need it by Pali Rohár · 3 years, 4 months ago
  14. ff9b903 global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 4 months ago
  15. 5b9e616 usb: Enforce DM_USB migration for USB_HOST devices. by Tom Rini · 3 years, 5 months ago
  16. 8131335 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 7 months ago
  17. 12fb749 usb: Return -ENOSYS when system call is not available by Simon Glass · 3 years, 8 months ago
  18. e467000 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · 3 years, 10 months ago
  19. 1d2f3d5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 9 months ago
  20. 3a99448 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 10 months ago
  21. 3d09a6a usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg by Patrick Delaunay · 3 years, 10 months ago
  22. fd892c3 usb: gaget: ci: set ep's desc when enable ep by Li Jun · 3 years, 10 months ago
  23. a4b9f4d usb: gadget: fastboot: use correct max packet size by Li Jun · 3 years, 10 months ago
  24. 3c5a857 usb: udc: ci: update speed handling by Li Jun · 3 years, 10 months ago
  25. f8cbce8 usb: composite: force gadget to be USB2 for HS only function by Li Jun · 3 years, 10 months ago
  26. b7202bd usb: gadget: dnl: set dnl to be super speed by Li Jun · 3 years, 10 months ago
  27. 394d009 usb: fastboot: add super speed support by Li Jun · 3 years, 10 months ago
  28. adb1c32 usb: gadget: add super speed support by Li Jun · 3 years, 10 months ago
  29. d981294 usb: gadget: update os_desc_config when add config by Jun Li · 3 years, 10 months ago
  30. be4a943 usb: gadget: set correct usb_configuration for os_desc_config by Jun Li · 3 years, 10 months ago
  31. 2afadd6 usb: gadget: fastboot: add ext properties for WCID by Li Jun · 3 years, 10 months ago
  32. 62936de usb: gadget: add WCID support for mfgtool by Li Jun · 3 years, 10 months ago
  33. 68bda3a usb: gadget: OS Feature Descriptors support by Li Jun · 3 years, 10 months ago
  34. a3669d2 usb: gadget: add Kconfig for OS descriptors by Peng Fan · 3 years, 10 months ago
  35. e787da4 usb: gadget: move utf8_to_utf16le to header file by Li Jun · 3 years, 10 months ago
  36. 2a16354 usb: gadget: OS String support by Li Jun · 3 years, 10 months ago
  37. b89516f usb: gadget: don't change ep name for dwc3 while ep autoconfig by Li Jun · 3 years, 10 months ago
  38. d22fb8a usb: gadget: Add ep_config call back to usb_gadget_ops by Ye Li · 3 years, 10 months ago
  39. 2cecb46 usb: gadget: Do not export usbd_device_* arrays by Pali Rohár · 4 years ago
  40. ee9b855 thor: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · 4 years ago
  41. ab81b2a f_fastboot: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 4 years ago
  42. 6dcda09 f_rockusb: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 4 years ago
  43. 6f767ed f_rockusb: Use NULL instead of 0 for pointers by Andy Shevchenko · 4 years ago
  44. 2753cec gadget: f_thor: fix wrong file size cast by Seung-Woo Kim · 4 years, 1 month ago
  45. a7ece58 dm: core: Access device ofnode through functions by Simon Glass · 4 years ago
  46. 9558862 dm: Use access methods for dev/uclass private data by Simon Glass · 4 years ago
  47. 75e534b dm: Avoid accessing seq directly by Simon Glass · 4 years ago
  48. b75b15b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 4 years ago
  49. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  50. fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
  51. 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
  52. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  53. 09aee38 usb: gadget: dwc2_udc_otg: return zero when reset property is not present by Jaehoon Chung · 4 years, 1 month ago
  54. 99df7a5 usb: dwc2: add "u-boot,force-vbus-detection" for stm32 by Patrick Delaunay · 4 years, 1 month ago
  55. 4cb093e usb: gadget: Add bcdDevice for the MTU3 USB Gadget Controller by developer · 4 years, 1 month ago
  56. e3dedea usb: dwc2: Fix control OUT transfer issue by Chance.Yang · 4 years, 2 months ago
  57. 5953ffa fastboot: Fix fastboot reboot fail by changing functions order by yurii.pidhornyi · 4 years, 3 months ago
  58. 44f26b1 f_sdp: Change bInterval of interrupt endpoint to 3 by Sherry Sun · 4 years, 3 months ago
  59. 5226298 f_sdp: Add EP1_OUT as default data receive pipe in sdp by Sherry Sun · 4 years, 3 months ago
  60. f49d470 f_sdp: Support searching and loading FIT or container image by Peng Fan · 4 years, 3 months ago
  61. 5af7ccf f_sdp: Fix wrong usb request size by Ye Li · 4 years, 3 months ago
  62. a9e8fe0 f_sdp: Add high speed endpoint descriptor by Ye Li · 4 years, 3 months ago
  63. 9c5cb7f usb: max3420: add the gadget driver by Jassi Brar · 4 years, 4 months ago
  64. b30b97b fastboot: Add support for 'reboot fastboot' command by Roman Kovalivskyi · 4 years, 4 months ago
  65. 68801eb usb: ci_udc: Add function to remove usb device by Ye Li · 4 years, 5 months ago
  66. be30ec1 usb: gadget: Fix controller index in UMS by Ye Li · 4 years, 5 months ago
  67. 0c09ade linux/compat.h: Add wait_event_timeout macro by Oleksandr Andrushchenko · 4 years, 4 months ago
  68. f7ed78b treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  69. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  70. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  71. c06c1be common: Drop linux/bug.h from common header by Simon Glass · 4 years, 7 months ago
  72. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  73. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  74. 9758973 common: Drop init.h from common header by Simon Glass · 4 years, 7 months ago
  75. 655306c common: Drop part.h from common header by Simon Glass · 4 years, 7 months ago
  76. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  77. 6dbadd3 usb: gadget: g_dnl: add function g_dnl_set_product by Patrick Delaunay · 4 years, 8 months ago
  78. 8612c099 Merge branch 'master' of git://git.denx.de/u-boot by Stefano Babic · 4 years, 7 months ago
  79. c2bdb58 usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load address by Frank Li · 4 years, 7 months ago
  80. 43903f3 usb: dwc2_udc_otg: use the phy bulk API to get phys by developer · 4 years, 7 months ago
  81. 637ad63 usb: ether: avoid NULL check before free() by Heinrich Schuchardt · 4 years, 7 months ago
  82. 1b80705 usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 9 months ago
  83. b87b94e gadget: f_thor: add missing line breaks for pr_err() by Seung-Woo Kim · 4 years, 10 months ago
  84. f4f2db7 dfu: Reset timeout in case of DFU request by Andy Shevchenko · 4 years, 10 months ago
  85. 6373a17 dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h> by Masahiro Yamada · 4 years, 10 months ago
  86. 05a5dba dma-mapping: fix the prototype of dma_unmap_single() by Masahiro Yamada · 4 years, 10 months ago
  87. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  88. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  89. 2a7a7d9 usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support by Marek Szyprowski · 5 years ago
  90. 606f09b common: Rename and move source() by Simon Glass · 5 years ago
  91. b18a960 usb: Drop use of BUG_ON() and WARN_ON() by Simon Glass · 5 years ago
  92. adaaa48 common: Move command functions out of common.h by Simon Glass · 5 years ago
  93. 6333448 common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  94. bd7a59a common: Move serial_printf() to the serial header by Simon Glass · 5 years ago
  95. 5db181d Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 5 years ago
  96. 5c8e27b gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM by Jagan Teki · 5 years ago
  97. 668c56f gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM by Jagan Teki · 5 years ago
  98. 1de44f0 gadget: rockchip: USB_GADGET_PRODUCT_NUM by Jagan Teki · 5 years ago
  99. ac6fb30 gadget: Select USB_GADGET_VENDOR_NUM for rockchip by Jagan Teki · 5 years ago
  100. c115389 gadget: Select USB_GADGET_MANUFACTURER for rockchip by Jagan Teki · 5 years ago