1. 50d2fa4 dm: Introduce xxx_get_dma_range() by Nicolas Saenz Julienne · Tue Jan 12 13:55:22 2021 +0100
  2. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · Fri Oct 30 21:38:53 2020 -0600
  3. 39f1d28 dm: core: Inline a few ofnode functions in SPL by Simon Glass · Wed Dec 16 17:25:06 2020 -0700
  4. 278ddba dm: core: Add an ofnode function to get the devicetree root by Simon Glass · Sat Nov 28 17:50:07 2020 -0700
  5. 5de5b3b dm: core: Add a livetree function to check node status by Simon Glass · Sat Nov 28 17:50:02 2020 -0700
  6. 92a8862 dm: core: Add support for getting node from aliases by Michal Simek · Tue Jul 28 12:51:08 2020 +0200
  7. d776a84 dm: add cells_count parameter in *_count_phandle_with_args by Patrick Delaunay · Fri Sep 25 09:41:14 2020 +0200
  8. 04fcfe7 dm: update test on of_offset in ofnode_valid by Patrick Delaunay · Thu Sep 24 17:26:20 2020 +0200
  9. c14df8b dm: ofnode: Fix compile breakage with OF_CHECKS enabled by Stefan Roese · Wed Sep 23 08:23:27 2020 +0200
  10. b571d92 dm: remove superfluous comment for union ofnode_union by Heinrich Schuchardt · Fri Jul 24 18:39:43 2020 +0200
  11. d93c8b4 dm: core: Add function to get child count of ofnode or device by developer · Sat May 02 11:35:09 2020 +0200
  12. caee155 dm: core: add ofnode and dev function to iterate on node property by Patrick Delaunay · Mon Jan 13 11:34:56 2020 +0100
  13. 81d80b5 dm: core: support reading a single indexed u32 value by Dario Binacchi · Sun Mar 29 18:04:41 2020 +0200
  14. e09223c dm: core: Add ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:46 2020 -0700
  15. 0c2e980 dm: core: Add ofnode_read_prop() by Simon Glass · Mon Jan 27 08:49:44 2020 -0700
  16. f345596 dm: core: Rename ofnode_get_chosen_prop() by Simon Glass · Mon Jan 27 08:49:43 2020 -0700
  17. c99ba91 dm: core: Update comment for ofnode_get_chosen_node() by Simon Glass · Mon Jan 27 08:49:42 2020 -0700
  18. 1ab8b89 dm: core: Fix offset_to_ofnode() with invalid offset by Simon Glass · Fri Dec 06 21:41:36 2019 -0700
  19. 478860d dm: core: Add functions to read 64-bit dt properties by T Karthik Reddy · Mon Sep 02 16:34:30 2019 +0200
  20. 22236e0 dm: core: Introduce xxx_translate_dma_address() by Fabien Dessenne · Fri May 31 15:11:30 2019 +0200
  21. 63e4d11 dm: doc: add documentation for pre-reloc properties in SPL and TPL by Patrick Delaunay · Tue May 21 19:19:13 2019 +0200
  22. 5b77541 core: ofnode: Have ofnode_read_u32_default return a u32 by Trent Piepho · Fri May 10 17:48:20 2019 +0000
  23. d332e6e core: ofnode: Add ofnode_get_addr_size_index by Keerthy · Wed Apr 24 17:19:53 2019 +0530
  24. f14cb21 ofnode: fix comment typo by Baruch Siach · Sun Nov 18 14:39:20 2018 +0200
  25. b03a60b dm: core: add missing prototype for ofnode_read_u64 by Lukas Auer · Thu Nov 22 11:26:35 2018 +0100
  26. 047dafc core: Add functions to set properties in live-tree by Mario Six · Tue Jun 26 08:46:48 2018 +0200
  27. 7b68dad ofnode: add ofnode_by_prop_value() by Jens Wiklander · Mon Aug 20 11:09:58 2018 +0200
  28. fa15771 dm: core: Add ofnode function to read PCI vendor and device id by Bin Meng · Fri Aug 03 01:14:35 2018 -0700
  29. 954eeae dm: core: Add a way to find an ofnode by compatible string by Simon Glass · Mon Jun 11 13:07:13 2018 -0600
  30. a8173d6 dm: core: Add comments to ofnode_read_resource() functoins by Simon Glass · Mon Jun 11 13:07:12 2018 -0600
  31. 1c68234 dm: core: Fix a few ofnode function comments by Simon Glass · Mon Jun 11 13:07:11 2018 -0600
  32. 9d54a7a dm: core: Add ofnode function to read a 64-bit int by Simon Glass · Mon Jun 11 13:07:10 2018 -0600
  33. 9349bcc dm: ofnode: add ofnode_device_is_compatible() helper by Masahiro Yamada · Thu Apr 19 12:14:02 2018 +0900
  34. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  35. 37df0e0 core: add ofnode_get_by_phandle() api by Kever Yang · Fri Feb 23 17:38:50 2018 +0100
  36. 6fce1dd core: ofnode: add ofnode_get_parent function by Philipp Tomsich · Fri Feb 23 17:38:49 2018 +0100
  37. aefac06 core: Add {ofnode, dev}_translate_address functions by Mario Six · Mon Jan 15 11:07:19 2018 +0100
  38. 6bcca14 dm: core: fix member name in ofnode_union documentation by Baruch Siach · Thu Nov 09 13:44:28 2017 +0200
  39. 2852976 dm: core: Add ofnode_for_each_subnode() by Simon Glass · Sat Aug 05 15:45:54 2017 -0600
  40. 4dada2c ofnode: add {ofnode, dev}_read_resource_byname() by Masahiro Yamada · Sat Aug 26 01:12:30 2017 +0900
  41. d91dce4 Merge git://git.denx.de/u-boot-usb by Tom Rini · Sat Jul 29 11:43:51 2017 -0400
  42. be7dd60 dm: core: add ofnode_count_phandle_with_args() by Patrice Chotard · Tue Jul 18 11:57:08 2017 +0200
  43. f7bfcc4 dm: core: Add ofnode_read_resource() by Simon Glass · Tue Jul 25 08:29:55 2017 -0600
  44. 9cf85cb dm: ofnode: rename ofnode_read_prop() to ofnode_get_property() by Masahiro Yamada · Thu Jun 22 16:54:05 2017 +0900
  45. 4191dc1 dm: core: Add functions to obtain node's address/size cells by Simon Glass · Mon Jun 12 06:21:31 2017 -0600
  46. 5fdb005 dm: core: Add ofnode_read_string_count() by Simon Glass · Mon Jun 12 06:21:28 2017 -0600
  47. 049ae1b dm: core: Add address operations on device tree references by Simon Glass · Thu May 18 20:09:01 2017 -0600
  48. c4fc562 dm: core: Add operations on device tree references by Simon Glass · Thu May 18 20:08:58 2017 -0600
  49. 9a14860 dm: core: Add ofnode to represent device tree nodes by Simon Glass · Wed May 17 17:18:10 2017 -0600