1. 0431be0 libfdt: Add phandle generation helper by Thierry Reding · Thu Mar 21 19:09:58 2019 +0100
  2. cffcf77 fdt_region: Ensure that depth never goes below -1 by Konrad Beckmann · Wed Nov 07 14:51:46 2018 -0500
  3. cd5f70d scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · Sat May 19 14:13:53 2018 +0200
  4. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · Sun May 06 18:27:01 2018 -0400
  5. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  6. d97843a fdt_region: remove unneeded fdt_internal.h inclusion by Masahiro Yamada · Wed Mar 21 18:03:34 2018 +0900
  7. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  8. cb48501 libfdt: migrate libfdt.h to a wrapper + U-Boot own code by Masahiro Yamada · Sun Jan 21 19:19:17 2018 +0900
  9. 938f039 libfdt: migrate fdt_rw.c to a wrapper of scripts/dtc/libfdt/fdt_rw.c by Masahiro Yamada · Sun Jan 21 19:19:13 2018 +0900
  10. b79320b libfdt: migrate fdt_wip.c to a wrapper of scripts/dtc/libfdt/fdt_wip.c by Masahiro Yamada · Mon Nov 27 16:06:07 2017 +0900
  11. b9e6ef2 libfdt: move fdt_find_regions() to fdt_region.c from fdt_wip.c by Masahiro Yamada · Mon Nov 27 16:06:06 2017 +0900
  12. 1d95082 lib: libfdt: wrap scripts/dtc/libfdt/* where possible by Masahiro Yamada · Tue Oct 17 22:30:20 2017 +0900
  13. c027364 libfdt: change libfdt_internal.h to a wrapper of scripts/dtc/libfdt/* by Masahiro Yamada · Tue Oct 17 22:30:17 2017 +0900
  14. 01b6a09 libfdt: change fdt.h to a wrapper of scripts/dtc/libfdt/* by Masahiro Yamada · Tue Oct 17 22:30:16 2017 +0900
  15. 47ae539 pylibfdt: move pylibfdt to scripts/dtc/pylibfdt and refactor makefile by Masahiro Yamada · Tue Oct 17 13:42:43 2017 +0900
  16. 5876d44 fdt: Allow stacked overlays phandle references by Pantelis Antoniou · Mon Sep 04 23:12:13 2017 +0300
  17. d6012f7 libfdt: Initialize the stack variable by Tien Fong Chee · Wed Aug 30 13:15:42 2017 +0800
  18. 460b252 fdt: Sync libfdt up to upstream by Simon Glass · Tue Aug 29 14:15:46 2017 -0600
  19. 1c87931 moveconfig: Use fd.write() instead of print >> by Simon Glass · Sun Aug 13 16:02:54 2017 -0600
  20. d26bcdb libfdt: Drop -FDT_ERR_TOODEEP by Simon Glass · Sun Jul 09 21:30:17 2017 -0600
  21. 3815387 fdt: Stop building the old python libfdt module by Simon Glass · Sat May 27 07:38:24 2017 -0600
  22. acc626d fdt: Rename existing python libfdt module by Simon Glass · Sat May 27 07:38:18 2017 -0600
  23. 3d0b999 fdt: Allow swig options to be provided by Makefile by Simon Glass · Sat May 27 07:38:16 2017 -0600
  24. 5db956a fdt: Move header files into lib/libfdt by Simon Glass · Sat May 27 07:38:15 2017 -0600
  25. a13d902 fdt: Add Python bindings by Simon Glass · Sat May 27 07:38:11 2017 -0600
  26. 847f59a fdtgrep: Cope with the /aliases node being last by Simon Glass · Sun Apr 02 12:26:44 2017 -0600
  27. 8fb2c77 libfdt: fix build with Python 3 by Stefan Agner · Wed Mar 29 12:41:23 2017 -0700
  28. dc9b229 fdt: Bring in changes from v1.4.4 by Simon Glass · Tue Mar 28 10:23:31 2017 -0600
  29. 9e7fc05 libfdt: Correct fdt handling of overlays without fixups and base trees without symbols by David Gibson · Tue Dec 20 15:58:44 2016 +0100
  30. 48fd0f1 libfdt: fix fdt_stringlist_search() by Masahiro Yamada · Mon Oct 17 20:22:34 2016 +0900
  31. 0a37826 libfdt: fix fdt_stringlist_count() by Masahiro Yamada · Mon Oct 17 20:22:33 2016 +0900
  32. 0b0490a libfdt: Sync overlay with upstream by Maxime Ripard · Mon Oct 17 22:50:18 2016 +0200
  33. a2235e4 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · Sun Oct 02 17:59:30 2016 -0600
  34. 499c29e libfdt: Sync fdt_for_each_subnode() with upstream by Simon Glass · Sun Oct 02 17:59:29 2016 -0600
  35. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  36. dfdcd6f libfdt: Sync up with upstream by Simon Glass · Sun Oct 02 17:59:27 2016 -0600
  37. f8857be libfdt: Fix undefined behaviour in fdt_offset_ptr() by David Gibson · Sun Oct 02 17:59:26 2016 -0600
  38. e7e8ba9 libfdt: simplify fdt_del_mem_rsv() by Masahiro Yamada · Tue Sep 06 22:17:37 2016 +0900
  39. 54cec6d dtoc: Support finding the offset of a property by Simon Glass · Mon Jul 25 18:59:16 2016 -0600
  40. 32d9827 dtoc: Support packing the device tree by Simon Glass · Mon Jul 25 18:59:15 2016 -0600
  41. c719e42 dtoc: Support deleting device tree properties by Simon Glass · Mon Jul 25 18:59:14 2016 -0600
  42. a930ecc dtoc: Move to using bytearray by Simon Glass · Mon Jul 25 18:59:13 2016 -0600
  43. 0e31a11 tests: Introduce DT overlay tests by Maxime Ripard · Tue Jul 05 10:26:46 2016 +0200
  44. 5a680aa cmd: fdt: add fdt overlay application subcommand by Maxime Ripard · Tue Jul 05 10:26:45 2016 +0200
  45. 9e901ce libfdt: Add overlay application function by Maxime Ripard · Tue Jul 05 10:26:44 2016 +0200
  46. 3559c79 libfdt: Add fdt_setprop_inplace_namelen_partial by Maxime Ripard · Tue Jul 05 10:26:43 2016 +0200
  47. 87390e8 libfdt: Add fdt_path_offset_namelen by Maxime Ripard · Tue Jul 05 10:26:41 2016 +0200
  48. a4a4fb5 libfdt: Fix separator spelling by Maxime Ripard · Tue Jul 05 10:26:40 2016 +0200
  49. 2125ca5 libfdt: Add max phandle retrieval function by Maxime Ripard · Tue Jul 05 10:26:39 2016 +0200
  50. a2a6f04 dm: Add a more efficient libfdt library by Simon Glass · Mon Jul 04 11:58:11 2016 -0600
  51. 55019c5 lib/libfdt/: General aesthetic/style fixes. by Robert P. J. Day · Mon May 23 05:40:55 2016 -0400
  52. 4973bf5 libfdt: Add a function to write a property placeholder by Simon Glass · Mon Feb 22 22:55:39 2016 -0700
  53. ca2403a fdt: Correct handling of alias regions by Simon Glass · Sat Oct 17 19:41:15 2015 -0600
  54. 35b2152 fdt: Add fdt_first/next_region() functions by Simon Glass · Tue Jun 23 15:38:27 2015 -0600
  55. e2976fe fdt: Add a function to remove unused strings from a device tree by Simon Glass · Tue Jun 23 15:38:26 2015 -0600
  56. a7e6866 libfdt: fix error code of fdt_count_strings() by Masahiro Yamada · Wed Jul 15 01:08:44 2015 +0900
  57. 0d32b66 libfdt: fix error code of fdt_get_string_index() by Masahiro Yamada · Wed Jul 15 01:08:43 2015 +0900
  58. ab89fee fdt: Fix handling of paths with options in them by Hans de Goede · Mon Apr 20 11:13:37 2015 +0200
  59. 40c945e libfdt: move CONFIG_OF_LIBFDT and CONFIG_FIT to lib/Makefile by Masahiro Yamada · Fri Nov 28 11:13:28 2014 +0900
  60. 5504b80 fdt: Add functions to retrieve strings by Thierry Reding · Tue Aug 26 17:33:52 2014 +0200
  61. a24f1ac fdt: Add a function to get the index of a string by Thierry Reding · Tue Aug 26 17:33:51 2014 +0200
  62. 92ba09e fdt: Add a function to count strings by Thierry Reding · Tue Aug 26 17:33:50 2014 +0200
  63. 536774d fdt: Sync up with libfdt by Simon Glass · Wed Jul 30 03:59:03 2014 -0600
  64. fc47300 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · Wed Feb 26 11:32:21 2014 -0500
  65. f9e50cc lib: convert makefiles to Kbuild style by Masahiro Yamada · Thu Oct 17 17:35:01 2013 +0900
  66. 18ab2f0 Coding Style cleanup: remove trailing empty lines by Wolfgang Denk · Fri Oct 04 17:43:25 2013 +0200
  67. 3eaedea libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · Sat Jul 27 01:12:38 2013 +0200
  68. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · Mon Jul 08 09:37:19 2013 +0200
  69. b016702 libfdt: Add fdt_find_regions() by Simon Glass · Thu Jun 13 15:10:08 2013 -0700
  70. 3a4de33 libfdt: Add fdt_next_subnode() to permit easy subnode iteration by Simon Glass · Tue May 07 06:11:50 2013 +0000
  71. 73b4756 Export fdt_stringlist_contains() by Simon Glass · Mon Jan 21 12:59:18 2013 -0800
  72. 38c3815 libfdt: update from upstream dtc commit 142419e by Kim Phillips · Wed Jan 16 13:59:50 2013 +0000
  73. cb17cfa libfdt: Add helper function to create a trivial, empty tree by Gerald Van Baren · Mon Oct 15 22:24:36 2012 -0400
  74. 3064827 libfdt: Add support for appending the values to a existing property by Minghuan Lian · Mon Aug 27 19:38:59 2012 -0500
  75. 7b64da1 libfdt: Implement property iteration functions by David Gibson · Tue Mar 09 17:39:14 2010 +1100
  76. 3e31de9 Support ePAPR compliant phandle properties by David Gibson · Thu Nov 26 15:37:13 2009 +1100
  77. a8d426f Switch from archive libraries to partial linking by Sebastien Carlier · Fri Nov 05 15:48:07 2010 +0100
  78. 8e7788f Move libfdt/ into lib/ by Peter Tyser · Mon Apr 12 22:28:06 2010 -0500