1. b7bd94f dm: core: Split ofnode_path_root() into two functions by Simon Glass · 2 years, 2 months ago
  2. 2187cb7 dm: core: Allow obtaining a node offset in the same tree by Simon Glass · 2 years, 2 months ago
  3. 928d267 dm: core: Add a way to look up a phandle in an oftree by Simon Glass · 2 years, 2 months ago
  4. a3f50d0 dm: core: Add an ofnode function to obtain the flat tree by Simon Glass · 2 years, 2 months ago
  5. 66d0d0c dm: core: Expand integer-reading tests by Simon Glass · 2 years, 2 months ago
  6. 8909066 dm: core: Drop ofnode_is_available() by Simon Glass · 2 years, 2 months ago
  7. f46ec93 dm: core: Avoid creating a name property when unflattening by Simon Glass · 2 years, 2 months ago
  8. 9243224 dm: core: Rename ofnode_get_property_by_prop() by Simon Glass · 2 years, 2 months ago
  9. 4b1f571 dm: core: Rename ofnode_get_first/next_property() by Simon Glass · 2 years, 2 months ago
  10. 9830698 dm: core: Drop the const from ofnode by Simon Glass · 2 years, 2 months ago
  11. ffe9039 dm: core: Allow adding ofnode subnodes by Simon Glass · 2 years, 2 months ago
  12. 829d512 dm: core: Pass a root node to of_find_node_by_phandle() by Simon Glass · 2 years, 2 months ago
  13. b471bdc dm: core: Add functions to read 8/16-bit integers by Stefan Herbrechtsmeier · 2 years, 4 months ago
  14. 55f7990 dm: core: Add support for writing u32 with ofnode by Simon Glass · 2 years, 3 months ago
  15. 39e42be dm: core: Allow writing to a flat tree with ofnode by Simon Glass · 2 years, 3 months ago
  16. be0789a dm: core: Swap parameters of ofnode_write_prop() by Simon Glass · 2 years, 3 months ago
  17. 3310484 dm: core: Introduce support for multiple trees by Simon Glass · 2 years, 3 months ago
  18. ffb0f6f treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NA by Marek Behún · 2 years, 7 months ago
  19. 6706d7d treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAX by Marek Behún · 2 years, 7 months ago
  20. 123ca11 net: introduce helpers to get PHY interface mode from a device/ofnode by Marek Behún · 2 years, 7 months ago
  21. f3dd213 net: introduce helpers to get PHY ofnode from MAC by Marek Behún · 2 years, 7 months ago
  22. db681d4 net: phy: Add new read ethernet phy id function by Michal Simek · 2 years, 8 months ago
  23. 075bfc9 dm: core: Add a way to obtain a string list by Simon Glass · 3 years ago
  24. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 3 months ago
  25. 77cbaf8 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · 3 years, 3 months ago
  26. 1b098b3 dm: core: fix no null pointer detection in ofnode_get_addr_size_index() by Chen Guanqiao · 3 years, 3 months ago
  27. 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 5 months ago
  28. 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 5 months ago
  29. a47abd7 Revert "fdt: translate address if #size-cells = <0>" by Dario Binacchi · 3 years, 6 months ago
  30. aa351a1 dm: core: Add size operations on device tree references by Chen Guanqiao · 3 years, 6 months ago
  31. 51bdb50 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 3 years, 9 months ago
  32. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years ago WIP/2021-02-02-drop-asm_global_data-when-unused
  33. d64b9cd fdt: translate address if #size-cells = <0> by Dario Binacchi · 3 years, 10 months ago
  34. ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 3 years, 10 months ago
  35. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 3 years, 11 months ago
  36. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 3 months ago
  37. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 1 month ago
  38. 01d89e3 dm: add cells_count parameter in live DT APIs of_parse_phandle_with_args by Patrick Delaunay · 4 years, 1 month ago
  39. ae6b33d dm: fix ofnode_read_addr/size_cells() by Heinrich Schuchardt · 4 years, 3 months ago
  40. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  41. 89b84b8 dm: core: Add function to get child count of ofnode or device by Chunfeng Yun · 4 years, 6 months ago
  42. ce891fca dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 4 years, 9 months ago
  43. 5900660 dm: core: refactor functions reading an u32 from dt by Dario Binacchi · 4 years, 7 months ago
  44. 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 7 months ago
  45. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
  46. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  47. 1aada63 dm: core: Reimplement ofnode_read_size() by Simon Glass · 4 years, 9 months ago
  48. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 4 years, 9 months ago
  49. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 4 years, 9 months ago
  50. d60ae4c fdt: Fix alignment issue when reading 64-bits properties from fdt by Jean-Jacques Hiblot · 5 years ago
  51. e18c41f dm: core: Correct bad cast in ofnode_get_addr_size_index() by Simon Glass · 5 years ago
  52. e587886 dm: core: Correct low cell in ofnode_read_pci_addr() by Simon Glass · 5 years ago
  53. 3f3d771 dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  54. 8f0a70e core: ofnode: do not assert if node not valid in ofnode_get_name() by Kever Yang · 5 years ago
  55. 1635121 dm: core: Set correct "status" value for a node by Bin Meng · 5 years ago
  56. 641067f dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 5 years ago
  57. b061ef3 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · 5 years ago
  58. e679d03 core: ofnode: Add ofnode_get_addr_size_index by Keerthy · 5 years ago
  59. 0033318 dm: core: Fix translate condition in ofnode_get_addr_size() by Simon Glass · 5 years ago
  60. 9bfacf2 core: ofnode: Fix ASAN-reported stack-buffer-overflow in of_get_address by Eugeniu Rosca · 6 years ago
  61. c7a88da dm: remove pre reloc properties in SPL and TPL device tree by Patrick Delaunay · 6 years ago
  62. 1678754 core: ofnode: Fix ofnode_get_addr_index function by Keerthy · 6 years ago
  63. 205dd5a core: ofnode: Fix mem leak in error path by Mario Six · 6 years ago
  64. 06f9446 fdt: Allow indicating a node is for U-Boot proper only by Simon Glass · 6 years ago
  65. a6a45cd ofnode: Add missing address translation into ofnode_get_addr_size() by Marek Vasut · 6 years ago
  66. 51cb927 ofnode: Replace of_n_addr_cells with of_n_size_cells by Marek Vasut · 6 years ago
  67. e369e58 core: Add functions to set properties in live-tree by Mario Six · 6 years ago
  68. 61fba0f ofnode: add ofnode_by_prop_value() by Jens Wiklander · 6 years ago
  69. 7b9cbad dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · 6 years ago
  70. c60f671 dm: core: Add a way to find an ofnode by compatible string by Simon Glass · 6 years ago
  71. 7e5196c dm: core: Add ofnode function to read a 64-bit int by Simon Glass · 6 years ago
  72. 5ccc2c2 dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 7 years ago
  73. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  74. e8d5291 core: ofnode: Fix translation for #size-cells == 0 by Mario Six · 7 years ago
  75. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  76. b4f2076 core: add ofnode_get_by_phandle() api by Kever Yang · 7 years ago
  77. e2d5997 core: ofnode: add ofnode_get_parent function by Philipp Tomsich · 7 years ago
  78. 147c607 core: Add {ofnode, dev}_translate_address functions by Mario Six · 7 years ago
  79. 51db287 core: ofnode: Fix style violations by Mario Six · 7 years ago
  80. 286ede6 drivers: core: Add translation in live tree case by Mario Six · 7 years ago
  81. 68a3452 dm: ofnode: query correct property in livetree ofnode_get_addr_size by Klaus Goger · 7 years ago
  82. 3991f42 dm: core: Add ofnode_for_each_subnode() by Simon Glass · 7 years ago
  83. 7b8b47b ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · 7 years ago
  84. 211aaf3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  85. 642346a dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · 7 years ago
  86. 0f6507a dm: core: Fix up ofnode_get_addr_index() for 64-bit values by Simon Glass · 7 years ago
  87. dcf9885 dm: core: Add ofnode_read_resource() by Simon Glass · 7 years ago
  88. 8c9eaad dm: ofnode: use fdt32_t for DT property value to fix sparse warning by Masahiro Yamada · 7 years ago
  89. b2ec7ea dm: ofnode: simplify ofnode_read_bool() by Masahiro Yamada · 7 years ago
  90. 61e51ba dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 7 years ago
  91. cb7dbe1 dm: ofnode: simplify ofnode_read_prop() by Masahiro Yamada · 7 years ago
  92. 252510a dm: ofnode: use ofnode_read_bool() to check property existence by Masahiro Yamada · 7 years ago
  93. 878d68c dm: core: Add functions to obtain node's address/size cells by Simon Glass · 7 years ago
  94. 8c293d6 dm: core: Add ofnode_read_string_count() by Simon Glass · 7 years ago
  95. a4b8e37 dm: Add more livetree helpers and definitions by Simon Glass · 7 years ago
  96. eed3660 fdt: Rename a few functions in fdt_support by Simon Glass · 7 years ago
  97. bed7749 dm: core: Add address operations on device tree references by Simon Glass · 7 years ago
  98. 9e51204 dm: core: Add operations on device tree references by Simon Glass · 7 years ago