1. df17899 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · Thu Sep 21 16:50:43 2023 +0530
  2. 4289c26 pci: serial: Support reading PCI-register size with base by Simon Glass · Tue Sep 26 08:14:58 2023 -0600
  3. c681e09 dm: core: Support writing a 64-bit value by Simon Glass · Tue Sep 26 08:14:45 2023 -0600
  4. 86ef399 dm: core: Support writing a boolean by Simon Glass · Tue Sep 26 08:14:44 2023 -0600
  5. ebbe90b dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · Tue Sep 26 08:14:43 2023 -0600
  6. 4544877 dm: core: Add a way to delete a node by Simon Glass · Tue Sep 26 08:14:42 2023 -0600
  7. 7c33c96 dm: core: Add a way to copy a node by Simon Glass · Tue Sep 26 08:14:41 2023 -0600
  8. a869a1b dm: core: Add a function to create an empty tree by Simon Glass · Tue Sep 26 08:14:40 2023 -0600
  9. 6816489 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · Tue Sep 26 08:14:37 2023 -0600
  10. 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
  11. 6a7c1ce dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · Thu Aug 31 09:04:27 2023 +0200
  12. 43c42bd dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · Thu Aug 31 08:59:05 2023 +0200
  13. 08a194e dm: core: support reading a single indexed u64 value by Michal Simek · Fri Aug 25 11:37:46 2023 +0200
  14. 722281b fdt: Allow more general use of livetree by Simon Glass · Thu Jun 01 10:22:42 2023 -0600
  15. 9f6971f include: dm: ofnode: fix headers by Johan Jonker · Mon Mar 13 01:30:33 2023 +0100
  16. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · Mon Feb 13 08:56:34 2023 -0700
  17. ff40706 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · Tue Jan 31 15:35:14 2023 +0530
  18. e6a211c dm: core: Update docs about oftree_from_fdt() by Simon Glass · Tue Oct 11 09:47:19 2022 -0600
  19. 7a7229a dm: core: Support copying properties with ofnode by Simon Glass · Tue Sep 06 20:27:33 2022 -0600
  20. 17abed0 dm: core: Allow copying ofnode property data when writing by Simon Glass · Tue Sep 06 20:27:32 2022 -0600
  21. c63ffd7 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · Tue Sep 06 20:27:28 2022 -0600
  22. cb13a1b dm: core: Add the ofnode multi-tree implementation by Simon Glass · Tue Sep 06 20:27:26 2022 -0600
  23. 45ae59d dm: core: Split ofnode_path_root() into two functions by Simon Glass · Tue Sep 06 20:27:24 2022 -0600
  24. 37dcd91 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · Tue Sep 06 20:27:23 2022 -0600
  25. 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
  26. 2b9b1458 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · Tue Sep 06 20:27:21 2022 -0600
  27. 04fa09a dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · Tue Sep 06 20:27:20 2022 -0600
  28. ba8457b dm: core: Provide a way to reset the device tree by Simon Glass · Tue Sep 06 20:27:19 2022 -0600
  29. e3be5fc dm: core: Expand integer-reading tests by Simon Glass · Tue Sep 06 20:27:18 2022 -0600
  30. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  31. 4caa79a dm: core: Add a macro to iterate through properties by Simon Glass · Tue Sep 06 20:27:16 2022 -0600
  32. 91d89a8 dm: core: Avoid creating a name property when unflattening by Simon Glass · Tue Sep 06 20:27:15 2022 -0600
  33. d0aff8b dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · Tue Sep 06 20:27:14 2022 -0600
  34. fec058d dm: core: Rename ofnode_get_first/next_property() by Simon Glass · Tue Sep 06 20:27:13 2022 -0600
  35. 9036c5c dm: core: Drop the const from ofnode by Simon Glass · Tue Sep 06 20:27:04 2022 -0600
  36. 56bc332 dm: core: Allow adding ofnode subnodes by Simon Glass · Tue Sep 06 20:27:02 2022 -0600
  37. 176dd43 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · Tue Sep 06 20:26:57 2022 -0600
  38. 1b090e6 dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · Tue Jun 14 15:21:30 2022 +0200
  39. d28e31e dm: core: Add support for writing u32 with ofnode by Simon Glass · Sat Jul 30 15:52:14 2022 -0600
  40. 3ee3d15 dm: core: Allow writing to a flat tree with ofnode by Simon Glass · Sat Jul 30 15:52:13 2022 -0600
  41. 5e2cd5e dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · Sat Jul 30 15:52:10 2022 -0600
  42. ef75c59 dm: core: Introduce support for multiple trees by Simon Glass · Sat Jul 30 15:52:08 2022 -0600
  43. 1817f71 dm: core: Add a note about how livetree updates work by Simon Glass · Sat Jul 30 15:52:07 2022 -0600
  44. 9693c1d dm: core: Split out the declaration of ofnode by Simon Glass · Sat Jul 30 15:52:06 2022 -0600
  45. 9b3a639 dm: core: Provide fallbacks for ofnode_conf_read_... by Sean Anderson · Mon Mar 28 18:14:37 2022 -0400
  46. 6a25a7e Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · Fri Apr 15 08:09:52 2022 -0400
  47. 48631e4 treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · Thu Apr 07 00:33:03 2022 +0200
  48. 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
  49. f4f1ddc net: introduce helpers to get PHY ofnode from MAC by Marek Behún · Thu Apr 07 00:32:57 2022 +0200
  50. c9ae4a8 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · Thu Mar 24 16:22:32 2022 +0100
  51. a253c3b net: phy: Add new read ethernet phy id function by Michal Simek · Wed Feb 23 15:45:40 2022 +0100
  52. 92c1c5c doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · Wed Jan 12 10:53:49 2022 +0100
  53. 9580bfc dm: core: Add a way to obtain a string list by Simon Glass · Sat Oct 23 17:26:07 2021 -0600
  54. 7a3a167 dm: core: Fix up string-function documentation by Simon Glass · Sat Oct 23 17:26:06 2021 -0600
  55. a7b9df2 dm: core: add ofnode_for_each_compatible_node() by Michael Walle · Fri Oct 15 15:15:17 2021 +0200
  56. 0034d96 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · Sat Aug 07 07:24:01 2021 -0600
  57. d6388f2 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · Wed Jul 21 21:28:30 2021 +0530
  58. e897e3c dm: core: add ofnode_get_path() by Marek Behún · Wed May 26 14:08:18 2021 +0200
  59. 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
  60. 223f17d dm: core: Add size operations on device tree references by Chen Guanqiao · Mon Apr 12 14:51:11 2021 +0800
  61. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · Tue Jan 12 13:55:22 2021 +0100
  62. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  63. 39f1d28 dm: core: Inline a few ofnode functions in SPL by Simon Glass · Wed Dec 16 17:25:06 2020 -0700
  64. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · Sat Nov 28 17:50:07 2020 -0700
  65. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · Sat Nov 28 17:50:02 2020 -0700
  66. 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · Tue Jul 28 12:51:08 2020 +0200
  67. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  68. 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · Thu Sep 24 17:26:20 2020 +0200
  69. c14df8b dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · Wed Sep 23 08:23:27 2020 +0200
  70. b571d92 dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · Fri Jul 24 18:39:43 2020 +0200
  71. d93c8b4 dm: core: Add function to get child count of ofnode or device by developer · Sat May 02 11:35:09 2020 +0200
  72. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · Mon Jan 13 11:34:56 2020 +0100
  73. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · Sun Mar 29 18:04:41 2020 +0200
  74. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:46 2020 -0700
  75. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · Mon Jan 27 08:49:44 2020 -0700
  76. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:43 2020 -0700
  77. c99ba91 dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · Mon Jan 27 08:49:42 2020 -0700
  78. 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · Fri Dec 06 21:41:36 2019 -0700
  79. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · Mon Sep 02 16:34:30 2019 +0200
  80. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  81. 63e4d11 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · Tue May 21 19:19:13 2019 +0200
  82. 5b77541 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · Fri May 10 17:48:20 2019 +0000
  83. d332e6e core: ofnode: Add ofnode_get_addr_size_index by Keerthy · Wed Apr 24 17:19:53 2019 +0530
  84. f14cb21 ofnode: fix comment typo by Baruch Siach · Sun Nov 18 14:39:20 2018 +0200
  85. b03a60b dm: core: add missing prototype for ofnode_read_u64 by Lukas Auer · Thu Nov 22 11:26:35 2018 +0100
  86. 047dafc core: Add functions to set properties in live-tree by Mario Six · Tue Jun 26 08:46:48 2018 +0200
  87. 7b68dad ofnode: add ofnode_by_prop_value() by Jens Wiklander · Mon Aug 20 11:09:58 2018 +0200
  88. fa15771 dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · Fri Aug 03 01:14:35 2018 -0700
  89. 954eeae dm: core: Add a way to find an ofnode by compatible string by Simon Glass · Mon Jun 11 13:07:13 2018 -0600
  90. a8173d6 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · Mon Jun 11 13:07:12 2018 -0600
  91. 1c68234 dm: core: Fix a few ofnode function comments by Simon Glass · Mon Jun 11 13:07:11 2018 -0600
  92. 9d54a7a dm: core: Add ofnode function to read a 64-bit int by Simon Glass · Mon Jun 11 13:07:10 2018 -0600
  93. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · Thu Apr 19 12:14:02 2018 +0900
  94. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  95. 37df0e0 core: add ofnode_get_by_phandle() api by Kever Yang · Fri Feb 23 17:38:50 2018 +0100
  96. 6fce1dd core: ofnode: add ofnode_get_parent function by Philipp Tomsich · Fri Feb 23 17:38:49 2018 +0100
  97. aefac06 core: Add {ofnode, dev}_translate_address functions by Mario Six · Mon Jan 15 11:07:19 2018 +0100
  98. 6bcca14 dm: core: fix member name in ofnode_union documentation by Baruch Siach · Thu Nov 09 13:44:28 2017 +0200
  99. 2852976 dm: core: Add ofnode_for_each_subnode() by Simon Glass · Sat Aug 05 15:45:54 2017 -0600
  100. 4dada2c ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · Sat Aug 26 01:12:30 2017 +0900