1. 3996f06 dm: core: Allow devres to be disabled in SPL by Simon Glass · 2 years, 8 months ago
  2. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 7 months ago
  3. b271161 test: serial: Add test for putc/puts by Sean Anderson · 2 years, 8 months ago
  4. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 8 months ago
  5. e4dedf2 treewide: use dm_mdio_read/write/reset() wrappers by Marek Behún · 2 years, 8 months ago
  6. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 8 months ago
  7. 8e61f93 dm: blk: Expand iteration and add tests by Simon Glass · 2 years, 9 months ago
  8. 9442f15 Merge tag 'v2022.04-rc5' into next by Tom Rini · 2 years, 8 months ago
  9. 6e5a8b7 k210: use the board vendor name rather than the marketing name by Damien Le Moal · 2 years, 9 months ago
  10. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · 2 years, 9 months ago
  11. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · 2 years, 9 months ago
  12. b4c5211 dm: Fix OF_BAD_ADDR definition by Patrice Chotard · 2 years, 11 months ago
  13. eb025f3 acpi: Tidy up the table list by Simon Glass · 3 years ago
  14. 884dcfa acpi: Tidy up the item list by Simon Glass · 3 years ago
  15. e9f6e6a x86: Move base tables to a writer function by Simon Glass · 3 years ago
  16. 1617088 x86: Use the ACPI table writer by Simon Glass · 3 years ago
  17. 37acc66 x86: acpi: Split out context creation from base tables by Simon Glass · 3 years ago
  18. b33f2f9 x86: Move the acpi table to generic global_data by Simon Glass · 3 years ago
  19. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  20. be4e5e1 phy: Track power-on and init counts in uclass by Alper Nebi Yasak · 2 years, 11 months ago
  21. 87a3cd7 video: Support showing the U-Boot logo by Simon Glass · 3 years ago
  22. 6a92e88 video: theadorable: Use RGB565 for BMP blitting by Simon Glass · 3 years ago
  23. 8bd7f60 video: Add a test for 16bpp BMP files by Simon Glass · 3 years ago
  24. 490bb99 video: bmp: Update RLE8 support to use the write function by Simon Glass · 3 years ago
  25. c3b5adf sandbox: video: Add BMP tests for 32bpp and 8bpp modes by Simon Glass · 3 years ago
  26. 51608c9 dm: core: Allow getting some basic stats by Simon Glass · 3 years ago
  27. dc4a786 Merge tag 'v2022.01-rc4' into next by Tom Rini · 3 years ago
  28. 507ab96 efi: Add uclass for devices provided by UEFI firmware by Simon Glass · 3 years ago
  29. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · 3 years, 1 month ago
  30. 7302539 dm: core: Add tests for stringlist functions by Simon Glass · 3 years, 1 month ago
  31. 398b94e test/dm: fix watchdog test by Heinrich Schuchardt · 3 years, 1 month ago
  32. f1f8740 test: dm: add test for ofnode_for_each_compatible_node() by Michael Walle · 3 years, 1 month ago
  33. 67748ee test: Add tests for IOMMU uclass by Mark Kettenis · 3 years, 1 month ago
  34. bedc439 fdtdec: Support reserved-memory flags by Thierry Reding · 3 years, 3 months ago
  35. d6ad807 fdtdec: Reorder fdtdec_set_carveout() parameters for consistency by Thierry Reding · 3 years, 3 months ago
  36. 5e33691 fdtdec: Support compatible string list for reserved memory by Thierry Reding · 3 years, 3 months ago
  37. 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
  38. cc523cf cmd: bind: Fix driver binding on a device by Patrice Chotard · 3 years, 3 months ago
  39. e72139e clk: k210: Try harder to get the best config by Sean Anderson · 3 years, 3 months ago
  40. e850b4c test: dm: k210: Reduce duplication in test cases by Sean Anderson · 3 years, 3 months ago
  41. f0de20e acpi: Use U-Boot version for OEM_REVISION by Pali Rohár · 3 years, 5 months ago
  42. 3fd6633 WS cleanup: remove trailing empty lines by Wolfgang Denk · 3 years, 2 months ago
  43. 9df3865 Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-boot-net into next by Tom Rini · 3 years, 2 months ago
  44. 5041e42 net: update NXP copyright text by Vladimir Oltean · 3 years, 2 months ago
  45. 20f9d3d sandbox: correct cpu nodes by Heinrich Schuchardt · 3 years, 3 months ago
  46. 2149e11 dm: gpio: Add of-platdata support by Simon Glass · 3 years, 4 months ago
  47. e7995f7 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 4 months ago
  48. 1257efc clk: Rename clk_get_by_driver_info() by Simon Glass · 3 years, 4 months ago
  49. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 4 months ago
  50. 6e1f085 Remove including timestamp.h in version.h by Pali Rohár · 3 years, 4 months ago
  51. 17a2907 Merge tag 'v2021.10-rc4' into next by Tom Rini · 3 years, 2 months ago
  52. 3933d29 pci: Drop DM_PCI by Simon Glass · 3 years, 4 months ago
  53. f91ff5a sandbox: add test of wdt-uclass' watchdog_reset() by Rasmus Villemoes · 3 years, 3 months ago
  54. 2b67387 sandbox: add test of wdt_gpio driver by Rasmus Villemoes · 3 years, 3 months ago
  55. 8889581 bootcount: add a new driver with syscon as backend by Nandor Han · 3 years, 6 months ago
  56. 8e841fb i2c: add dm_i2c_reg_clrset by Sebastian Reichel · 3 years, 4 months ago
  57. 9f1868e test: dm: Add test for ECDSA UCLASS support by Alexandru Gagniuc · 3 years, 4 months ago
  58. 8e9eacf dm: core: Don't allow uclass use before ready by Simon Glass · 3 years, 4 months ago
  59. 4311832 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  60. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
  61. ae93e8a dm: test: Add test case to check node name ignoring unit address by Kishon Vijay Abraham I · 3 years, 4 months ago
  62. 7e4067a reboot-mode: read the boot mode from RTC memory by Nandor Han · 3 years, 6 months ago
  63. 6521e5d reboot-mode: read the boot mode from GPIOs status by Nandor Han · 3 years, 6 months ago
  64. fc7a744 blk: Support iteration by Simon Glass · 3 years, 5 months ago
  65. 2697425 test: Add DM_DMA to be disabled by Simon Glass · 3 years, 5 months ago
  66. 8a8cd4f sandbox: cros-ec: Add tests for the Chromium OS EC PWM driver by Alper Nebi Yasak · 3 years, 6 months ago
  67. d3e8b73 Merge tag 'v2021.07-rc5' into next by Tom Rini · 3 years, 5 months ago
  68. e897e3c dm: core: add ofnode_get_path() by Marek Behún · 3 years, 6 months ago
  69. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 6 months ago
  70. 7efcdfd net: use the same alias stem for ethernet as linux by Michael Walle · 3 years, 9 months ago
  71. 85c8fc5 display_options: Drop two spaces before the ASCII column by Simon Glass · 3 years, 7 months ago
  72. da37ed3 test: add dm_test_read_resource by Patrick Delaunay · 3 years, 6 months ago
  73. cecd47c part: Add check for NULL dev_part_str by Sean Anderson · 3 years, 6 months ago
  74. 9d6710c test: Avoid random numbers in dm_test_devm_regmap() by Simon Glass · 3 years, 7 months ago
  75. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 7 months ago
  76. 1c83067 test: Add gpio-sysinfo test by Sean Anderson · 3 years, 7 months ago
  77. 6ccf10a sysinfo: Require that sysinfo_detect be called before other methods by Sean Anderson · 3 years, 7 months ago
  78. be0512f test: dm: add test item for ofnode_get_addr() and ofnode_get_size() by Chen Guanqiao · 3 years, 8 months ago
  79. 9b4cdef test: reset: Extend base reset test to catch error by Neil Armstrong · 3 years, 7 months ago
  80. 619a182 test: Add test for partitions by Sean Anderson · 3 years, 8 months ago
  81. dffb347 test: Alphabetize dm Makefile by Sean Anderson · 3 years, 7 months ago
  82. 0922673 test: fix test/dm/regmap.c by Heinrich Schuchardt · 3 years, 8 months ago
  83. 12e9681 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
  84. 524a92c test: dm: Add a test case for simple-bus <ranges> by Bin Meng · 3 years, 9 months ago
  85. 381ed97 test: dm: Add a case to test ofnode_phy_is_fixed_link() by Bin Meng · 3 years, 9 months ago
  86. d9eaa92 sandbox: Add a DSA sandbox driver and unit test by Claudiu Manoil · 3 years, 9 months ago
  87. ab1975b test: qemu: add qfw sandbox driver, dm tests, qemu tests by Asherah Connor · 3 years, 8 months ago
  88. eeaf282 test: scmi: add local variables for scmi agent reference by Etienne Carriere · 3 years, 9 months ago
  89. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · 3 years, 9 months ago
  90. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · 3 years, 9 months ago
  91. 20dd9e1 test: pinmux: add test for 'pinctrl-single' driver by Dario Binacchi · 3 years, 8 months ago
  92. 4692746 video: backlight: Support PWMs without a known period_ns by Alper Nebi Yasak · 4 years, 1 month ago
  93. 61d0464 sf: Support querying write-protect by Simon Glass · 3 years, 9 months ago
  94. 8beeb28 dm: core: Create a struct for device runtime info by Simon Glass · 3 years, 9 months ago
  95. cb79f07 sandbox: Create a new sandbox_noinst build by Simon Glass · 3 years, 9 months ago
  96. 77faa97 Revert "sandbox: Disable I2C emulators in SPL" by Simon Glass · 3 years, 9 months ago
  97. 0000e0d dm: Rename device_get_by_driver_info_idx() by Simon Glass · 3 years, 9 months ago
  98. 2f25998 dm: core: Drop device_get_by_driver_info() by Simon Glass · 3 years, 9 months ago
  99. 9bb88fb clk: sandbox: Create a special fixed-rate driver by Simon Glass · 3 years, 9 months ago
  100. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago