1. ff3a30c asm: Use .asciz and .ascii instead of .string by Rob Herring · 3 years, 5 months ago
  2. 69bed6c dtc: Wrap phandle validity check by Andre Przywara · 3 years, 6 months ago
  3. 5bec74a dtc: Fix signedness comparisons warnings: reservednum by Andre Przywara · 3 years, 6 months ago
  4. 09c6a6e dtc.h: add strends for suffix matching by Ilya Lipnitskiy · 3 years, 8 months ago
  5. e1147b1 dtc: Fix signedness comparisons warnings: change types by Andre Przywara · 4 years, 2 months ago
  6. b28464a Fix some potential unaligned accesses in dtc by David Gibson · 4 years, 8 months ago
  7. acfe84f dtc: Replace GPLv2 boilerplate/reference with SPDX tags by Rob Herring · 6 years ago
  8. 87963ee livetree: add missing type markers in generated overlay properties by Rob Herring · 6 years ago
  9. 5667e7e annotations: add the annotation functionality by Julia Lawall · 6 years ago
  10. 8e20ccf annotations: add positions by Julia Lawall · 6 years ago
  11. a3143fa Revert "annotations: add positions" by David Gibson · 6 years ago
  12. baa1d2c annotations: add positions by Julia Lawall · 6 years ago
  13. c86da84 Add support for YAML encoded output by Grant Likely · 6 years ago
  14. 361b5e7 Make type_marker_length helper public by Rob Herring · 6 years ago
  15. 9619c86 Kill bogus TYPE_BLOB marker type by Greg Kurz · 6 years ago
  16. 32b9c61 Preserve datatype markers when emitting dts format by Grant Likely · 6 years ago
  17. 44d3efe Preserve datatype information when parsing dts by Grant Likely · 7 years ago
  18. 4038fd9 dtc: add ability to make nodes conditional on them being referenced by Maxime Ripard · 7 years ago
  19. b260c4f Fix ambiguous grammar for devicetree rule by Grant Likely · 7 years ago
  20. 7975f64 Fix widespread incorrect use of strneq(), replace with new strprefixeq() by David Gibson · 7 years ago
  21. fca2964 Add strstarts() helper function by David Gibson · 7 years ago
  22. 3b62fda Remove leading underscores from identifiers by David Gibson · 7 years ago
  23. 737b2df overlay: Add syntactic sugar version of overlays by Pantelis Antoniou · 8 years ago
  24. b3bbac0 checks: add phandle with arg property checks by Rob Herring · 7 years ago
  25. 13ce6e1 dtc: fix sprintf() format string error, again by David Gibson · 8 years ago
  26. 33c3985 checks: Add bus checks for PCI buses by Rob Herring · 8 years ago
  27. 672ac09 Clean up gcc attributes by David Gibson · 8 years ago
  28. 49300f2 dtc: Don't abuse struct fdt_reserve_entry by David Gibson · 8 years ago
  29. acd1b53 Print output filename as part of warning messages by Ian Campbell · 8 years ago
  30. 00fbb86 Rename boot_info by David Gibson · 9 years ago
  31. 20f29d8 dtc: Plugin and fixup support by Pantelis Antoniou · 8 years ago
  32. 874f405 Implement the -a option to pad dtb aligned by Tim Wang · 8 years ago
  33. f9e91a4 Work around MSVC limitations by Andrei Errapart · 11 years ago
  34. 24cb3d0 dtc: fix some more -Wshadow warnings by Florian Fainelli · 11 years ago
  35. 1762537 Use stdbool more widely by David Gibson · 11 years ago
  36. 4ad49c3 util: add common ARRAY_SIZE define by Mike Frysinger · 12 years ago
  37. 1762ab4 dtc: fix for_each_*() to skip first object if deleted by Stephen Warren · 12 years ago
  38. 45013d8 dtc: Add ability to delete nodes and properties by Stephen Warren · 12 years ago
  39. d539919 Allow toggling of semantic checks by David Gibson · 12 years ago
  40. 511dedd Re-work level setting on checks code by David Gibson · 12 years ago
  41. a4b515c dtc: Add data_append_integer function by Anton Staaf · 13 years ago
  42. 37c0b6a dtc: Add code to make diffing trees easier by David Gibson · 14 years ago
  43. 83da1b2 Allow device tree to be modified by additonal device tree sections by Grant Likely · 15 years ago
  44. 05898c6 dtc: Allow multiple labels on nodes and properties by David Gibson · 15 years ago
  45. 329055d Disallow re-use of the same label within a dts file by David Gibson · 15 years ago
  46. 15ad6d8 dtc: Automatically pick a sensible boot_cpuid_phys by David Gibson · 15 years ago
  47. d68cb36 dtc: Simpler interface to source file management by David Gibson · 15 years ago
  48. d75b33a Support ePAPR compliant phandle properties by David Gibson · 15 years ago
  49. b2b4990 dtc: Move some functions to util.[ch] by David Gibson · 16 years ago
  50. 2ebe88d Add conditionalized debug() print macro. by Jon Loeliger · 16 years ago
  51. 879e4d2 Implement and use an xstrdup() function by Jon Loeliger · 16 years ago
  52. c8c374b dtc: Use the same endian-conversion functions as libfdt by David Gibson · 16 years ago
  53. 5335901 dtc: Use stdint.h types throughout dtc by David Gibson · 16 years ago
  54. 548767f dtc: Rework handling of boot_cpuid_phys by David Gibson · 17 years ago
  55. a742aad dtc: Make dt_from_blob() open its own input file, like the other input formats by David Gibson · 17 years ago
  56. 35aa1a2 dtc: Simplify error handling for unparseable input by David Gibson · 17 years ago
  57. 1a9468c dtc: Abolish asize field of struct data by David Gibson · 17 years ago
  58. b2de518 dtc: Make -I dtb mode use fill_fullpaths() by David Gibson · 17 years ago
  59. ad4f54a Return a non-zero exit code if an error occurs during dts parsing. by Scott Wood · 17 years ago
  60. 376ab6f dtc: Remove remaining old-style checks by David Gibson · 17 years ago
  61. efbbef8 dtc: Implement path references by David Gibson · 17 years ago
  62. 92cb9a2 dtc: Add many const qualifications by David Gibson · 17 years ago
  63. 2d72816 dtc: Fix uninitialized use of structure_ok by David Gibson · 17 years ago
  64. 2b7dc8d Add an option to pad the blob that is generated by Kumar Gala · 17 years ago
  65. dc94177 dtc: Merge refs and labels into single "markers" list (v2) by David Gibson · 17 years ago
  66. b16a2bd dtc: Flexible tree checking infrastructure (v2) by David Gibson · 17 years ago
  67. 2f1ccc3 dtc: Move tree checking code to checks.c by David Gibson · 17 years ago
  68. 7b3fb78 DTC: Remove the need for the GLR Parser. by Jon Loeliger · 17 years ago
  69. 169f0b1 dtc: Disable semantic checks by default by David Gibson · 17 years ago
  70. fb7c7ac dtc: Use libfdt/fdt.h instead of flat_dt.h by David Gibson · 17 years ago
  71. 63dc9c7 dtc: Whitespace cleanup by David Gibson · 17 years ago
  72. bf94497 dtc: Optimise by default, fix warnings thus uncovered by David Gibson · 17 years ago
  73. 6a99b13 dtc: implement labels on property data by Milton Miller · 17 years ago
  74. 4384b23 Implement the -R option and add a -S option. by Jerry Van Baren · 18 years ago
  75. e45e6fd DTC: Add support for a C-like #include "file" mechanism. by Jon Loeliger · 18 years ago
  76. cd1da87 Improve options, #define default version. by Jerry Van Baren · 18 years ago
  77. 3948849 Moved data_convert_cell() out of data.c to the parser. by Jon Loeliger · 18 years ago
  78. af0278a Add support for decimal, octal and binary based cell values. by Jon Loeliger · 18 years ago
  79. 32da475 Allow multipart property values by David Gibson · 18 years ago
  80. 38e8f8f dtc: add setting of physical boot cpu by Michael Neuling · 19 years ago
  81. 1ae7056 Remove no longer used (and already commented) reserve_data field from boot_info. by David Gibson · 19 years ago
  82. 712e52e Use names for output functions in the form dt_to_*() instead of by David Gibson · 19 years ago
  83. f040d95 Rework tracking of reserve entries during processing. This is initial work by David Gibson · 19 years ago
  84. 7f6d12b Remove unused enum from dtc.h. by David Gibson · 19 years ago
  85. f0517db Support for specifying memreserve ranges in the source format, based on by David Gibson · 19 years ago
  86. 03a9b9d Use u8 instead of uint8_t, as we do with the other size types. by David Gibson · 19 years ago
  87. 9ad4587 Remove build_empty_property(). It wasn't useful. by David Gibson · 20 years ago
  88. 81f2e89 Rudimentary phandle reference support. by David Gibson · 20 years ago
  89. 4102d84 Initial label support. Also switch to glr-parser mode and get rid of by David Gibson · 20 years ago
  90. fc14dad Initial commit by David Gibson · 20 years ago