1. b8ec945 dm: core: add ofnode_for_each_compatible_node() by Michael Walle · 3 years, 3 months ago
  2. 7de8bd0 treewide: fdt: Move fdt_get_config_... to ofnode_conf_read... by Simon Glass · 3 years, 5 months ago
  3. 77cbaf8 dm: core: Add helper to compare node names by Kishon Vijay Abraham I · 3 years, 6 months ago
  4. 0e116be dm: core: add ofnode_get_path() by Marek Behún · 3 years, 8 months ago
  5. 31a7b71 dm: core: add non-translating version of ofnode_get_addr_size_index() by Marek Behún · 3 years, 8 months ago
  6. aa351a1 dm: core: Add size operations on device tree references by Chen Guanqiao · 3 years, 9 months ago
  7. 51bdb50 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · 4 years ago
  8. 401d1c4 common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 2 months ago
  9. ec1add1 dm: core: Inline a few ofnode functions in SPL by Simon Glass · 4 years, 1 month ago
  10. d0c20ce dm: core: Add an ofnode function to get the devicetree root by Simon Glass · 4 years, 1 month ago
  11. 0de1b07 dm: core: Add a livetree function to check node status by Simon Glass · 4 years, 1 month ago
  12. 305d318 dm: core: Add support for getting node from aliases by Michal Simek · 4 years, 5 months ago
  13. 89f6830 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · 4 years, 4 months ago
  14. 6d9949f dm: update test on of_offset in ofnode_valid by Patrick Delaunay · 4 years, 4 months ago
  15. 45dbe75 dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · 4 years, 4 months ago
  16. b9390ce dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · 4 years, 6 months ago
  17. 89b84b8 dm: core: Add function to get child count of ofnode or device by Chunfeng Yun · 4 years, 8 months ago
  18. ce891fca dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · 5 years ago
  19. 4bb7075 dm: core: support reading a single indexed u32 value by Dario Binacchi · 4 years, 10 months ago
  20. bd933bf dm: core: Add ofnode_get_chosen_prop() by Simon Glass · 5 years ago
  21. a8167d8 dm: core: Add ofnode_read_prop() by Simon Glass · 5 years ago
  22. 14ca9f7 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · 5 years ago
  23. 74d594a dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · 5 years ago
  24. b14c533 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · 5 years ago
  25. 3f3d771 dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · 5 years ago
  26. 641067f dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · 6 years ago
  27. 54e1223 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · 6 years ago
  28. b061ef3 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · 6 years ago
  29. e679d03 core: ofnode: Add ofnode_get_addr_size_index by Keerthy · 6 years ago
  30. 33810b4 ofnode: fix comment typo by Baruch Siach · 6 years ago
  31. afb3012 dm: core: add missing prototype for ofnode_read_u64 by Lukas Auer · 6 years ago
  32. e369e58 core: Add functions to set properties in live-tree by Mario Six · 7 years ago
  33. 61fba0f ofnode: add ofnode_by_prop_value() by Jens Wiklander · 6 years ago
  34. 7b9cbad dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · 6 years ago
  35. c60f671 dm: core: Add a way to find an ofnode by compatible string by Simon Glass · 7 years ago
  36. c98ad44 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · 7 years ago
  37. fbe8d03 dm: core: Fix a few ofnode function comments by Simon Glass · 7 years ago
  38. 7e5196c dm: core: Add ofnode function to read a 64-bit int by Simon Glass · 7 years ago
  39. 5ccc2c2 dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · 7 years ago
  40. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  41. b4f2076 core: add ofnode_get_by_phandle() api by Kever Yang · 7 years ago
  42. e2d5997 core: ofnode: add ofnode_get_parent function by Philipp Tomsich · 7 years ago
  43. 147c607 core: Add {ofnode, dev}_translate_address functions by Mario Six · 7 years ago
  44. afc1a78 dm: core: fix member name in ofnode_union documentation by Baruch Siach · 7 years ago
  45. 3991f42 dm: core: Add ofnode_for_each_subnode() by Simon Glass · 7 years ago
  46. 7b8b47b ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · 7 years ago
  47. 211aaf3 Merge git://git.denx.de/u-boot-usb by Tom Rini · 7 years ago
  48. 642346a dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · 7 years ago
  49. dcf9885 dm: core: Add ofnode_read_resource() by Simon Glass · 7 years ago
  50. 61e51ba dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · 8 years ago
  51. 878d68c dm: core: Add functions to obtain node's address/size cells by Simon Glass · 8 years ago
  52. 8c293d6 dm: core: Add ofnode_read_string_count() by Simon Glass · 8 years ago
  53. bed7749 dm: core: Add address operations on device tree references by Simon Glass · 8 years ago
  54. 9e51204 dm: core: Add operations on device tree references by Simon Glass · 8 years ago
  55. 4984de2 dm: core: Add ofnode to represent device tree nodes by Simon Glass · 8 years ago