1. 1c56469 dtoc: Check that a parent is not missing by Simon Glass · 3 years, 3 months ago
  2. 1707325 dtoc: Correct dtoc output when testing by Simon Glass · 3 years, 5 months ago
  3. da39341 dtoc: Improve handling of reg properties by Simon Glass · 3 years, 6 months ago
  4. 3e200ca dtoc: Adjust detection of 64-bit properties by Simon Glass · 3 years, 6 months ago
  5. 0c59ace dtoc: Show driver warnings once at the end by Simon Glass · 3 years, 6 months ago
  6. 8490c57 dtoc: Only generate the required files by Simon Glass · 3 years, 6 months ago
  7. cff7dcf dtoc: Drop use of DECL() macros by Simon Glass · 3 years, 6 months ago
  8. d392d32 dtoc: Generate device instances by Simon Glass · 3 years, 8 months ago
  9. ea74c95 dtoc: Generate uclass devices by Simon Glass · 3 years, 8 months ago
  10. 9763e4e dtoc: Generate a summary in the dt-plat.c file by Simon Glass · 3 years, 8 months ago
  11. 8840bc5 dtoc: Tidy up the list of supported phandle properties by Simon Glass · 3 years, 8 months ago
  12. 4b91be2 dtoc: Don't generate platform data with instantiation by Simon Glass · 3 years, 8 months ago
  13. 426d12f dtoc: Add support for decl file by Simon Glass · 3 years, 8 months ago
  14. 4a09235 dtoc: Add an option for device instantiation by Simon Glass · 3 years, 8 months ago
  15. 50aae3e dtoc: Support processing the root node by Simon Glass · 3 years, 8 months ago
  16. 337d697 dtoc: Set up the uclasses that are used by Simon Glass · 3 years, 8 months ago
  17. 074197a dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 8 months ago
  18. 0595352 dtoc: Read aliases for uclasses by Simon Glass · 3 years, 8 months ago
  19. b00f006 dtoc: Support tracking the phase of U-Boot by Simon Glass · 3 years, 8 months ago
  20. b9319c4 dtoc: Track nodes which are actually used by Simon Glass · 3 years, 8 months ago
  21. fd471e2 dtoc: Process nodes to set up required properties by Simon Glass · 3 years, 8 months ago
  22. e525fea dtoc: Make use of node properties by Simon Glass · 3 years, 8 months ago
  23. 51d5d05 dtoc: Add some extra properties to nodes by Simon Glass · 3 years, 8 months ago
  24. a32eb7d dtoc: Save scan information across test runs by Simon Glass · 3 years, 8 months ago
  25. 10ea9c0 dtoc: Move src_scan tests to a separate file by Simon Glass · 3 years, 9 months ago
  26. a542a70 dtoc: Split source-code scanning to a separate file by Simon Glass · 3 years, 9 months ago
  27. d960f0d dtoc: Drop dm_populate_phandle_data() by Simon Glass · 3 years, 9 months ago
  28. 9eca08d dtoc: Output nodes in order by Simon Glass · 3 years, 9 months ago
  29. 1e0f3f4 dtoc: Allow specifying the base directory for tests by Simon Glass · 3 years, 9 months ago
  30. a7d5f96 dtoc: Add the method for each command to OutputFile by Simon Glass · 3 years, 9 months ago
  31. f31fa99 dtoc: Rename dt-platdata.c to dt-plat.c by Simon Glass · 3 years, 9 months ago
  32. d1055d6 dtoc: Add a header comment to each generated file by Simon Glass · 3 years, 9 months ago
  33. bdf8fd7 dm: Rename U_BOOT_DRIVER_ALIAS to DM_DRIVER_ALIAS by Simon Glass · 3 years, 9 months ago
  34. 8629d30 dm: Rename DM_GET_DEVICE() to DM_DRVINFO_GET() by Simon Glass · 3 years, 9 months ago
  35. 20e442a dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO() by Simon Glass · 3 years, 9 months ago
  36. 10cbd3b dtoc: Add an 'all' command by Simon Glass · 3 years, 9 months ago
  37. be44f27 dtoc: Allow outputing to multiple files by Simon Glass · 3 years, 9 months ago
  38. 192c111 dtoc: Allow providing a directory to write files to by Simon Glass · 3 years, 9 months ago
  39. f62cea0 dtoc: Use None to mean stdout by Simon Glass · 3 years, 9 months ago
  40. 7d637c1 dtoc: Convert _drivers to a dict by Simon Glass · 3 years, 9 months ago
  41. 161dac1 dtoc: Output the struct values in a separate function by Simon Glass · 3 years, 9 months ago
  42. 221ddc1 dtoc: Output the device in a separate function by Simon Glass · 3 years, 9 months ago
  43. abf0c80 dtoc: Make _output_list a top-level function by Simon Glass · 3 years, 9 months ago
  44. ccc3da7 dtoc: Fix a few pylint warnings in dtb_platdata by Simon Glass · 3 years, 9 months ago
  45. 4f50086 dm: Rename 'platdata_size' to 'plat_size' by Simon Glass · 3 years, 10 months ago
  46. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  47. 78128d5 dtoc: Tidy up more Python style in dtb_platdata by Simon Glass · 3 years, 10 months ago
  48. 9b33038 dtoc: Tidy up Python style in dtb_platdata by Simon Glass · 3 years, 11 months ago
  49. 6a4ccad patman: Drop tools.ToByte() by Simon Glass · 3 years, 11 months ago
  50. fc0056e patman: Drop unicode helper functions by Simon Glass · 3 years, 11 months ago
  51. 5ea9dcc fdt: Use an Enum for the data type by Simon Glass · 3 years, 11 months ago
  52. cb43ac1 dm: Don't allow U_BOOT_DEVICE() when of-platdata is used by Simon Glass · 4 years ago
  53. 8a38abf dm: Use driver_info index instead of pointer by Simon Glass · 4 years ago
  54. e41651f dm: Support parent devices with of-platdata by Simon Glass · 4 years ago
  55. 1b27273 dtoc: Order the structures internally by name by Simon Glass · 4 years ago
  56. e4fb5fa dtoc: Document the return value of scan_structs() by Simon Glass · 4 years ago
  57. 97136eb dtoc: Use a namedtuple for _links by Simon Glass · 4 years ago
  58. 26e408f dtoc: Extract inner loop from output_node() by Simon Glass · 4 years ago
  59. e9ab331 dtoc: remove compatible string aliases support by Walter Lozano · 4 years, 2 months ago
  60. dcb3ed6 dtoc: look for compatible string aliases in driver list by Walter Lozano · 4 years, 2 months ago
  61. 6c74d1b dtoc: add coverage test for unicode error by Walter Lozano · 4 years, 2 months ago
  62. f02d0eb dtoc: Support ACPI paths in of-platdata by Simon Glass · 4 years, 3 months ago
  63. ad34017 dtoc: update dtb_platdata to support cd-gpios by Walter Lozano · 4 years, 3 months ago
  64. 51f1263 dtoc: extend dtoc to use struct driver_info when linking nodes by Walter Lozano · 4 years, 3 months ago
  65. 361e733 dtoc: add option to disable warnings by Walter Lozano · 4 years, 3 months ago
  66. dac8228 dtoc: add support to scan drivers by Walter Lozano · 4 years, 3 months ago
  67. ace16e8 dtoc: add missing code comments by Walter Lozano · 4 years, 3 months ago
  68. bf77667 patman: Move to absolute imports by Simon Glass · 4 years, 5 months ago
  69. 2799a69 doc: fix references to driver-model by Heinrich Schuchardt · 4 years, 7 months ago
  70. 9b044f7 dtoc: Update dtb_platdata to support Python 3 by Simon Glass · 5 years ago
  71. 1953ce7 dtoc: Sort platdata output from dtoc by Simon Glass · 5 years ago
  72. 90a8132 dtoc: Adjust code for Python 3 by Simon Glass · 5 years ago
  73. e9cde87 dtb_platdata.py: prevent define generation of alias by Heiko Schocher · 5 years ago
  74. 7d05d3a dtoc: make generated platdata structs const by Simon Goldschmidt · 6 years ago
  75. dfe5f5b dtoc: Fix some minor errors by Simon Glass · 6 years ago
  76. 760b717 dtoc: Fix properties with a single zero-arg phandle by Simon Glass · 6 years ago
  77. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  78. b08c8c4 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · 7 years ago
  79. d503114 dtoc: Add a header to the generated files by Simon Glass · 7 years ago
  80. 634eba4 dtoc: Support properties containing multiple phandle values by Simon Glass · 7 years ago
  81. bc79617 dtoc: Put phandle args in an array by Simon Glass · 7 years ago
  82. 35d5037 dtoc: Put each phandle on a separate line by Simon Glass · 7 years ago
  83. 0d15463 dtoc: Rename the phandle struct by Simon Glass · 7 years ago
  84. 8fed2eb dtoc: Rename is_phandle() and adjust it to return more detail by Simon Glass · 7 years ago
  85. 2925c26 dtoc: Make is_phandle() a member function by Simon Glass · 7 years ago
  86. 72ab7c5 dtoc: Use the Fdt's class's phandle map by Simon Glass · 7 years ago
  87. c20ee0e dtoc: Add support for 32 or 64-bit addresses by Simon Glass · 7 years ago
  88. 21d54ac dtoc: Avoid very long lines in output by Simon Glass · 7 years ago
  89. fbdfd22 dtoc: Add a 64-bit type and a way to convert cells into 64 bits by Simon Glass · 7 years ago
  90. f1a7ba1 Fix 'notes' typos by Anatolij Gustschin · 7 years ago
  91. 30107b0 dtoc: Add a comment about string replace in conv_name_to_c() by Simon Glass · 7 years ago
  92. fa0ea5b dtoc: Move the main logic into the dtb_platdata file by Simon Glass · 7 years ago
  93. 56e0bbe dtoc: Move static functions out of the class by Simon Glass · 7 years ago
  94. e36024b dtoc: Pass include_disabled explicitly by Simon Glass · 7 years ago
  95. 86290ce dtoc: Don't handle properties with / in them by Simon Glass · 7 years ago
  96. 2be282c dtoc: Fix pylint warnings by Simon Glass · 7 years ago
  97. 7581c01 dtoc: Split out the main class into its own file by Simon Glass · 7 years ago