1. e2d4d26 dm: core: downgrade some dm_warn messages to log_debug() by Quentin Schulz · Tue Oct 15 16:32:14 2024 +0200
  2. 97799bc Merge patch series "Tidy up use of 'SPL' and CONFIG_SPL_BUILD" by Tom Rini · Fri Oct 11 12:23:25 2024 -0600
  3. 7ec2413 drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD by Simon Glass · Sun Sep 29 19:49:48 2024 -0600
  4. 7254473 dm: core: implement ofnode_options helpers by Christian Marangi · Tue Oct 01 14:24:35 2024 +0200
  5. 641e118 dm: core: ofnode: Avoid multiple calls to ofnode_get_parent() by Jonas Karlman · Sun Aug 04 15:05:50 2024 +0000
  6. 95a5a2b dm: core: migrate debug() messages to use dm_warn by Quentin Schulz · Tue Jun 11 15:04:26 2024 +0200
  7. e7e6f74 dm: core: fix signedness in debug messages by Quentin Schulz · Tue Jun 11 15:04:25 2024 +0200
  8. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · Mon May 20 13:35:03 2024 -0600
  9. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · Sat May 18 20:20:43 2024 -0600
  10. cc643b2 core: Remove <common.h> and add needed includes by Tom Rini · Wed May 01 19:30:37 2024 -0600
  11. f4c8cf2 fdt: Check for a valid fdt in oftree_ensure() by Simon Glass · Sun Nov 12 08:27:45 2023 -0700
  12. df17899 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · Thu Sep 21 16:50:43 2023 +0530
  13. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · Tue Sep 26 08:14:58 2023 -0600
  14. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · Tue Sep 26 08:14:45 2023 -0600
  15. 86ef399 dm: core: Support writing a boolean by Simon Glass · Tue Sep 26 08:14:44 2023 -0600
  16. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · Tue Sep 26 08:14:43 2023 -0600
  17. 4544877 dm: core: Add a way to delete a node by Simon Glass · Tue Sep 26 08:14:42 2023 -0600
  18. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · Tue Sep 26 08:14:41 2023 -0600
  19. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · Tue Sep 26 08:14:40 2023 -0600
  20. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · Tue Sep 26 08:14:37 2023 -0600
  21. 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
  22. 951ca59 dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash() by Michal Simek · Mon Sep 11 15:30:01 2023 +0200
  23. 6a7c1ce dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · Thu Aug 31 09:04:27 2023 +0200
  24. 43c42bd dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · Thu Aug 31 08:59:05 2023 +0200
  25. 08a194e dm: core: support reading a single indexed u64 value by Michal Simek · Fri Aug 25 11:37:46 2023 +0200
  26. 408ccac fdt: off by one in ofnode_lookup_fdt() by Dan Carpenter · Wed Jul 26 09:59:52 2023 +0300
  27. 722281b fdt: Allow more general use of livetree by Simon Glass · Thu Jun 01 10:22:42 2023 -0600
  28. 67f8e11 fdt: Clarify the fdt pre-relocation warning by Simon Glass · Thu Jun 01 10:22:41 2023 -0600
  29. 994048b dm: core: Avoid registering an inaccessible tree by Simon Glass · Thu Jun 01 10:22:31 2023 -0600
  30. a853b92 drivers: core: ofnode: fix typo in panel timing decode by Raphael Gallais-Pou · Thu May 11 16:36:52 2023 +0200
  31. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  32. c2727e5 dm: Add support for handling old u-boot,dm- tags by Simon Glass · Mon Feb 13 08:56:32 2023 -0700
  33. ff40706 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · Tue Jan 31 15:35:14 2023 +0530
  34. c633cdf net: phy: Fix ethernet-phy-id <dot> in the code by Michal Simek · Mon Oct 31 17:08:44 2022 -0700
  35. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · Tue Sep 06 20:27:33 2022 -0600
  36. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  37. f912a72 dm: core: Complete phandle implementation using the other FDT by Simon Glass · Tue Sep 06 20:27:27 2022 -0600
  38. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  39. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  40. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · Tue Sep 06 20:27:23 2022 -0600
  41. 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
  42. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · Tue Sep 06 20:27:20 2022 -0600
  43. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · Tue Sep 06 20:27:18 2022 -0600
  44. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  45. 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · Tue Sep 06 20:27:15 2022 -0600
  46. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · Tue Sep 06 20:27:14 2022 -0600
  47. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · Tue Sep 06 20:27:13 2022 -0600
  48. 9036c5c dm: core: Drop the const from ofnode by Simon Glass · Tue Sep 06 20:27:04 2022 -0600
  49. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · Tue Sep 06 20:27:02 2022 -0600
  50. 176dd43 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · Tue Sep 06 20:26:57 2022 -0600
  51. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · Tue Jun 14 15:21:30 2022 +0200
  52. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · Sat Jul 30 15:52:14 2022 -0600
  53. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · Sat Jul 30 15:52:13 2022 -0600
  54. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · Sat Jul 30 15:52:10 2022 -0600
  55. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · Sat Jul 30 15:52:08 2022 -0600
  56. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · Thu Apr 07 00:33:03 2022 +0200
  57. 21a1836 treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX by Marek Behún · Thu Apr 07 00:33:02 2022 +0200
  58. bc19477 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · Thu Apr 07 00:33:01 2022 +0200
  59. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · Thu Apr 07 00:32:57 2022 +0200
  60. a253c3b net: phy: Add new read ethernet phy id function by Michal Simek · Wed Feb 23 15:45:40 2022 +0100
  61. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · Sat Oct 23 17:26:07 2021 -0600
  62. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  63. d6388f2 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · Wed Jul 21 21:28:30 2021 +0530
  64. 2d1034b dm: core: fix no null pointer detection in ofnode_get_addr_size_index() by Chen Guanqiao · Mon Jul 12 15:40:20 2021 +0800
  65. e897e3c dm: core: add ofnode_get_path() by Marek Behún · Wed May 26 14:08:18 2021 +0200
  66. 177ab7f dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · Wed May 26 14:08:17 2021 +0200
  67. f8fc703 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · Sat May 01 17:05:26 2021 +0200
  68. 223f17d dm: core: Add size operations on device tree references by Chen Guanqiao · Mon Apr 12 14:51:11 2021 +0800
  69. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · Tue Jan 12 13:55:22 2021 +0100
  70. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  71. b574d68 fdt: translate address if #size-cells = <0> by Dario Binacchi · Wed Dec 30 00:16:21 2020 +0100
  72. 39f1d28 dm: core: Inline a few ofnode functions in SPL by Simon Glass · Wed Dec 16 17:25:06 2020 -0700
  73. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · Sat Nov 28 17:50:02 2020 -0700
  74. 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · Tue Jul 28 12:51:08 2020 +0200
  75. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  76. 21e3b04 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · Thu Sep 10 18:26:17 2020 +0200
  77. 60a84af dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · Sat Jul 25 21:38:49 2020 +0200
  78. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  79. d93c8b4 dm: core: Add function to get child count of ofnode or device by developer · Sat May 02 11:35:09 2020 +0200
  80. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · Mon Jan 13 11:34:56 2020 +0100
  81. b3f1cdd dm: core: refactor functions reading an u32 from dt by Dario Binacchi · Sun Mar 29 18:04:42 2020 +0200
  82. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · Sun Mar 29 18:04:41 2020 +0200
  83. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  84. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:46 2020 -0700
  85. 81c54b3 dm: core: Reimplement ofnode_read_size() by Simon Glass · Mon Jan 27 08:49:45 2020 -0700
  86. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · Mon Jan 27 08:49:44 2020 -0700
  87. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:43 2020 -0700
  88. 487f917 fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · Tue Oct 22 10:05:22 2019 +0200
  89. 47f85de dm: core: Correct bad cast in ofnode_get_addr_size_index() by Simon Glass · Wed Sep 25 08:55:50 2019 -0600
  90. dfd4315 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · Wed Sep 25 08:55:46 2019 -0600
  91. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · Mon Sep 02 16:34:30 2019 +0200
  92. 8d7976d core: ofnode: do not assert if node not valid in ofnode_get_name() by Kever Yang · Fri Jul 19 11:23:47 2019 +0800
  93. a9274aa dm: core: Set correct "status" value for a node by Bin Meng · Fri Jul 05 09:23:17 2019 -0700
  94. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  95. 5b77541 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · Fri May 10 17:48:20 2019 +0000
  96. d332e6e core: ofnode: Add ofnode_get_addr_size_index by Keerthy · Wed Apr 24 17:19:53 2019 +0530
  97. 019f956 dm: core: Fix translate condition in ofnode_get_addr_size() by Simon Glass · Thu Apr 25 21:58:36 2019 -0600
  98. 9764495 core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address by Eugeniu Rosca · Sat Mar 09 17:27:07 2019 +0100
  99. 0b025b8 dm: remove pre reloc properties in SPL and TPL device tree by Patrick Delaunay · Mon Feb 11 12:49:57 2019 +0100
  100. 34222a3 core: ofnode: Fix ofnode_get_addr_index function by Keerthy · Mon Nov 19 11:44:47 2018 +0530