1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  3. 8678ffe common.h: Remove this file and all references by Tom Rini · 7 months ago
  4. 17575c4 dtoc: avoid invalid escape sequence '\s' by Heinrich Schuchardt · 9 months ago
  5. b63e9b0 dtoc: Change dst to self in debug message by Manorit Chawdhry · 11 months ago
  6. 78ac1f5 tools: Move python tools to version 0.0.6 by Simon Glass · 1 year ago
  7. e6a8aa8 doc: Update documentation URL by Simon Glass · 1 year ago
  8. c3296d7 Revert "binman: Add a temporary hack for duplicate phandles" by Simon Glass · 1 year, 3 months ago
  9. fc5569f binman: Add a temporary hack for duplicate phandles by Simon Glass · 1 year, 4 months ago
  10. 48ec1ff fdt: Allow copying phandles into templates by Simon Glass · 1 year, 4 months ago
  11. 638567d dtoc: Add some debugging when copying nodes by Simon Glass · 1 year, 4 months ago
  12. 02e505e dtoc: Make properties dirty when purging them by Simon Glass · 1 year, 4 months ago
  13. cd97119 dtoc: Allow inserting a list of nodes into another by Simon Glass · 1 year, 4 months ago
  14. adf8e05 dtoc: Support copying the contents of a node into another by Simon Glass · 1 year, 4 months ago
  15. e72dcd4 tools: fix TestFdtUtil() by Heinrich Schuchardt · 1 year, 7 months ago
  16. d053fa7 dtoc: Add support for building a dtoc PyPi package by Simon Glass · 1 year, 9 months ago
  17. bd310df dtoc: Use pathlib to find the test directory by Simon Glass · 1 year, 9 months ago
  18. ff536de dtoc: Move the main code into a function by Simon Glass · 1 year, 9 months ago
  19. 48265ed dtoc: Hide the test options unless test code is available by Simon Glass · 1 year, 9 months ago
  20. 131444f patman: Move library functions into a library directory by Simon Glass · 1 year, 9 months ago
  21. 9dbf90e dm: doc: Move to new driver model schema by Simon Glass · 1 year, 9 months ago
  22. fc1aa35 dm: treewide: Complete migration to new driver model schema by Simon Glass · 1 year, 9 months ago
  23. e8cea0e dtoc: Add a way to read a phandle with params by Simon Glass · 1 year, 11 months ago
  24. 1158914 dtoc: Drop sys.exit() in test_fdt by Simon Glass · 2 years, 4 months ago
  25. 04afdfe dtoc: Correct remaining pylint problems in test_fdt by Simon Glass · 2 years, 4 months ago
  26. 882f632 test_fdt: Convert to use argparse by Simon Glass · 2 years, 4 months ago
  27. 9954cda dtoc: Move main program into its own function by Simon Glass · 2 years, 4 months ago
  28. b6ec10c dtoc: Fix fdt test coverage by Simon Glass · 2 years, 4 months ago
  29. 8726f66 dtoc: Tidy up fdt_tests RunTests() by Simon Glass · 2 years, 4 months ago
  30. 9852bef dtoc: Tidy up fdt_tests RunTestCoverage() args by Simon Glass · 2 years, 4 months ago
  31. d1f12cf dm: core: Support accessing core tags by Simon Glass · 2 years, 7 months ago
  32. e330447 dm: core: Switch the testbus driver to use a new struct by Simon Glass · 2 years, 7 months ago
  33. ca1c588 patman: test_util: Use unittest text runner to print test results by Alper Nebi Yasak · 2 years, 8 months ago
  34. 77164ee dtoc: Update fdt tests to use test_util by Simon Glass · 2 years, 8 months ago
  35. eb6e70b dtoc: Update test_src_scan.py for new tegra compatibles by Tom Rini · 2 years, 5 months ago
  36. 120fa00 dtoc: Tidy up implementation of AddStringList() by Simon Glass · 2 years, 9 months ago
  37. c6b3cdc dtoc: Make GetArgs() more flexible by Simon Glass · 2 years, 9 months ago
  38. 2b16007 dtoc: Correct pylint errors by Simon Glass · 2 years, 10 months ago
  39. 738a54d dtoc: Support reading a list of arguments by Simon Glass · 2 years, 10 months ago
  40. 0023861 dtoc: Allow deleting nodes and adding them in the same sync by Simon Glass · 2 years, 10 months ago
  41. b9b5cb3 dtoc: Support deleting a node by Simon Glass · 2 years, 10 months ago
  42. 452be42 dtoc: Support adding a string list to a device tree by Simon Glass · 2 years, 10 months ago
  43. 1b53d90 patman: Convert camel case in test_util.py by Simon Glass · 2 years, 10 months ago
  44. 840be73 patman: Convert camel case in command.py by Simon Glass · 2 years, 10 months ago
  45. 8002552 patman: Convert camel case in tools.py by Simon Glass · 2 years, 10 months ago
  46. c27d22d patman: Update test_util to run doc tests by Simon Glass · 2 years, 10 months ago
  47. 964192e tools: Add init files for Python tools by Simon Glass · 3 years ago
  48. 0d92539 dtoc: Fix up a code comment that confuses pylint by Simon Glass · 3 years ago
  49. b2e8861 dtoc: Add support for reading string-list properties by Simon Glass · 3 years ago
  50. 0e055bf dtoc: Add support for reading fixed-length bytes properties by Simon Glass · 3 years ago
  51. 3b55e3f dtoc: Add support for reading 64-bit ints by Simon Glass · 3 years ago
  52. 7e10f8a dtoc: Bring in the libfdt module automatically by Simon Glass · 3 years ago
  53. e7995f7 irq: Tidy up of-platdata irq support by Simon Glass · 3 years, 4 months ago
  54. f42f26e dtoc: Correct the intarray-widening test case by Simon Glass · 3 years, 4 months ago
  55. 4311832 dtoc: Support widening a bool value by Simon Glass · 3 years, 4 months ago
  56. a7d6698 dtoc: Fix widening an int array to an int by Simon Glass · 3 years, 4 months ago
  57. fd4078e dtoc: Rename is_wider_than() to reduce confusion by Simon Glass · 3 years, 4 months ago
  58. 57c325a dtoc: Detect drivers which do not parse correctly by Simon Glass · 3 years, 5 months ago
  59. 240f0b1 dtoc: Detect unexpected suffix on .of_match by Simon Glass · 3 years, 5 months ago
  60. 9dc87d3 dtoc: Add a stdout check in test_normalized_name() by Simon Glass · 3 years, 5 months ago
  61. 2063806 dtoc: Correct the re_compat regular expression by Simon Glass · 3 years, 5 months ago
  62. 674b6e1 dtoc: Allow multiple warnings for a driver by Simon Glass · 3 years, 5 months ago
  63. 87827df dtoc: Convert to use ArgumentParser by Simon Glass · 3 years, 5 months ago
  64. a6a776c dtoc: Avoid using subscripts on match objects by Simon Glass · 3 years, 5 months ago
  65. 9ebd551 dtoc: Check that a parent is not missing by Simon Glass · 3 years, 5 months ago
  66. 705b84b dtoc: Correct dtoc output when testing by Simon Glass · 3 years, 7 months ago
  67. 4415dc1 dtoc: Improve handling of reg properties by Simon Glass · 3 years, 8 months ago
  68. 94ba59e dtoc: Adjust detection of 64-bit properties by Simon Glass · 3 years, 8 months ago
  69. 695077d dtoc: Show driver warnings once at the end by Simon Glass · 3 years, 8 months ago
  70. d8bee46 dtoc: Add new check that offsets are correct by Simon Glass · 3 years, 8 months ago
  71. 3be798a dtoc: Support adding subnodes alongside existing ones by Simon Glass · 3 years, 8 months ago
  72. 244548f dtoc: Add a subnode test for multiple nodes by Simon Glass · 3 years, 8 months ago
  73. b2e8ac4 dtoc: Tweak ordering of fdt-offsets refreshing by Simon Glass · 3 years, 8 months ago
  74. 459df47 dtoc: Tidy up property-offset handling by Simon Glass · 3 years, 8 months ago
  75. 93f18a1 dtoc: Improve internal error for Refresh() by Simon Glass · 3 years, 8 months ago
  76. db2b9ca dtoc: Only generate the required files by Simon Glass · 3 years, 8 months ago
  77. ed5e6ae dtoc: Drop use of DECL() macros by Simon Glass · 3 years, 8 months ago
  78. fea2f25 dtoc: Generate device instances by Simon Glass · 3 years, 10 months ago
  79. c7b4b83 dtoc: Generate uclass devices by Simon Glass · 3 years, 10 months ago
  80. e211908 dtoc: Generate a summary in the dt-plat.c file by Simon Glass · 3 years, 10 months ago
  81. 4e430a2 dtoc: Tidy up the list of supported phandle properties by Simon Glass · 3 years, 10 months ago
  82. be74900 dtoc: Don't generate platform data with instantiation by Simon Glass · 3 years, 10 months ago
  83. 3fa3bbb dtoc: Add support for decl file by Simon Glass · 3 years, 10 months ago
  84. 3809ad9 dtoc: Add an option for device instantiation by Simon Glass · 3 years, 10 months ago
  85. c14fd0c dtoc: Support processing the root node by Simon Glass · 3 years, 10 months ago
  86. 80d782c4 dtoc: Set up the uclasses that are used by Simon Glass · 3 years, 10 months ago
  87. df56e0b dtoc: Assign a sequence number to each node by Simon Glass · 3 years, 10 months ago
  88. 072b9c5 dtoc: Detect drivers only at the start of start of line by Simon Glass · 3 years, 10 months ago
  89. be88d2f dtoc: Read aliases for uclasses by Simon Glass · 3 years, 10 months ago
  90. 9b2eac0 dtoc: Warn of duplicate drivers by Simon Glass · 3 years, 10 months ago
  91. 2f4455f dtoc: Process driver aliases along with drivers by Simon Glass · 3 years, 10 months ago
  92. a7b1c77 dtoc: Support headers needed for drivers by Simon Glass · 3 years, 10 months ago
  93. f303ee7 dtoc: Support tracking the phase of U-Boot by Simon Glass · 3 years, 10 months ago
  94. eb3c249 dtoc: Track nodes which are actually used by Simon Glass · 3 years, 10 months ago
  95. 047a480 dtoc: Process nodes to set up required properties by Simon Glass · 3 years, 10 months ago
  96. 62a9537 dtoc: Make use of node properties by Simon Glass · 3 years, 10 months ago
  97. 4447978 dtoc: Add some extra properties to nodes by Simon Glass · 3 years, 10 months ago
  98. 32a8d22 dtoc: Rename sandbox_i2c_test and sandbox_pmic_test by Simon Glass · 3 years, 10 months ago
  99. 4f4b240 dtoc: Move test files into a test/ directory by Simon Glass · 3 years, 10 months ago
  100. 88bd538 dtoc: Support scanning of structs in header files by Simon Glass · 3 years, 10 months ago