1. 4d85f42 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 7 months ago
  2. e1769da usb: ehci-hcd: Add IAA handshake for removing async QH by Ye Li · 3 years, 8 months ago
  3. f9bb0ba mmc: octeontx_hsmmc: Add support for MIPS Octeon by Stefan Roese · 3 years, 8 months ago
  4. 42b5143 net: jr2: Fix Serdes6G configuration by Horatiu Vultur · 3 years, 8 months ago
  5. 6b59304 net: jr2: Reset switch by Horatiu Vultur · 3 years, 8 months ago
  6. a6713b3 sysreset: provide type of reset in do_reset cmd by Igor Opaniuk · 3 years, 8 months ago
  7. 91f00ba sysreset: psci: use psci driver exported functions by Igor Opaniuk · 3 years, 8 months ago
  8. b7135b0 psci: add features/reset2 support by Igor Opaniuk · 3 years, 8 months ago
  9. debb07b net: calxedagmac: Convert to DM_ETH by Andre Przywara · 3 years, 7 months ago
  10. 6ab0286 power: regulator: add driver for ANATOP regulator by Ying-Chun Liu (PaulLiu) · 3 years, 8 months ago
  11. 935e0b0 net: octeontx: smi: fix mii probe by Tim Harvey · 3 years, 8 months ago
  12. 98a8180 drivers: ata: ahci: update max id if it is more than available ports by Suneel Garapati · 3 years, 8 months ago
  13. 8c64347 drivers: net: octeontx: fix QSGMII by Tim Harvey · 3 years, 8 months ago
  14. 0a527fd Fix IDE commands issued, fix endian issues, fix non MMIO by Reinoud Zandijk · 3 years, 9 months ago
  15. 182c5f1 misc: make CONFIG_IRQ selectable for all platforms by Wasim Khan · 3 years, 8 months ago
  16. 628adbd phy: meson-g12a-usb3-pcie: add support for PCIe ops by Neil Armstrong · 3 years, 9 months ago
  17. 2696a41 clk: meson-g12a: add PCIe gates by Neil Armstrong · 3 years, 9 months ago
  18. e1038ac gpio: atmel_pio4: add support for sama7g5 pio4 version with 5 banks by Eugen Hristev · 3 years, 7 months ago
  19. c6ae5e9 Merge https://source.denx.de/u-boot/custodians/u-boot-usb by Tom Rini · 3 years, 7 months ago
  20. 2fbc8047 Merge tag 'ti-v2021.07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 3 years, 7 months ago
  21. 5e7e2a8 usb: ehci-mx6: Add iMX8M support by Marek Vasut · 3 years, 8 months ago
  22. f444f89 usb: ehci-mx6: Fix aarch64 build warnings by Marek Vasut · 3 years, 7 months ago
  23. e87015f usb: ehci-mx6: Add fsl,imx7d-usb compatible string by Marek Vasut · 3 years, 8 months ago
  24. 1aae8a3 usb: ehci-mx6: Set default CONFIG_MXC_USB_PORTSC if not defined by Marek Vasut · 3 years, 7 months ago
  25. 50d0146 usb: ehci-mx6: Add generic EHCI PHY support by Marek Vasut · 3 years, 8 months ago
  26. 6443a3b usb: ehci-mx6: Use portnr from DT in DM case by Marek Vasut · 3 years, 8 months ago
  27. 6686469 usb: ehci-mx6: Pass MISC address to usb_oc_config() by Marek Vasut · 3 years, 8 months ago
  28. 849763b usb: ehci-mx6: Split usb_power_config() by Marek Vasut · 3 years, 8 months ago
  29. eb64f59 usb: ehci-mx6: Pass PHY address to usb_*_phy*() by Marek Vasut · 3 years, 8 months ago
  30. ef464e4 usb: ehci-mx6: Split ehci_mx6_common_init() by Marek Vasut · 3 years, 8 months ago
  31. 4dcfa3b usb: ehci-mx6: Parse USB PHY and MISC offsets from DT by Marek Vasut · 3 years, 8 months ago
  32. 598fa7e usb: ehci-mx6: Unify USBNC registers by Marek Vasut · 3 years, 8 months ago
  33. 7f2c10e usb: ehci-mx6: Add DM clock support by Marek Vasut · 3 years, 8 months ago
  34. 7e1f1e1 usb: ehci-mx6: Turn off Vbus on probe failure by Marek Vasut · 3 years, 8 months ago
  35. f174a0d imx: power-domain: Add fsl,imx8mn-gpc compatible string by Marek Vasut · 3 years, 7 months ago
  36. da16034 imx: power-domain: Add fsl,imx8mm-gpc compatible string by Marek Vasut · 3 years, 8 months ago
  37. 1220aa9 phy: nop-phy: Add standard usb-nop-xceiv compat string by Marek Vasut · 3 years, 8 months ago
  38. 599177e sunxi: video: select dw-hdmi in Kconfig, not Makefile by Jernej Skrabec · 3 years, 8 months ago
  39. fa7eabf clk: sunxi: h6: Add XHCI clocks by Samuel Holland · 3 years, 9 months ago
  40. 9078b67 clk: sunxi: Add a dummy clock driver for the RTC by Samuel Holland · 3 years, 9 months ago
  41. 45b3cf8 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 3 years, 7 months ago
  42. ea8971c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 8 months ago
  43. 80279fa dm: core: Correctly read <ranges> of simple-bus by Bin Meng · 3 years, 8 months ago
  44. a081546 net: tsec: Support <reg> property from the subnode "queue-group" by Bin Meng · 3 years, 8 months ago
  45. 408f056 net: tsec: Use map_physmem() directly instead of dev_remap_addr() by Bin Meng · 3 years, 8 months ago
  46. ff98da0 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 8 months ago
  47. 3c56251 net: tsec: Use dm_eth_phy_connect() directly for the DM case by Vladimir Oltean · 3 years, 8 months ago
  48. ec3b97e net: phy: fixed: Support the old DT binding by Bin Meng · 3 years, 8 months ago
  49. d809a9d net: phy: fixed: Add the missing ending newline by Bin Meng · 3 years, 8 months ago
  50. af34a94 net: phy: fixed: Make driver ops static by Bin Meng · 3 years, 8 months ago
  51. 676fbd3 net: phy: Simplify the logic of phy_connect_fixed() by Bin Meng · 3 years, 8 months ago
  52. 188ff18 net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii() by Bin Meng · 3 years, 8 months ago
  53. 6c99381 net: phy: xilinx: Be compatible with live OF tree by Bin Meng · 3 years, 8 months ago
  54. 3407c30 net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixed by Vladimir Oltean · 3 years, 8 months ago
  55. f27bc8a net: phy: fixed: Be compatible with live OF tree by Vladimir Oltean · 3 years, 8 months ago
  56. 173c66b of: extra: Introduce ofnode_phy_is_fixed_link() API by Bin Meng · 3 years, 8 months ago
  57. 017af7f watchdog: Add booke watchdog driver by Chris Packham · 3 years, 8 months ago
  58. 2c32c70 pci: add Amlogic Meson Designware PCIe controller by Neil Armstrong · 3 years, 8 months ago
  59. c90f3d0 pci: pcie_dw_rockchip: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 8 months ago
  60. 1a03182 pci: pcie_dw_ti: migrate to common Designware PCIe functions by Neil Armstrong · 3 years, 8 months ago
  61. dfadb94 pci: add common Designware PCIe functions by Neil Armstrong · 3 years, 8 months ago
  62. 7062d4e scmi: translate the resource only when livetree is not activated by Patrick Delaunay · 3 years, 8 months ago
  63. 34f8fc7 gpio: Drop dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
  64. a12aa79 gpio: i2c-gpio: Drop use of dm_gpio_set_dir() by Simon Glass · 3 years, 8 months ago
  65. 5830b57 qemu: add MMIO driver for QFW by Asherah Connor · 3 years, 8 months ago
  66. 6951255 test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 8 months ago
  67. 5b0b43e x86: qemu: move QFW to its own uclass by Asherah Connor · 3 years, 8 months ago
  68. 2a3f161 scmi: correctly configure MMU for SCMI buffer by Patrick Delaunay · 3 years, 8 months ago
  69. 69a7529 fastboot: Fix possible buffer overrun by Sean Anderson · 3 years, 8 months ago
  70. 9af869c lib: string: Implement strlcat by Sean Anderson · 3 years, 8 months ago
  71. 92e8489 tee: optee: Change printing during optee_probe by Ilias Apalodimas · 3 years, 8 months ago
  72. 05a0776 rtc: add support for rv3028 rtc by Heiko Schocher · 3 years, 8 months ago
  73. c3bba70 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 8 months ago
  74. 0124218 firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 8 months ago
  75. 1f213ee firmware: scmi: voltage regulator by Etienne Carriere · 3 years, 8 months ago
  76. a62de44 pci: Mark 64bit Memory BARs as such by Phil Sutter · 3 years, 9 months ago
  77. c146de4 mtd: Update fail_addr when erase fails due to bad blocks by Farhan Ali · 3 years, 9 months ago
  78. 67696ab power: pmic: remove pmic_max77696.c file by Jaehoon Chung · 3 years, 10 months ago
  79. 5532262 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · 3 years, 7 months ago
  80. 76d470d pinctrl: single: add get_pin_muxing operation by Dario Binacchi · 3 years, 7 months ago
  81. 0b12162 pinctrl: single: add get_pin_name operation by Dario Binacchi · 3 years, 7 months ago
  82. 1dd7ae2 pinctrl: single: add get_pins_count operation by Dario Binacchi · 3 years, 7 months ago
  83. 180531f pinctrl: single: add register access functions by Dario Binacchi · 3 years, 7 months ago
  84. d85b93e pinctrl: single: change function mask default value by Dario Binacchi · 3 years, 7 months ago
  85. 971c64a pinctrl: single: check "register-width" DT property by Dario Binacchi · 3 years, 7 months ago
  86. 9fd8a43 pinctrl: single: get register area size by device API by Dario Binacchi · 3 years, 7 months ago
  87. fcf6a2b pinctrl: single: fix debug messages formatting by Dario Binacchi · 3 years, 7 months ago
  88. 9b884e7 pinctrl: single: fix offset management by Dario Binacchi · 3 years, 7 months ago
  89. 6719294 pinctrl: single: fix the loop counter variable type by Dario Binacchi · 3 years, 7 months ago
  90. 4ace4fa pinctrl: single: fix format of structure documentation by Dario Binacchi · 3 years, 7 months ago
  91. 3b676a1 Merge branch '2021-04-11-remove-non-migrated-boards' by Tom Rini · 3 years, 7 months ago
  92. c6a4ee2 Merge tag 'video-2021-07-rc1' of https://source.denx.de/u-boot/custodians/u-boot-video by Tom Rini · 3 years, 7 months ago
  93. 38e18d6 video: Fix line padding calculation for 16 and 24 BPP bitmaps by Sylwester Nawrocki · 4 years ago
  94. 131c224 tegra: video: fix tegra_dc_sor_config_panel() by Heinrich Schuchardt · 3 years, 7 months ago
  95. ff4e1e2 finish removing mb862xx video driver by Trevor Woerner · 3 years, 8 months ago
  96. 1bed576 video: SIMPLE_PANEL depends on DM_GPIO by Asherah Connor · 3 years, 9 months ago
  97. 1b9ee28 pwm: Add a driver for Chrome OS EC PWM by Alper Nebi Yasak · 4 years, 1 month ago
  98. fefa713 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · 4 years, 1 month ago
  99. a99dab1 ppc: Remove Cyrus_P5020 and P5040 boards by Tom Rini · 3 years, 9 months ago
  100. 2322b95 ppc: Remove T2081QDS board and ARCH_T2081 support by Tom Rini · 3 years, 9 months ago