1. 845d9cf usb: musb-new: Add glue driver for ST-Ericsson Ux500 by Stephan Gerhold · 3 years, 3 months ago
  2. 570c3dc arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 4 months ago
  3. b953ec2 dm: define LOG_CATEGORY for all uclass by Patrick Delaunay · 3 years, 5 months ago
  4. 4822114 usb: ehci-mx6: Do not fail when 'reg' is not found by Fabio Estevam · 3 years, 3 months ago
  5. ec326b9 usb: ehci-mx6: Move fdtdec_get_alias_seq() inside the CONFIG_MX6 by Fabio Estevam · 3 years, 3 months ago
  6. b2c4b7f Merge tag 'u-boot-imx-20210616' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 3 years, 3 months ago
  7. e7e81e8 usb: ehci-mx6: add support for i.MXRT by Giulio Benetti · 3 years, 4 months ago
  8. dcd2bbe usb: dwc2: Avoid delay when initializing USB peripheral by dwc2 by João Loureiro · 3 years, 6 months ago
  9. c2d21e0 usb: cdns3: cdns3-ti: Fix clk_get_by_name() to get the correct name by Kishon Vijay Abraham I · 3 years, 4 months ago
  10. a5f9be1 usb: dwc3-generic: Disable host driver definition if gadget only by Kunihiko Hayashi · 3 years, 4 months ago
  11. 1027f28 usb: musb-new: Extend and move Allwinner quirk into Kconfig by Andre Przywara · 3 years, 5 months ago
  12. 60e531f usb: dwc3-meson-g12a: skip phy on -ENODATA aswell by Neil Armstrong · 3 years, 5 months ago
  13. 53396d6 usb: ehci-mx6: Limit PHY address parsing to !CONFIG_PHY by Marek Vasut · 3 years, 5 months ago
  14. e1769da usb: ehci-hcd: Add IAA handshake for removing async QH by Ye Li · 3 years, 7 months ago
  15. 5e7e2a8 usb: ehci-mx6: Add iMX8M support by Marek Vasut · 3 years, 6 months ago
  16. f444f89 usb: ehci-mx6: Fix aarch64 build warnings by Marek Vasut · 3 years, 6 months ago
  17. e87015f usb: ehci-mx6: Add fsl,imx7d-usb compatible string by Marek Vasut · 3 years, 6 months ago
  18. 1aae8a3 usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined by Marek Vasut · 3 years, 6 months ago
  19. 50d0146 usb: ehci-mx6: Add generic EHCI PHY support by Marek Vasut · 3 years, 6 months ago
  20. 6443a3b usb: ehci-mx6: Use portnr from DT in DM case by Marek Vasut · 3 years, 6 months ago
  21. 6686469 usb: ehci-mx6: Pass MISC address to usb_oc_config() by Marek Vasut · 3 years, 6 months ago
  22. 849763b usb: ehci-mx6: Split usb_power_config() by Marek Vasut · 3 years, 6 months ago
  23. eb64f59 usb: ehci-mx6: Pass PHY address to usb_*_phy*() by Marek Vasut · 3 years, 6 months ago
  24. ef464e4 usb: ehci-mx6: Split ehci_mx6_common_init() by Marek Vasut · 3 years, 6 months ago
  25. 4dcfa3b usb: ehci-mx6: Parse USB PHY and MISC offsets from DT by Marek Vasut · 3 years, 6 months ago
  26. 598fa7e usb: ehci-mx6: Unify USBNC registers by Marek Vasut · 3 years, 6 months ago
  27. 7f2c10e usb: ehci-mx6: Add DM clock support by Marek Vasut · 3 years, 6 months ago
  28. 7e1f1e1 usb: ehci-mx6: Turn off Vbus on probe failure by Marek Vasut · 3 years, 6 months ago
  29. 9af869c lib: string: Implement strlcat by Sean Anderson · 3 years, 7 months ago
  30. 2e216be Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 6 months ago
  31. 82e4e19 usb: xhci: Make debug output better readable and checkpatch clean by Stefan Roese · 3 years, 6 months ago
  32. cf86877 usb: xhci: Add missing xhci_readl() by Aaron Williams · 3 years, 6 months ago
  33. 6379a94 usb: Return -ENOSYS when system call is not available by Simon Glass · 3 years, 6 months ago
  34. 044d700 usb: mtu3: flush cache for next GPD by Chunfeng Yun · 3 years, 7 months ago
  35. 795d605 usb: USB keyboard requires DM_KEYBOARD by Heinrich Schuchardt · 3 years, 7 months ago
  36. 7f98575 usb: gadget: Use dbg_ep0() macro instead of serial_printf() by Pali Rohár · 3 years, 8 months ago
  37. f2e81c1 usb: musb: Ensure that we set musb dynamic FIFO buffer for every endpoint by Pali Rohár · 3 years, 8 months ago
  38. f1e8d20 usb: musb: Fix handling interrupts for EP0 and SET ADDRESS commmand by Pali Rohár · 3 years, 8 months ago
  39. ff77bb3 usb: musb: Fix receiving of bigger buffers by Pali Rohár · 3 years, 8 months ago
  40. ea7125c usb: musb: Fix transmission of bigger buffers by Pali Rohár · 3 years, 8 months ago
  41. 7d7ae28 usb: musb: Read value of PERI_RXCSR to 16bit variable by Pali Rohár · 3 years, 8 months ago
  42. 10bc132 usb: musb: Fix configuring FIFO for endpoints by Pali Rohár · 3 years, 8 months ago
  43. a6f5e1b usb: musb: Always clear the data toggle bit when configuring ep by Pali Rohár · 3 years, 8 months ago
  44. 0a7e5e5 usb: gadget: dwc2_udc_otg: Fix dwc2_gadget_start() and usb_gadget_register_driver() by Patrice Chotard · 3 years, 7 months ago
  45. bc820d5 fastboot: add UUU command UCmd and ACmd support by Heiko Schocher · 3 years, 8 months ago
  46. 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 8 months ago
  47. 1a47455 xhci: translate virtual addresses into the bus's address space by Nicolas Saenz Julienne · 3 years, 8 months ago
  48. e3bbc1f usb: xhci-pci: Add DM_FLAG_OS_PREPARE flag by Nicolas Saenz Julienne · 3 years, 8 months ago
  49. 2ae8043 Merge branch '2021-02-02-drop-asm_global_data-when-unused' by Tom Rini · 3 years, 7 months ago
  50. db8fb2f usb: dwc2: change compatible st,stm32mp1-hsotg to st,stm32mp15-hsotg by Patrick Delaunay · 3 years, 8 months ago
  51. cec8042 usb: xhci: Fix compare to use physical addresses in xhci_bulk_tx() by Stefan Roese · 3 years, 8 months ago
  52. 5a5024f usb: xhci-pci: Check for errors from dm_pci_map_bar() by Pali Rohár · 3 years, 8 months ago
  53. 04232f7 usb: xhci-mtk: support option to disable ports by Chunfeng Yun · 3 years, 9 months ago
  54. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 3 years, 11 months ago
  55. 723fd56 usb: gaget: ci: set ep's desc when enable ep by Li Jun · 3 years, 8 months ago
  56. 27c9141 usb: gadget: fastboot: use correct max packet size by Li Jun · 3 years, 8 months ago
  57. 54b22f4 usb: udc: ci: update speed handling by Li Jun · 3 years, 8 months ago
  58. 4df50f8 usb: composite: force gadget to be USB2 for HS only function by Li Jun · 3 years, 8 months ago
  59. 429e2f2 usb: gadget: dnl: set dnl to be super speed by Li Jun · 3 years, 8 months ago
  60. 761dfe0 usb: fastboot: add super speed support by Li Jun · 3 years, 8 months ago
  61. 8745b9e usb: gadget: add super speed support by Li Jun · 3 years, 8 months ago
  62. 42a594d usb: gadget: update os_desc_config when add config by Jun Li · 3 years, 8 months ago
  63. 4e64367 usb: gadget: set correct usb_configuration for os_desc_config by Jun Li · 3 years, 8 months ago
  64. 8043cf8 usb: gadget: fastboot: add ext properties for WCID by Li Jun · 3 years, 8 months ago
  65. 37e4fc3 usb: gadget: add WCID support for mfgtool by Li Jun · 3 years, 8 months ago
  66. a764c94 usb: gadget: OS Feature Descriptors support by Li Jun · 3 years, 8 months ago
  67. 16fd832 usb: gadget: add Kconfig for OS descriptors by Peng Fan · 3 years, 8 months ago
  68. 6777483 usb: gadget: move utf8_to_utf16le to header file by Li Jun · 3 years, 8 months ago
  69. 1c7aacb usb: gadget: OS String support by Li Jun · 3 years, 8 months ago
  70. c93edbf usb: gadget: don't change ep name for dwc3 while ep autoconfig by Li Jun · 3 years, 8 months ago
  71. 71a5732 usb: gadget: Add ep_config call back to usb_gadget_ops by Ye Li · 3 years, 8 months ago
  72. f2fa499 usb: gadget: Do not export usbd_device_* arrays by Pali Rohár · 3 years, 9 months ago
  73. e47431a thor: add support for the dfu_alt_info reintialization from the flashed script by Marek Szyprowski · 3 years, 9 months ago
  74. 6ffc8e2 f_fastboot: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 3 years, 10 months ago
  75. ff52577 f_rockusb: Avoid use-after-free in the global pointer variable by Andy Shevchenko · 3 years, 10 months ago
  76. 0234609 f_rockusb: Use NULL instead of 0 for pointers by Andy Shevchenko · 3 years, 10 months ago
  77. 8b387f1 gadget: f_thor: fix wrong file size cast by Seung-Woo Kim · 4 years ago
  78. b11f634 Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into next by Tom Rini · 3 years, 9 months ago
  79. 720620e Merge tag 'v2021.01-rc5' into next by Tom Rini · 3 years, 9 months ago
  80. f10643c dm: core: Access device ofnode through functions by Simon Glass · 3 years, 9 months ago
  81. 7d14ee4 dm: core: Use dev_has_ofnode() instead of dev_of_valid() by Simon Glass · 3 years, 9 months ago
  82. c23405f dm: core: Rename dev_has_of_node() to dev_has_ofnode() by Simon Glass · 3 years, 9 months ago
  83. 0fd3d91 dm: Use access methods for dev/uclass private data by Simon Glass · 3 years, 9 months ago
  84. acff02c cosmetic: fix typo in drivers/usb/Kconfig by Marc Ferland · 3 years, 9 months ago
  85. 9917591 dm: Drop the unused arg in uclass_find_device_by_seq() by Simon Glass · 3 years, 9 months ago
  86. b27347f usb: Update for new sequence numbers by Simon Glass · 3 years, 9 months ago
  87. 4de51cc usb: ehci-mx6: Drop assignment of sequence number by Simon Glass · 3 years, 9 months ago
  88. 8b85dfc dm: Avoid accessing seq directly by Simon Glass · 3 years, 9 months ago
  89. 51f65b5 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 3 years, 9 months ago
  90. 7229440 eth/r8152: fix the aggregation issue by Hayes Wang · 3 years, 9 months ago
  91. 17d5a46 eth/r8152: free previous memory if r8152_eth_probe fail by Hayes Wang · 3 years, 9 months ago
  92. 621ed49 usb: xhci: fix lack of short packet event trb handling by Ran Wang · 3 years, 10 months ago
  93. 23cdbba x86: edison: Use dwc3-generic driver for Intel Edison by Andy Shevchenko · 3 years, 10 months ago
  94. 5c88b6a usb: dwc3-meson-g12a: always configure dr-mode by Marek Szyprowski · 3 years, 9 months ago
  95. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  96. b012ff1 dm: treewide: Update 'auto' declarations to be on one line by Simon Glass · 3 years, 10 months ago
  97. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  98. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  99. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  100. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago