1. 5a7011c Merge patch series "test: Improvements to ut command and test-suite running" by Tom Rini · Fri Jan 24 14:35:37 2025 -0600
  2. 82f00f2 test: Drop the function for running dm tests by Simon Glass · Mon Jan 20 14:25:37 2025 -0700
  3. b15512c test: Drop the _test suffix on linker lists by Simon Glass · Mon Jan 20 14:25:32 2025 -0700
  4. b08439d test: Rename test suites to match their linker-list name by Simon Glass · Mon Jan 20 14:25:29 2025 -0700
  5. e641137 test: Rename test_get_state() to ut_get_state() by Simon Glass · Mon Jan 20 14:25:24 2025 -0700
  6. 5593f8b Merge patch series "upl: Prerequite patches for updated spec" by Tom Rini · Wed Jan 22 16:08:34 2025 -0600
  7. 4afa191 dm: core: Provide ofnode_find_subnode_unit() by Simon Glass · Fri Jan 10 17:00:29 2025 -0700
  8. 9d300ce dm: core: Provide ofnode_name_eq_unit() to accept a unit address by Simon Glass · Fri Jan 10 17:00:28 2025 -0700
  9. 6dc1eb3 dm: core: Clarify behaviour of ofnode_name_eq() by Simon Glass · Fri Jan 10 17:00:27 2025 -0700
  10. 36c31d1 Merge patch series "SMBIOS improvements" by Tom Rini · Tue Jan 14 14:29:49 2025 -0600
  11. 592e333 test/dm: add sandbox test for sysinfo_get_data by Raymond Mao · Fri Dec 06 14:54:20 2024 -0800
  12. d2fbd38 Merge patch series "led: update LED boot/activity to new property implementation" by Tom Rini · Fri Dec 06 13:00:52 2024 -0600
  13. fd53ad4 test: dm: Update test for LED activity and boot by Christian Marangi · Sun Nov 10 12:50:27 2024 +0100
  14. 81ce47e test: dm: Add test for ofnode options phandle helper by Christian Marangi · Sun Nov 10 12:50:25 2024 +0100
  15. a1a1e0e test: dm: Expand dm_test_ofnode_phandle(_ot) with new ofnode/tree_parse_phandle by Christian Marangi · Sun Nov 10 12:50:23 2024 +0100
  16. 7d75d20 test: dm: fix broken dm_test_ofnode_phandle_ot and get_by_phandle_ot by Christian Marangi · Sun Nov 10 12:50:21 2024 +0100
  17. 362b11f Merge tag 'v2025.01-rc3' into next by Tom Rini · Mon Nov 25 17:23:49 2024 -0600
  18. 6460973 dm: Add dm_remove_devices_active() for ordered device removal by Janne Grunau · Sat Nov 23 22:44:05 2024 +0100
  19. ff3edc2 dm: sysinfo: Shorten the SYSINFO_ID prefix by Simon Glass · Thu Oct 31 18:50:23 2024 +0100
  20. f66139f dm: core: Add a function to see if a device exists by Simon Glass · Sat Oct 19 09:21:49 2024 -0600
  21. 8fa34f0 Merge patch series "Implement ACPI on aarch64" by Tom Rini · Sun Oct 27 17:14:22 2024 -0600
  22. 0fe88cc drivers: misc: irq-uclass: Update irq_get_by_index by Patrick Rudolph · Wed Oct 23 15:20:05 2024 +0200
  23. bff7c57 acpi: Add fill_madt to acpi_ops by Patrick Rudolph · Wed Oct 23 15:19:51 2024 +0200
  24. 370261b test: dm: wdt: replace cyclic_run() by schedule() by Rasmus Villemoes · Thu Oct 03 23:27:55 2024 +0200
  25. 776442e watchdog: gpio_wdt: add support for stoppable devices by Rasmus Villemoes · Wed Oct 02 21:23:23 2024 +0200
  26. e0f9551 net: introduce alternative implementation as net/lwip/ by Jerome Forissier · Wed Oct 16 12:03:59 2024 +0200
  27. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  28. 4cafa21 global: Rename SPL_TPL_ to PHASE_ by Simon Glass · Sun Sep 29 19:49:54 2024 -0600
  29. 0e84d96 global: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:50 2024 -0600
  30. cdc3815 test: dm: Expand ofnode options test with new helper by Christian Marangi · Tue Oct 01 14:24:44 2024 +0200
  31. 719108e test: dm: Add tests for LED boot and activity by Christian Marangi · Tue Oct 01 14:24:43 2024 +0200
  32. 152fe72 power: regulator: Trigger probe of regulators which are always-on or boot-on by Marek Vasut · Fri Sep 27 01:14:12 2024 +0200
  33. 29cab7c include: export uuid.h by Caleb Connolly · Fri Aug 30 13:34:37 2024 +0100
  34. 2c61c15 phy: test: Implement sandbox PHY .set_mode and DM test by Marek Vasut · Sun Sep 08 23:09:05 2024 +0200
  35. f87e00d phy: Extend generic_setup_phy() with PHY mode and submode by Marek Vasut · Sun Sep 08 23:09:03 2024 +0200
  36. f54458b test: dm: Use UTF_CONSOLE in tests by Simon Glass · Thu Aug 22 07:57:59 2024 -0600
  37. 12439ed test: Update NAND test to avoid extra macros by Simon Glass · Thu Aug 22 07:57:52 2024 -0600
  38. 11fcfa3 test: Rename UTF_CONSOLE_REC to UTF_CONSOLE by Simon Glass · Thu Aug 22 07:57:50 2024 -0600
  39. d6c52f4 test: Drop the blank line before test macros by Simon Glass · Thu Aug 22 07:57:49 2024 -0600
  40. 1a92f83 test: Rename unit-test flags by Simon Glass · Thu Aug 22 07:57:48 2024 -0600
  41. 42d7836 test: cpu: add test for release CPU core. by Hou Zhiqiang · Thu Aug 01 11:59:49 2024 +0800
  42. 6012c1e dm: use list_count_nodes() for counting list nodes by Sughosh Ganu · Tue Jul 30 16:41:32 2024 +0530
  43. 7182182 test: Remove duplicate newlines by Marek Vasut · Sat Jul 13 15:19:33 2024 +0200
  44. 6726179 global_data.h: drop write-only field dm_root_f by Rasmus Villemoes · Mon May 27 22:04:17 2024 +0200
  45. 9838d34 acpi: set creator_revision in acpi_fill_header by Heinrich Schuchardt · Thu Apr 18 05:11:13 2024 +0200
  46. 71407d8 Merge patch series "FWU: Add support for FWU metadata version 2" by Tom Rini · Fri May 24 13:42:07 2024 -0600
  47. d02bcd6 test: fwu: make changes to the FWU metadata access test by Sughosh Ganu · Fri Mar 22 16:27:30 2024 +0530
  48. 24da831 include: Move snprintf to stdio.h by Raymond Mao · Thu May 16 14:11:52 2024 -0700
  49. d22d069 test: Remove <common.h> and add needed includes by Tom Rini · Sat Apr 27 08:10:58 2024 -0600
  50. 0d871e7 rng: Introduce SPL_DM_RNG by Marek Vasut · Fri Apr 26 01:02:07 2024 +0200
  51. 10de8a8 acpi: rename aslc_id, aslc_revision by Heinrich Schuchardt · Sun Jan 21 12:52:48 2024 +0100
  52. b10091b test: dm: add button_cmd test by Caleb Connolly · Tue Mar 19 13:24:42 2024 +0000
  53. 6ea5f96 clk: Remove rfree by Sean Anderson · Sat Dec 16 14:38:41 2023 -0500
  54. 1edc45f test: spmi: fix tests by Caleb Connolly · Mon Jan 08 15:30:51 2024 +0000
  55. 919f835 acpi: Write pointers to tables instead of addresses by Simon Glass · Sun Dec 31 08:25:54 2023 -0700
  56. 8181e18 acpi: Rename test dm_test_setup_ctx_and_base_tables() by Simon Glass · Sun Dec 31 08:25:53 2023 -0700
  57. 8fac3d4 global: Restrict use of '#include <linux/kconfig.h>' by Tom Rini · Thu Dec 14 07:16:54 2023 -0500
  58. 08ccd54 Merge tag 'v2024.01-rc5' into next by Tom Rini · Mon Dec 18 08:31:50 2023 -0500
  59. 873de89 test: dm: clk_ccf: fix building error by Yang Xiwen · Sat Dec 16 04:21:11 2023 +0800
  60. e89289c test: dm: clk_ccf: test ccf_clk_ops by Yang Xiwen · Sat Dec 16 02:28:52 2023 +0800
  61. bde44c9 dm: test: clk: Add test for ccf clk_set_rate() by Igor Prusov · Wed Dec 06 02:23:34 2023 +0300
  62. 27e9ebb cmd: acpi: fix acpi list command by Heinrich Schuchardt · Tue Nov 21 15:41:28 2023 +0100
  63. bb307a6 acpi: fix struct acpi_xsdt by Heinrich Schuchardt · Tue Nov 21 15:41:27 2023 +0100
  64. edf77e6 test: unit test for acpi_find_table() by Heinrich Schuchardt · Sat Nov 18 22:57:27 2023 +0100
  65. 342d648 Merge patch series "cmd: add scmi command" by Tom Rini · Tue Nov 28 22:31:09 2023 -0500
  66. d40686d test: dm: add scmi command test by AKASHI Takahiro · Tue Nov 14 11:14:28 2023 +0900
  67. 08372eb test: dm: skip scmi tests against disabled protocols by AKASHI Takahiro · Tue Nov 14 11:14:24 2023 +0900
  68. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  69. e54c195 Merge branch '2023-11-16-assorted-updates' into next by Tom Rini · Fri Nov 17 08:38:05 2023 -0500
  70. bdb3a3f sysreset: Fix unsupported request return values by Paul Barker · Wed Nov 08 08:51:10 2023 +0000
  71. 85e8fc8 test: eth: Don't crash if env_get returns NULL by Sean Anderson · Sat Oct 28 18:57:27 2023 -0400
  72. 326422b nand: Add sandbox driver by Sean Anderson · Sat Nov 04 16:37:52 2023 -0400
  73. eaa39c6 tree-wide: Replace http:// link with https:// link for ti.com by Nishanth Menon · Wed Nov 01 15:56:03 2023 -0500
  74. df17899 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · Thu Sep 21 16:50:43 2023 +0530
  75. 9e3474d test: dm: add SCMI power domain protocol test by AKASHI Takahiro · Mon Oct 16 14:39:46 2023 +0900
  76. c9a97f6 rockchip: test: dm: add rkmtd test by Johan Jonker · Wed Oct 18 16:01:59 2023 +0200
  77. e0f8cd2 sandbox: watchdog: Avoid an error on startup by Simon Glass · Thu Aug 10 09:53:13 2023 -0600
  78. 2c2d1d8 Merge tag 'u-boot-amlogic-20231015' of https://source.denx.de/u-boot/custodians/u-boot-amlogic by Tom Rini · Mon Oct 16 09:09:54 2023 -0400
  79. f6c19e1 sandbox: add tests for UCLASS_SM by Alexey Romanov · Thu Sep 21 11:13:37 2023 +0300
  80. 49f366b test: dm: add SCMI base protocol test by AKASHI Takahiro · Wed Oct 11 19:07:06 2023 +0900
  81. dae0046 test: dm: simplify SCMI unit test on sandbox by AKASHI Takahiro · Wed Oct 11 19:07:03 2023 +0900
  82. cc4ecda test: dm: add protocol-specific channel test by AKASHI Takahiro · Wed Oct 11 19:06:59 2023 +0900
  83. c437378 cmd: host: Print out the block size of the host device by Bin Meng · Tue Sep 26 16:43:36 2023 +0800
  84. 881e475 blk: sandbox: Support binding a device with a given logical block size by Bin Meng · Tue Sep 26 16:43:33 2023 +0800
  85. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · Tue Sep 26 08:14:58 2023 -0600
  86. 310487d dm: core: Add tests for oftree_path() by Simon Glass · Tue Sep 26 08:14:46 2023 -0600
  87. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · Tue Sep 26 08:14:45 2023 -0600
  88. 86ef399 dm: core: Support writing a boolean by Simon Glass · Tue Sep 26 08:14:44 2023 -0600
  89. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · Tue Sep 26 08:14:43 2023 -0600
  90. 4544877 dm: core: Add a way to delete a node by Simon Glass · Tue Sep 26 08:14:42 2023 -0600
  91. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · Tue Sep 26 08:14:41 2023 -0600
  92. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · Tue Sep 26 08:14:40 2023 -0600
  93. 75b8a87 dm: core: Tidy up comments in the ofnode tests by Simon Glass · Tue Sep 26 08:14:39 2023 -0600
  94. db6d872 dm: core: Ensure we run flattree tests on ofnode by Simon Glass · Tue Sep 26 08:14:38 2023 -0600
  95. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · Tue Sep 26 08:14:37 2023 -0600
  96. 83e0d21 test: fix comment indentation on tpm tests by Ilias Apalodimas · Thu Jun 01 09:18:44 2023 +0300
  97. 6a7c1ce dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · Thu Aug 31 09:04:27 2023 +0200
  98. 43c42bd dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · Thu Aug 31 08:59:05 2023 +0200
  99. 8f03cef clk: Dont return error when assigned-clocks is empty or missing by Ashok Reddy Soma · Wed Aug 30 10:31:42 2023 +0200
  100. 08a194e dm: core: support reading a single indexed u64 value by Michal Simek · Fri Aug 25 11:37:46 2023 +0200