1. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 10 months ago
  2. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  3. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  4. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  5. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  6. 734206d dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · 3 years, 10 months ago
  7. 3fade88 usb: xhci: avoid type conversion of void * by Heinrich Schuchardt · 4 years ago
  8. 2e84463 usb: dwc3: Include device_compat.h in dwc3-octeon-glue.c by Tom Rini · 4 years ago
  9. f526aee usb: xhci: Include device_compat.h by Sean Anderson · 4 years ago
  10. 1c431f1 Merge tag 'mips-pull-2020-10-07' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips by Tom Rini · 4 years ago
  11. 92ca2fe usb: xhci: octeon: Add DWC3 glue layer for Octeon by Stefan Roese · 4 years, 1 month ago
  12. e68efa1 usb: xhci: xhci_bulk_tx: Don't "BUG" when comparing addresses by Stefan Roese · 4 years, 1 month ago
  13. 72a53ac usb: xhci: xhci-dwc3.c: Use dev_remap_addr() instead of dev_get_addr() by Stefan Roese · 4 years, 1 month ago
  14. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years ago
  15. e15e817 usb: xhci-rcar: Add support for R8A774A1 SoC by Lad Prabhakar · 4 years ago
  16. a6837a0 usb: xhci: convert to readx_poll_sleep_timeout() by Chunfeng Yun · 4 years, 1 month ago
  17. 23a54cc usb: xhci: use macros with parameter to fill ep_info2 by Chunfeng Yun · 4 years, 1 month ago
  18. bf58cf9 usb: xhci: convert to TRB_TX_TYPE() by Chunfeng Yun · 4 years, 1 month ago
  19. 4312638 usb: xhci: convert to TRB_LEN() and TRB_INTR_TARGET() by Chunfeng Yun · 4 years, 1 month ago
  20. a826d76 usb: xhci: convert to TRB_TYPE() by Chunfeng Yun · 4 years, 1 month ago
  21. 86d1fa1 usb: xhci: convert to HCS_MAX_PORTS() by Chunfeng Yun · 4 years, 1 month ago
  22. 7408205 usb: xhci: add quirks flag to support MediaTek xHCI 0.96 by Chunfeng Yun · 4 years, 1 month ago
  23. e3ea481 usb: xhci: create one unified function to calculate TRB TD remainder by Chunfeng Yun · 4 years, 1 month ago
  24. 719d7d8 usb: xhci: add a member hci_version in xhci_ctrl struct by Chunfeng Yun · 4 years, 1 month ago
  25. 046ade8 usb: dwc2: Fix not calling dev_xxx with a device by Sean Anderson · 4 years ago
  26. 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 ago
  27. 54fdef2 xilinx: kconfig: Change Kconfig dependencies for Xilinx drivers by Michal Simek · 4 years, 1 month ago
  28. 890fc37 usb: host: ehci-hcd: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 3 months ago
  29. 3b417a7 usb: host: ohci: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 3 months ago
  30. 1468a1c usb: ci_udc: Add function to remove usb device by Ye Li · 4 years, 3 months ago
  31. 702e57e treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  32. f3858ce usb: host: dwc3-sti-glue: Fix ofnode_valid() parameter by Patrice Chotard · 4 years, 3 months ago
  33. b5152a6 usb: xhci: Add virt_to_phys() to support mapped platforms by Stefan Roese · 4 years, 2 months ago
  34. d96f6e1 usb: usb-uclass.c: Drop le16_to_cpu() as values are already swapped by Stefan Roese · 4 years, 2 months ago
  35. 61a1acb usb: xhci: xhci_mem_init: Use cpu_to_le64() and not xhci_writeq() by Stefan Roese · 4 years, 2 months ago
  36. 543eb12 usb: xhci: Add missing endian conversions (cpu_to_leXX / leXX_to_cpu) by Stefan Roese · 4 years, 2 months ago
  37. 2548493 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  38. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  39. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  40. 60e7fa8 treewide: convert devfdt_get_addr() to dev_read_addr() by Masahiro Yamada · 4 years, 2 months ago
  41. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  42. 0b80371 usb: xhci: Add reset controller support by Nicolas Saenz Julienne · 4 years, 3 months ago
  43. 61293f5 usb: xhci: Add missing cache flush in the scratchpad array initialization by Sylwester Nawrocki · 4 years, 4 months ago
  44. c03b761 usb: provide a device tree node to USB devices by Michael Walle · 4 years, 4 months ago
  45. 72be237 usb: ohci: Add header file for ARCH_DMA_MINALIGN by Simon Glass · 4 years, 4 months ago
  46. 9452b74 Merge tag 'u-boot-rockchip-20200531' of https://gitlab.denx.de/u-boot/custodians/u-boot-rockchip by Tom Rini · 4 years, 4 months ago
  47. 604ab3e driver: usb: drop legacy rockchip xhci driver by Frank Wang · 4 years, 4 months ago
  48. 73021d1 usb: ehci-mx6: Print error code on failure by Marek Vasut · 4 years, 4 months ago
  49. 10bcafb usb: ehci-mx6: Handle fixed regulators correctly by Marek Vasut · 4 years, 4 months ago
  50. 58221d7 usb: dwc3: fix NULL pointer issue by Chunfeng Yun · 4 years, 4 months ago
  51. 94ed661 usb: ehci-omap: Add Support for DM_USB and OF_CONTROL by Adam Ford · 4 years, 4 months ago
  52. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  53. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  54. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  55. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  56. 691d719 common: Drop init.h from common header by Simon Glass · 4 years, 5 months ago
  57. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  58. 18138ab rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA by Trevor Woerner · 4 years, 5 months ago
  59. bb0fb4c rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 5 months ago
  60. b16a331 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 5 months ago
  61. 0bd3d91 usb: mx6: add fuse check by Peng Fan · 4 years, 5 months ago
  62. 7410283 xhci: mediatek: Add support for MTK xHCI host controller by Chunfeng Yun · 4 years, 5 months ago
  63. 6dfb8a8 usb: dwc3: use the phy bulk API to get phys by Chunfeng Yun · 4 years, 5 months ago
  64. f3bc736 usb: host: dwc3-sti-glue: Use UCLASS_NOP instead of UCLASS_MISC by Patrice Chotard · 4 years, 5 months ago
  65. 245847f usb: host: dwc2: add trace to have clean usb start by Patrick Delaunay · 4 years, 5 months ago
  66. 6600438 usb: host: dwc2: force reset assert by Patrick Delaunay · 4 years, 5 months ago
  67. 0bc632c usb: host: dwc2: add clk support by Patrick Delaunay · 4 years, 5 months ago
  68. e17a4bf usb: host: dwc2: add phy support by Patrick Delaunay · 4 years, 5 months ago
  69. cff0144 usb: avoid NULL check before free by Heinrich Schuchardt · 4 years, 5 months ago
  70. 9cadf05 drivers: usb: host: Add BRCM xHCI driver by Rayagonda Kokatanur · 4 years, 6 months ago
  71. 2517dea usb: Migrate to support live DT for some driver by Kever Yang · 4 years, 7 months ago
  72. 0148bbe usb: ehci-msm: Use dev interface to get device address by Kever Yang · 4 years, 7 months ago
  73. 5c17030 usb: dwc3-of-simple: Drop redundant inclding header file by Kever Yang · 4 years, 7 months ago
  74. 31232de usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 6 months ago
  75. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  76. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  77. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  78. e0891bb usb: xhci: support 1.1 or later version by Chunfeng Yun · 4 years, 11 months ago
  79. 02b0e1a usb: ehci-hcd: Keep async schedule running by Marek Vasut · 5 years ago
  80. 235f5e1 ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP by Ye Li · 5 years ago
  81. 1198a10 usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs by Igor Opaniuk · 5 years ago
  82. 1708a12 usb: xhci: move xhci.h to include usb by Jean-Jacques Hiblot · 5 years ago
  83. a897373 usb: host: remove the xhci-zynqmp driver by Jean-Jacques Hiblot · 5 years ago
  84. 6f40013 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 5 years ago
  85. 6578db8 usb: ohci-generic: don't probe fail if there is no clk_enable() ops by Kever Yang · 5 years ago
  86. 54a0c7b usb: ehci-generic: don't probe fail if there is no clk_enable() ops by Kever Yang · 5 years ago
  87. 9dcab2c dwc2: use the nonblock argument in submit_int_msg by Michal Suchanek · 5 years ago
  88. 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
  89. b35b807 usb: xhci-dwc3: Add support for dis_u2_susphy_quirk by Neil Armstrong · 5 years ago
  90. 769a9cd usb: r8a66597: Add optional DM VBUS regulator support by Marek Vasut · 5 years ago
  91. 8b54830 usb: r8a66597: Checkpatch cleanup by Marek Vasut · 5 years ago
  92. a3d6565 usb: r8a66597: Add Kconfig entry by Marek Vasut · 5 years ago
  93. 7f3858f usb: r8a66597: Convert to USB DM by Marek Vasut · 5 years ago
  94. 1eb381a usb: r8a66597: Replace R8A66597_BASE0 by Marek Vasut · 5 years ago
  95. 81644e0 usb: r8a66597: Remove BE support by Marek Vasut · 5 years ago
  96. 4c9a135 usb: r8a66597: Replace IO accessors by Marek Vasut · 5 years ago
  97. 3ff134b usb: r8a66597: Make CONFIG_RZA_USB default by Marek Vasut · 5 years ago
  98. 0b80f21 usb: r8a66597: Remove CONFIG_SUPERH_ON_CHIP_R8A66597 by Marek Vasut · 5 years ago
  99. 7b51b57 env: Move env_get() to env.h by Simon Glass · 5 years ago
  100. 991e660 usb, ohci, pci: add DM support for PCI-based OHCI USB controller by Heiko Schocher · 5 years ago