1. bcbdab7 libfdt: migrate fdt_ro.c to a wrapper of scripts/dtc/libfdt/fdt_ro.c by Masahiro Yamada · 4 years, 5 months ago
  2. e8c2d25 libfdt: Revert 6dcb8ba4 from upstream libfdt by Tom Rini · 4 years, 8 months ago
  3. f0921f5 fdt: Sync up to the latest libfdt by Simon Glass · 5 years ago
  4. ea1df3e libfdt: Add phandle generation helper by Thierry Reding · 6 years ago
  5. db405d1 scripts/dtc: Update to upstream version v1.4.6-9-gaadd0b65c987 by Rob Herring · 6 years ago
  6. 4549e78 SPDX: Convert all of our multiple license tags to Linux Kernel style by Tom Rini · 6 years ago
  7. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  8. 01ae56c libfdt: fix fdt_stringlist_search() by Masahiro Yamada · 8 years ago
  9. 7c9786d libfdt: fix fdt_stringlist_count() by Masahiro Yamada · 8 years ago
  10. 42b7600 libfdt: Drop inlining of fdt_path_offset() by Simon Glass · 8 years ago
  11. b02e404 libfdt: Bring in upstream stringlist functions by Simon Glass · 8 years ago
  12. 9c07b98 libfdt: Sync up with upstream by Simon Glass · 8 years ago
  13. 8e96857 libfdt: Add fdt_path_offset_namelen by Maxime Ripard · 8 years ago
  14. 6f5f92c libfdt: Fix separator spelling by Maxime Ripard · 8 years ago
  15. 57c7809 libfdt: Add max phandle retrieval function by Maxime Ripard · 8 years ago
  16. 6feed2a lib/libfdt/: General aesthetic/style fixes. by Robert P. J. Day · 8 years ago
  17. 73e1e79 libfdt: fix error code of fdt_count_strings() by Masahiro Yamada · 9 years ago
  18. 31f334a libfdt: fix error code of fdt_get_string_index() by Masahiro Yamada · 9 years ago
  19. 77d7fff fdt: Fix handling of paths with options in them by Hans de Goede · 9 years ago
  20. 5094eb4 fdt: Add functions to retrieve strings by Thierry Reding · 10 years ago
  21. fc503c1 fdt: Add a function to get the index of a string by Thierry Reding · 10 years ago
  22. bc4147a fdt: Add a function to count strings by Thierry Reding · 10 years ago
  23. af67b25 libfdt: Fix segfault when calling fit_check_format() on corrupt FIT images by Jon Nalley · 11 years ago
  24. 3508476 libfdt: SPDX-License-Identifier: GPL-2.0+ BSD-2-Clause by Roger Meier · 11 years ago
  25. e853b32 Export fdt_stringlist_contains() by Simon Glass · 12 years ago
  26. b2ba62a libfdt: update from upstream dtc commit 142419e by Kim Phillips · 12 years ago
  27. d1c6314 libfdt: Implement property iteration functions by David Gibson · 15 years ago
  28. 05a22ba Support ePAPR compliant phandle properties by David Gibson · 15 years ago
  29. 0de71d5 Move libfdt/ into lib/ by Peter Tyser · 14 years ago[Renamed from libfdt/fdt_ro.c]
  30. a22d9cf libfdt: Rework/cleanup fdt_next_tag() by David Gibson · 16 years ago
  31. 2c0b843 libfdt: Rework fdt_next_node() by David Gibson · 16 years ago
  32. 4bc7dee libfdt: Fix bug in fdt_subnode_offset_namelen() by David Gibson · 16 years ago
  33. 9a6cf73 libfdt: Add function to explicitly expand aliases by David Gibson · 16 years ago
  34. bbdbc7c libfdt: Fix bugs in fdt_get_path() by David Gibson · 16 years ago
  35. feeca3f libfdt: Add support for using aliases in fdt_path_offset() by Kumar Gala · 16 years ago
  36. 0219399 libfdt: Implement fdt_get_property_namelen() and fdt_getprop_namelen() by David Gibson · 16 years ago
  37. f171746 libfdt: Forgot one function when cleaning the namespace by David Gibson · 16 years ago
  38. fc7758e libfdt: Increase namespace-pollution paranoia by David Gibson · 16 years ago
  39. c668302 dtc: Enable and fix -Wcast-qual warnings by David Gibson · 16 years ago
  40. ef4e8ce dtc: Enable and fix -Wpointer-arith warnings by David Gibson · 16 years ago
  41. 2f08bfa libfdt: Several cleanups to parameter checking by David Gibson · 16 years ago
  42. 27f33e9 Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing by Bartlomiej Sieka · 17 years ago
  43. 11abe45 libfdt: Remove no longer used code from fdt_node_offset_by_compatible() by David Gibson · 17 years ago
  44. d0ccb9b libfdt: Trivial cleanup for CHECK_HEADER) by David Gibson · 17 years ago
  45. ae0b590 libfdt: Add and use a node iteration helper function. by David Gibson · 17 years ago
  46. d1cc528 libfdt: Add and use a node iteration helper function. by David Gibson · 17 years ago
  47. 8cf3080 [new uImage] Add libfdt support to mkimage by Bartlomiej Sieka · 17 years ago
  48. 8d04f02 Update libfdt from device tree compiler (dtc) by Kumar Gala · 17 years ago
  49. a3c2933 Removed some nonused fdt functions and moved fdt_find_and_setprop out of libfdt by Kumar Gala · 17 years ago
  50. ed1353d [BUILD] conditionally compile libfdt/*.c in libfdt/Makefile by Kumar Gala · 17 years ago
  51. be5d72d Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  52. 06e19a0 For fdt_find_node_by_path(), handle the root path properly. by Gerald Van Baren · 17 years ago
  53. 9675ee7 Add fdt_find_node_by_type() and fdt_find_compatible_node() to LIBFDT by Gerald Van Baren · 17 years ago
  54. 1a86116 Replace fdt_node_offset() with fdt_find_node_by_path(). by Gerald Van Baren · 17 years ago
  55. 8096b3b libfdt: Conditionally compile based on CONFIG_OF_LIBFDT by Gerald Van Baren · 17 years ago
  56. 3783782 Clenaup, update CHANGELOG by Wolfgang Denk · 17 years ago
  57. 3f9f08c Add some utilities to manipulate the reserved memory map. by Gerald Van Baren · 17 years ago
  58. 6679f92 libfdt: Make fdt_check_header() public by Gerald Van Baren · 17 years ago
  59. 94abd7c Minor cleanup. by Wolfgang Denk · 17 years ago
  60. aea03c4 Fix some minor whitespace violations. by Gerald Van Baren · 17 years ago
  61. 3af0d58 libfdt: Enhanced and published fdt_next_tag() by Gerald Van Baren · 17 years ago
  62. 3574817 libfdt: Import libfdt source (2 of 2) by Gerald Van Baren · 17 years ago