1. a70253d tpl: Support numbered aliases in device tree by Simon Glass · Fri Sep 20 09:24:30 2024 +0200
  2. ed7bbe7 dm: core: Make SPL_DM_SEQ_ALIAS select SPL_STRTO by Gaskell, Oliver · Mon Aug 19 09:43:52 2024 +0000
  3. c6d39c0 Merge patch series "dm: core: Avoid multiple calls to fdt_parent_offset()" by Tom Rini · Tue Aug 27 14:32:54 2024 -0600
  4. 76d239f dm: core: regmap: Avoid multiple calls to ofnode_get_parent() by Jonas Karlman · Sun Aug 04 15:05:51 2024 +0000
  5. 641e118 dm: core: ofnode: Avoid multiple calls to ofnode_get_parent() by Jonas Karlman · Sun Aug 04 15:05:50 2024 +0000
  6. 42a89ec dm: core: fdtaddr: Avoid multiple calls to fdt_parent_offset() by Jonas Karlman · Sun Aug 04 15:05:49 2024 +0000
  7. eda2285 dm: core: Show device sequence instead in dm_dump_tree() by Zixun LI · Fri Aug 02 11:28:12 2024 +0200
  8. 6012c1e dm: use list_count_nodes() for counting list nodes by Sughosh Ganu · Tue Jul 30 16:41:32 2024 +0530
  9. f7aacda dm: core: scan reserved-memory nodes by Caleb Connolly · Mon Jul 15 12:08:00 2024 +0200
  10. b81fc9e drivers: core: Remove duplicate newlines by Marek Vasut · Sat Jul 20 14:40:31 2024 +0200
  11. 923b365 dm: core: Enhance comments on bind_drivers_pass() by Simon Glass · Sun Jun 23 14:30:21 2024 -0600
  12. a51a69b dm: core: fix typo in SPL_DM_WARN prompt text by Quentin Schulz · Tue Jun 11 15:04:27 2024 +0200
  13. 95a5a2b dm: core: migrate debug() messages to use dm_warn by Quentin Schulz · Tue Jun 11 15:04:26 2024 +0200
  14. e7e6f74 dm: core: fix signedness in debug messages by Quentin Schulz · Tue Jun 11 15:04:25 2024 +0200
  15. 2fe5f58 dm: core: fix misleading debug message when matching compatible by Quentin Schulz · Tue Jun 11 15:04:24 2024 +0200
  16. ca51b77 Merge tag 'v2024.07-rc5' into next by Tom Rini · Mon Jun 24 13:34:52 2024 -0600
  17. b14f884 dm: typo prbing by Heinrich Schuchardt · Sat Jun 08 06:12:44 2024 +0200
  18. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  19. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  20. cc643b2 core: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:30:37 2024 -0600
  21. 4dd834a dm: core: Fix address translation in devfdt_get_addr_index() by Jonas Karlman · Sat Feb 17 13:19:41 2024 +0000
  22. f4c8cf2 fdt: Check for a valid fdt in oftree_ensure() by Simon Glass · Sun Nov 12 08:27:45 2023 -0700
  23. ee20d66 Merge tag 'v2024.01-rc3' into next by Tom Rini · Mon Nov 20 09:19:50 2023 -0500
  24. 0ccddec dm: core: Correct reference to DM_SPL in SPL_DM_STATS by Simon Glass · Sun Nov 12 13:03:46 2023 -0700
  25. 3d65653 dm: Do not enable debug messages by default by Heinrich Schuchardt · Sat Nov 04 20:40:43 2023 +0200
  26. df17899 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · Thu Sep 21 16:50:43 2023 +0530
  27. 0da4980 lib: acpi: Fix linking SPL when ACPIGEN is enabled by Sean Anderson · Sat Oct 14 16:47:47 2023 -0400
  28. 7bf2f8c spl: Allow enabling SPL_OF_REAL and SPL_OF_PLATDATA at the same time by Sean Anderson · Sat Oct 14 16:47:46 2023 -0400
  29. 5e90d4e core: introduce dev_read_addr_name[_size]_ptr() functions by Matthias Schiffer · Wed Sep 27 15:33:32 2023 +0200
  30. bc2b85d core: return FDT_ADDR_T_NONE from devfdt_get_addr_[size_]name() on errors by Matthias Schiffer · Wed Sep 27 15:33:31 2023 +0200
  31. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · Tue Sep 26 08:14:58 2023 -0600
  32. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · Tue Sep 26 08:14:45 2023 -0600
  33. 86ef399 dm: core: Support writing a boolean by Simon Glass · Tue Sep 26 08:14:44 2023 -0600
  34. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · Tue Sep 26 08:14:43 2023 -0600
  35. 4544877 dm: core: Add a way to delete a node by Simon Glass · Tue Sep 26 08:14:42 2023 -0600
  36. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · Tue Sep 26 08:14:41 2023 -0600
  37. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · Tue Sep 26 08:14:40 2023 -0600
  38. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · Tue Sep 26 08:14:37 2023 -0600
  39. fba1087 dm: core: Correct help in TPL_DM and VPL_DM by Simon Glass · Tue Sep 26 08:14:30 2023 -0600
  40. 67e3fca spl: Use CONFIG_SPL... instead of CONFIG_..._SPL_... by Simon Glass · Tue Sep 26 08:14:16 2023 -0600
  41. 01a8d22 dm: core: Adjust dump-sorting to get stats only when needed by Simon Glass · Tue Sep 19 20:05:48 2023 -0600
  42. 8b04c4d Merge tag 'dm-next-23sep23' of https://source.denx.de/u-boot/custodians/u-boot-dm into next by Tom Rini · Sun Sep 24 12:43:00 2023 -0400
  43. bdd5f81 common: Drop linux/printk.h from common header by Simon Glass · Thu Sep 14 18:21:46 2023 -0600
  44. f06f082 cmd: dm: allow for selecting uclass and device by AKASHI Takahiro · Wed Aug 23 10:49:47 2023 +0900
  45. c43411b dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation by Jonas Karlman · Sun Aug 20 22:03:18 2023 +0000
  46. 951ca59 dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash() by Michal Simek · Mon Sep 11 15:30:01 2023 +0200
  47. 6a7c1ce dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · Thu Aug 31 09:04:27 2023 +0200
  48. 43c42bd dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · Thu Aug 31 08:59:05 2023 +0200
  49. 08a194e dm: core: support reading a single indexed u64 value by Michal Simek · Fri Aug 25 11:37:46 2023 +0200
  50. 28876c7 dm: Remove unused NEEDS_MANUAL_RELOC code bits by Marek Vasut · Wed Sep 06 23:29:56 2023 +0200
  51. 69dea21 Merge tag 'v2023.10-rc4' into next by Tom Rini · Mon Sep 04 10:51:58 2023 -0400
  52. 375067f dm: core: Correct error handling when event fails by Simon Glass · Thu Aug 24 13:55:35 2023 -0600
  53. 5865a00 dm: event: add EVT_DM_POST_INIT_R event type by Chanho Park · Fri Aug 18 14:11:02 2023 +0900
  54. 408ccac fdt: off by one in ofnode_lookup_fdt() by Dan Carpenter · Wed Jul 26 09:59:52 2023 +0300
  55. 3b00730 core: read: add dev_read_addr_size_index_ptr function by Jonas Karlman · Sat Jul 22 13:30:15 2023 +0000
  56. ab62d0b core: read: fix dev_read_addr_size() by John Keeping · Thu Jun 01 15:11:19 2023 +0100
  57. 5d773d5 dm: core: of_access: fix return value in of_property_match_string by Eugen Hristev · Thu May 04 15:22:21 2023 +0300
  58. 722281b fdt: Allow more general use of livetree by Simon Glass · Thu Jun 01 10:22:42 2023 -0600
  59. 67f8e11 fdt: Clarify the fdt pre-relocation warning by Simon Glass · Thu Jun 01 10:22:41 2023 -0600
  60. 994048b dm: core: Avoid registering an inaccessible tree by Simon Glass · Thu Jun 01 10:22:31 2023 -0600
  61. 4d3bce4 core: fdtaddr: use map_sysmem() as cast for the return (part 2) by Johan Jonker · Wed May 10 23:48:44 2023 +0200
  62. a853b92 drivers: core: ofnode: fix typo in panel timing decode by Raphael Gallais-Pou · Thu May 11 16:36:52 2023 +0200
  63. 9307401 dm: Emit the arch_cpu_init_dm() even only before relocation by Simon Glass · Thu May 04 16:50:45 2023 -0600
  64. e264be4 acpi: Create a new Kconfig for ACPI by Simon Glass · Thu May 04 16:54:57 2023 -0600
  65. 54ab044 core: read: add dev_read_addr_index_ptr function by Johan Jonker · Mon Mar 13 01:31:25 2023 +0100
  66. ef6769f core: fdtaddr: add devfdt_get_addr_size_index_ptr function by Johan Jonker · Fri Apr 21 17:33:58 2023 +0200
  67. 2e304a2 core: remap: fix regmap_init_mem_plat() reg size handeling by Johan Jonker · Mon Mar 13 01:30:46 2023 +0100
  68. 8664860 core: fdtaddr: use map_sysmem() as cast for the return by Johan Jonker · Sun Apr 23 11:19:41 2023 +0200
  69. 4b876e3 dm: core: introduce uclass_get_device_by_of_path() by Rasmus Villemoes · Thu Apr 13 17:17:03 2023 +0200
  70. 8bf32b0 uclass: add uclass_find_device_by_phandle_id() helper by Rasmus Villemoes · Thu Apr 13 17:16:11 2023 +0200
  71. 40e0b8a dm: core: Make aliases_lookup static by Bin Meng · Wed Apr 05 22:37:55 2023 +0800
  72. 2eb7150 dm: Add a TPL symbol for simple-bus by Simon Glass · Wed Feb 22 09:34:21 2023 -0700
  73. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  74. c2727e5 dm: Add support for handling old u-boot,dm- tags by Simon Glass · Mon Feb 13 08:56:32 2023 -0700
  75. 7c1974b timer: Tidy up use of notrace by Simon Glass · Sun Jan 15 14:15:42 2023 -0700
  76. ff40706 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · Tue Jan 31 15:35:14 2023 +0530
  77. a70a35d dm: core: Use full printf() format when possible by Samuel Holland · Sat Jan 21 17:30:12 2023 -0600
  78. e5314c1 dm: core: Support sorting devices with dm tree by Simon Glass · Tue Jan 17 10:47:12 2023 -0700
  79. 7d3684a event: Correct dependencies on the EVENT framework by Tom Rini · Mon Jan 16 15:46:49 2023 -0500
  80. 446d600 dm: fix probing of all devices that have u-boot, dm-pre-reloc in SPL/TPL by Quentin Schulz · Thu Sep 22 17:53:25 2022 +0200
  81. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · Wed Nov 16 13:10:41 2022 -0500
  82. 7d0a63a dm: core: Fix iteration over driver_info records by Paul Barker · Mon Nov 14 12:42:35 2022 +0000
  83. c633cdf net: phy: Fix ethernet-phy-id <dot> in the code by Michal Simek · Mon Oct 31 17:08:44 2022 -0700
  84. 98e1ada dm: core: Do not stop uclass iteration on error by Michal Suchanek · Wed Oct 12 21:58:09 2022 +0200
  85. f8c67b7 dm: tpl: Add fdt address translation support in TPL by William Zhang · Fri Oct 14 11:04:55 2022 -0700
  86. dfc7ebe dm: core: Fix lists_bind_fdt() using non-existent of_match by Simon Glass · Sat Oct 08 21:33:20 2022 -0600
  87. d719199 core: Enable DM by default by Tom Rini · Fri Oct 14 07:50:19 2022 -0400
  88. 93a85dc dm: core: Switch uclass_*_device_err to use uclass_*_device_check by Michal Suchanek · Wed Oct 12 21:58:06 2022 +0200
  89. f5a5902 dm: core: Fix uclass_probe_all to really probe all devices by Michal Suchanek · Wed Oct 12 21:57:50 2022 +0200
  90. 9e0a090 dm: regmap: Disable range checks in SPL by Simon Glass · Sat Oct 15 08:08:54 2022 -0600
  91. 9aaf70e regmap: fix range checks by Heinrich Schuchardt · Thu Sep 29 22:27:06 2022 +0000
  92. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · Tue Sep 06 20:27:33 2022 -0600
  93. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  94. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  95. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  96. f007731 dm: core: Add definitions for multiple ofnode trees by Simon Glass · Tue Sep 06 20:27:25 2022 -0600
  97. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  98. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · Tue Sep 06 20:27:23 2022 -0600
  99. 95fd209 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · Tue Sep 06 20:27:22 2022 -0600
  100. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · Tue Sep 06 20:27:20 2022 -0600