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