1. cd5f70d scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · Sat May 19 14:13:53 2018 +0200
  2. 8b0c8a1 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · Sun May 06 18:27:01 2018 -0400
  3. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  4. 48fd0f1 libfdt: fix fdt_stringlist_search() by Masahiro Yamada · Mon Oct 17 20:22:34 2016 +0900
  5. 0a37826 libfdt: fix fdt_stringlist_count() by Masahiro Yamada · Mon Oct 17 20:22:33 2016 +0900
  6. a2235e4 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · Sun Oct 02 17:59:30 2016 -0600
  7. b0ea740 libfdt: Bring in upstream stringlist functions by Simon Glass · Sun Oct 02 17:59:28 2016 -0600
  8. dfdcd6f libfdt: Sync up with upstream by Simon Glass · Sun Oct 02 17:59:27 2016 -0600
  9. 87390e8 libfdt: Add fdt_path_offset_namelen by Maxime Ripard · Tue Jul 05 10:26:41 2016 +0200
  10. a4a4fb5 libfdt: Fix separator spelling by Maxime Ripard · Tue Jul 05 10:26:40 2016 +0200
  11. 2125ca5 libfdt: Add max phandle retrieval function by Maxime Ripard · Tue Jul 05 10:26:39 2016 +0200
  12. 55019c5 lib/libfdt/: General aesthetic/style fixes. by Robert P. J. Day · Mon May 23 05:40:55 2016 -0400
  13. a7e6866 libfdt: fix error code of fdt_count_strings() by Masahiro Yamada · Wed Jul 15 01:08:44 2015 +0900
  14. 0d32b66 libfdt: fix error code of fdt_get_string_index() by Masahiro Yamada · Wed Jul 15 01:08:43 2015 +0900
  15. ab89fee fdt: Fix handling of paths with options in them by Hans de Goede · Mon Apr 20 11:13:37 2015 +0200
  16. 5504b80 fdt: Add functions to retrieve strings by Thierry Reding · Tue Aug 26 17:33:52 2014 +0200
  17. a24f1ac fdt: Add a function to get the index of a string by Thierry Reding · Tue Aug 26 17:33:51 2014 +0200
  18. 92ba09e fdt: Add a function to count strings by Thierry Reding · Tue Aug 26 17:33:50 2014 +0200
  19. fc47300 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · Wed Feb 26 11:32:21 2014 -0500
  20. 3eaedea libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · Sat Jul 27 01:12:38 2013 +0200
  21. 73b4756 Export fdt_stringlist_contains() by Simon Glass · Mon Jan 21 12:59:18 2013 -0800
  22. 38c3815 libfdt: update from upstream dtc commit 142419e by Kim Phillips · Wed Jan 16 13:59:50 2013 +0000
  23. 7b64da1 libfdt: Implement property iteration functions by David Gibson · Tue Mar 09 17:39:14 2010 +1100
  24. 3e31de9 Support ePAPR compliant phandle properties by David Gibson · Thu Nov 26 15:37:13 2009 +1100
  25. 8e7788f Move libfdt/ into lib/ by Peter Tyser · Mon Apr 12 22:28:06 2010 -0500[Renamed from libfdt/fdt_ro.c]
  26. 82c1023 libfdt: Rework/cleanup fdt_next_tag() by David Gibson · Fri Feb 06 14:03:24 2009 +1100
  27. 954914a libfdt: Rework fdt_next_node() by David Gibson · Fri Feb 06 14:01:56 2009 +1100
  28. 1c0320e libfdt: Fix bug in fdt_subnode_offset_namelen() by David Gibson · Wed Oct 29 23:27:45 2008 -0500
  29. d6656ea libfdt: Add function to explicitly expand aliases by David Gibson · Wed Aug 20 16:55:14 2008 +1000
  30. 8d2810d libfdt: Fix bugs in fdt_get_path() by David Gibson · Fri Aug 29 14:19:13 2008 +1000
  31. eb45e03 libfdt: Add support for using aliases in fdt_path_offset() by Kumar Gala · Thu Aug 14 08:28:19 2008 -0500
  32. c5b130e libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen() by David Gibson · Wed Aug 06 14:50:49 2008 +1000
  33. 0a1617a libfdt: Forgot one function when cleaning the namespace by David Gibson · Tue Jul 29 14:51:22 2008 +1000
  34. 9457d9d libfdt: Increase namespace-pollution paranoia by David Gibson · Wed Jul 09 14:10:24 2008 +1000
  35. 870fa47 dtc: Enable and fix -Wcast-qual warnings by David Gibson · Mon Jul 07 10:14:15 2008 +1000
  36. b4141b8 dtc: Enable and fix -Wpointer-arith warnings by David Gibson · Mon Jul 07 10:10:48 2008 +1000
  37. 148a49b libfdt: Several cleanups to parameter checking by David Gibson · Tue May 20 17:19:11 2008 +1000
  38. 9eede9b Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · Wed Mar 26 09:38:06 2008 +0100
  39. e8f3f7f libfdt: Remove no longer used code from fdt_node_offset_by_compatible() by David Gibson · Mon Feb 18 18:09:04 2008 +1100
  40. 87c51cb libfdt: Trivial cleanup for CHECK_HEADER) by David Gibson · Mon Feb 18 18:06:31 2008 +1100
  41. d9d793c libfdt: Add and use a node iteration helper function. by David Gibson · Tue Feb 12 11:58:31 2008 +1100
  42. e8d0821 libfdt: Add and use a node iteration helper function. by David Gibson · Tue Feb 12 00:58:31 2008 +1100
  43. 6125086 [new uImage] Add libfdt support to mkimage by Bartlomiej Sieka · Fri Feb 29 16:00:24 2008 +0100
  44. c8ab705 Update libfdt from device tree compiler (dtc) by Kumar Gala · Wed Oct 24 11:04:22 2007 -0500
  45. bf771dc Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt by Kumar Gala · Wed Oct 24 10:21:57 2007 -0500
  46. a643a05 [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile by Kumar Gala · Wed Nov 21 08:49:50 2007 -0600
  47. 3688293 Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · Mon Aug 13 21:57:53 2007 +0200
  48. 1178d6a For fdt_find_node_by_path(), handle the root path properly. by Gerald Van Baren · Mon May 21 23:27:16 2007 -0400
  49. 18c75c6 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT by Gerald Van Baren · Thu May 17 23:54:36 2007 -0400
  50. d7cae57 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · Wed Jun 06 22:47:58 2007 -0400
  51. 960caf3 libfdt: Conditionally compile based on CONFIG_OF_LIBFDT by Gerald Van Baren · Fri Apr 20 22:46:53 2007 -0400
  52. 7ce7150 Clenaup, update CHANGELOG by Wolfgang Denk · Wed Apr 18 17:49:29 2007 +0200
  53. c077a13 Add some utilities to manipulate the reserved memory map. by Gerald Van Baren · Sat Apr 14 22:46:41 2007 -0400
  54. 9f0f358 libfdt: Make fdt_check_header() public by Gerald Van Baren · Fri Apr 06 14:17:14 2007 -0400
  55. 39adcbb Minor cleanup. by Wolfgang Denk · Wed Apr 04 01:49:15 2007 +0200
  56. 3248089 Fix some minor whitespace violations. by Gerald Van Baren · Sat Mar 31 14:30:53 2007 -0400
  57. ca8d8a6 libfdt: Enhanced and published fdt_next_tag() by Gerald Van Baren · Sat Mar 31 12:13:43 2007 -0400
  58. 9e61ed8 libfdt: Import libfdt source (2 of 2) by Gerald Van Baren · Sat Mar 31 12:00:56 2007 -0400