1. bd9ff68 serial: zynqmp: Fetch baudrate from dtb and update by Algapally Santosh Sagar · 1 year, 1 month ago
  2. f69d3d6 pci: serial: Support reading PCI-register size with base by Simon Glass · 1 year, 1 month ago
  3. 7071c82 dm: core: Support writing a 64-bit value by Simon Glass · 1 year, 1 month ago
  4. d9216c8 dm: core: Support writing a boolean by Simon Glass · 1 year, 1 month ago
  5. 62b1db3 dm: core: Add a way to convert a devicetree to a dtb by Simon Glass · 1 year, 1 month ago
  6. 67fb215 dm: core: Add a way to delete a node by Simon Glass · 1 year, 1 month ago
  7. c15862f dm: core: Add a way to copy a node by Simon Glass · 1 year, 1 month ago
  8. e0c3c21 dm: core: Add a function to create an empty tree by Simon Glass · 1 year, 1 month ago
  9. 2479709 dm: core: Reverse the argument order in ofnode_copy_props() by Simon Glass · 1 year, 1 month ago
  10. 9e64428 dm: core: Report bootph-pre-ram/sram node as pre-reloc after relocation by Jonas Karlman · 1 year, 2 months ago
  11. 44f35e1 dm: core: ofnode: Add ofnode_read_bootscript_flash() by Michal Simek · 1 year, 2 months ago
  12. db5e349 dm: core: ofnode: Add ofnode_read_bootscript_address() by Michal Simek · 1 year, 2 months ago
  13. fa12dfa dm: core: support reading a single indexed u64 value by Michal Simek · 1 year, 2 months ago
  14. a8f2ac2 fdt: Allow more general use of livetree by Simon Glass · 1 year, 5 months ago
  15. aecae81 include: dm: ofnode: fix headers by Johan Jonker · 1 year, 7 months ago
  16. e316fba dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 8 months ago
  17. 0347cc7 drivers: core: ofnode: Add panel timing decode. by Nikhil M Jain · 1 year, 9 months ago
  18. e7a18f7 dm: core: Update docs about oftree_from_fdt() by Simon Glass · 2 years ago
  19. db1ef1e dm: core: Support copying properties with ofnode by Simon Glass · 2 years, 1 month ago
  20. 0b58eaa dm: core: Allow copying ofnode property data when writing by Simon Glass · 2 years, 1 month ago
  21. 988f146 dm: core: Update comments for default-FDT ofnode functions by Simon Glass · 2 years, 1 month ago
  22. 9229165 dm: core: Add the ofnode multi-tree implementation by Simon Glass · 2 years, 1 month ago
  23. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 1 month ago
  24. 2187cb7 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 1 month ago
  25. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 1 month ago
  26. 085d594 dm: core: Add ofnode functions to obtain an oftree by Simon Glass · 2 years, 1 month ago
  27. a3f50d0 dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 1 month ago
  28. ee88ba7 dm: core: Provide a way to reset the device tree by Simon Glass · 2 years, 1 month ago
  29. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 1 month ago
  30. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 1 month ago
  31. 52ad21a dm: core: Add a macro to iterate through properties by Simon Glass · 2 years, 1 month ago
  32. f46ec93 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 1 month ago
  33. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 1 month ago
  34. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 1 month ago
  35. 9830698 dm: core: Drop the const from ofnode by Simon Glass · 2 years, 1 month ago
  36. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 1 month ago
  37. 829d512 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 1 month ago
  38. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 4 months ago
  39. 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 3 months ago
  40. 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 3 months ago
  41. be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 3 months ago
  42. 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 3 months ago
  43. 72b338a dm: core: Add a note about how livetree updates work by Simon Glass · 2 years, 3 months ago
  44. 5063ced dm: core: Split out the declaration of ofnode by Simon Glass · 2 years, 3 months ago
  45. 8b52f23 dm: core: Provide fallbacks for ofnode_conf_read_... by Sean Anderson · 2 years, 7 months ago
  46. 7f418ea Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-net by Tom Rini · 2 years, 6 months ago
  47. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 7 months ago
  48. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 7 months ago
  49. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 7 months ago
  50. d23f290 dm: fix function documentation in include/dm/ofnode.h by Heinrich Schuchardt · 2 years, 7 months ago
  51. db681d4 net: phy: Add new read ethernet phy id function by Michal Simek · 2 years, 8 months ago
  52. be74f71 doc: add include/dm/of*.h to the HTML documentation by Patrick Delaunay · 2 years, 9 months ago
  53. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 3 years ago
  54. 32c6a8e dm: core: Fix up string-function documentation by Simon Glass · 3 years ago
  55. b8ec945 dm: core: add ofnode_for_each_compatible_node() by Michael Walle · 3 years ago
  56. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 2 months ago
  57. 77cbaf8 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · 3 years, 3 months ago
  58. 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 5 months ago
  59. 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 5 months ago
  60. aa351a1 dm: core: Add size operations on device tree references by Chen Guanqiao · 3 years, 6 months ago
  61. 51bdb50 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 9 months ago
  62. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago
  63. ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 3 years, 10 months ago
  64. d0c20ce dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 3 years, 11 months ago
  65. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 3 years, 11 months ago
  66. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 3 months ago
  67. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 1 month ago
  68. 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 1 month ago
  69. 45dbe75 dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years, 1 month ago
  70. b9390ce dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 3 months ago
  71. 89b84b8 dm: core: Add function to get child count of ofnode or device by Chunfeng Yun · 4 years, 6 months ago
  72. ce891fca dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 9 months ago
  73. 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 7 months ago
  74. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  75. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 9 months ago
  76. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  77. 74d594a dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 4 years, 9 months ago
  78. b14c533 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 4 years, 11 months ago
  79. 3f3d771 dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  80. 641067f dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  81. 54e1223 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · 5 years ago
  82. b061ef3 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · 5 years ago
  83. e679d03 core: ofnode: Add ofnode_get_addr_size_index by Keerthy · 5 years ago
  84. 33810b4 ofnode: fix comment typo by Baruch Siach · 6 years ago
  85. afb3012 dm: core: add missing prototype for ofnode_read_u64 by Lukas Auer · 6 years ago
  86. e369e58 core: Add functions to set properties in live-tree by Mario Six · 6 years ago
  87. 61fba0f ofnode: add ofnode_by_prop_value() by Jens Wiklander · 6 years ago
  88. 7b9cbad dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · 6 years ago
  89. c60f671 dm: core: Add a way to find an ofnode by compatible string by Simon Glass · 6 years ago
  90. c98ad44 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · 6 years ago
  91. fbe8d03 dm: core: Fix a few ofnode function comments by Simon Glass · 6 years ago
  92. 7e5196c dm: core: Add ofnode function to read a 64-bit int by Simon Glass · 6 years ago
  93. 5ccc2c2 dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 7 years ago
  94. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  95. b4f2076 core: add ofnode_get_by_phandle() api by Kever Yang · 7 years ago
  96. e2d5997 core: ofnode: add ofnode_get_parent function by Philipp Tomsich · 7 years ago
  97. 147c607 core: Add {ofnode, dev}_translate_address functions by Mario Six · 7 years ago
  98. afc1a78 dm: core: fix member name in ofnode_union documentation by Baruch Siach · 7 years ago
  99. 3991f42 dm: core: Add ofnode_for_each_subnode() by Simon Glass · 7 years ago
  100. 7b8b47b ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · 7 years ago