1. fb8b30d dts: devicetree.h: add DT_REG_HAS_NAME by Fin Maaß · 8 months ago
  2. 74abb2b devicetree: add first-class node label helpers by Martí Bolívar · 9 months ago
  3. 46572f7 dtlib: Allow deleting the root node by Grzegorz Swiderski · 1 year, 1 month ago
  4. 5871ff0 devicetree: Add DT/DT_INST_CHILD_NUM and DT/DT_INST_CHILD_NUM_STATUS_OKAY by Swift Tian · 9 months ago
  5. 33bb3b6 edtlib: test filters set by including bindings by Christophe Dufaza · 1 year, 2 months ago
  6. b3b5ad8 edtlib: fix "last modified" semantic for included property specs by Christophe Dufaza · 1 year, 2 months ago
  7. 70eaa61 edtlib: test "last modified" semantic for included property specs by Christophe Dufaza · 1 year, 2 months ago
  8. dbfc1aa scripts: dts: update pyyaml version by Javan lacerda · 10 months ago
  9. 450a66f gen_defines: output the interrupt level of a node by Yong Cong Sin · 1 year, 1 month ago
  10. 08d6ff0 scripts: dts: gen_defines: Generate interrupt-controller macro by Bjarki Arge Andreasen · 1 year, 2 months ago
  11. df2c068 devicetree: encode multi-level interrupt number in C devicetree magic by Yong Cong Sin · 1 year, 4 months ago
  12. 403640b edtlib: link child nodes to parent for nodes with child-bindings by Fabio Baltieri · 1 year, 5 months ago
  13. 7772cec edtlib: always insert root node to the graph by Gerard Marull-Paretas · 1 year, 3 months ago
  14. 73b803a edtlib: pinctrl properties are required in the binding by Gerard Marull-Paretas · 1 year, 4 months ago
  15. 5443703 edtlib: Exclude PCI devices from some inapplicable checks by Grant Ramsay · 1 year, 6 months ago
  16. ad48c51 devicetree: edtlib: prefixes which are not vendors are NOT vendors by Christophe Dufaza · 1 year, 5 months ago
  17. dcd8d60 scripts: dts: Support DT_NODE_HAS_PROP(node_id, ranges) by Grzegorz Swiderski · 1 year, 8 months ago
  18. fb8f214 scripts: gen_defines.py: Update doc reference by Yasushi SHOJI · 1 year, 7 months ago
  19. b6e0341 dts: gen_defines: generate `_ORD_STR_SORTABLE` by Jordan Yates · 1 year, 6 months ago
  20. f0958c6 Revert "dts: gen_defines: generate `_ORD_STR_SORTABLE`" by Jordan Yates · 1 year, 6 months ago
  21. 9b77681 dts: gen_defines: generate `_ORD_STR_SORTABLE` by Jordan Yates · 1 year, 6 months ago
  22. 935268e devicetree.h: DT_FOREACH_NODE_VARGS, DT_FOREACH_STATUS_OKAY_NODE_VARGS by Carlo Caione · 1 year, 7 months ago
  23. 0c29e07 devicetree: better DT_PROP_BY_IDX()/DT_FOREACH_PROP_ELEM() support by Martí Bolívar · 1 year, 9 months ago
  24. 8aa83f6 devicetree: support DT_PROP_LEN() on phandle and string by Martí Bolívar · 1 year, 9 months ago
  25. 5204369 scripts: gen_defines: add some missing comments by Martí Bolívar · 1 year, 9 months ago
  26. 59167e1 scripts: dts: gen_defines: add `ENUM_VAL_<val>_EXISTS` define by Jordan Yates · 1 year, 9 months ago
  27. 5847890 edtlib: finish adding type annotations by Martí Bolívar · 1 year, 9 months ago
  28. 3318380 edtlib: type annotate EDT by Martí Bolívar · 1 year, 9 months ago
  29. d89f974 edtlib: type annotate Node by Martí Bolívar · 1 year, 9 months ago
  30. cae8b65 edtlib: make PinCtrl a type-annotated dataclass by Martí Bolívar · 1 year, 10 months ago
  31. 83b6db2 edtlib: make ControllerAndData a type-annotated dataclass by Martí Bolívar · 1 year, 10 months ago
  32. 3a43e1b edtlib: make Range a type-annotated dataclass by Martí Bolívar · 1 year, 10 months ago
  33. b07f3dd edtlib: clean up Range docstring by Martí Bolívar · 1 year, 10 months ago
  34. 49c0d72 edtlib: make Register a type-annotated dataclass by Martí Bolívar · 1 year, 10 months ago
  35. 4415a29 edtlib: make Property a type-annotated dataclass by Martí Bolívar · 1 year, 10 months ago
  36. 835a57c edtlib: type annotate PropertySpec by Martí Bolívar · 1 year, 10 months ago
  37. 1b69219 edtlib: type annotate Binding by Martí Bolívar · 1 year, 9 months ago
  38. 3d75f17 edtlib: improve error handling paths by Martí Bolívar · 1 year, 10 months ago
  39. 51d7980 edtlib: move Node by Martí Bolívar · 1 year, 9 months ago
  40. ba4b8a4 edtlib: move PinCtrl by Martí Bolívar · 1 year, 9 months ago
  41. a5d8233 edtlib: move ControllerAndData by Martí Bolívar · 1 year, 9 months ago
  42. ea4db57 edtlib: move Range by Martí Bolívar · 1 year, 9 months ago
  43. da31368 edtlib: move Register by Martí Bolívar · 1 year, 9 months ago
  44. 20731a3 edtlib: move Property by Martí Bolívar · 1 year, 9 months ago
  45. ff8c63c edtlib: move PropertySpec by Martí Bolívar · 1 year, 9 months ago
  46. bef3970 edtlib: move Binding by Martí Bolívar · 1 year, 9 months ago
  47. cf9cfc3 edtlib: implement copy.deepcopy() for EDT by Martí Bolívar · 1 year, 10 months ago
  48. f4b487a edtlib: refactor some internals by Martí Bolívar · 1 year, 10 months ago
  49. 867dd1c devicetree: use c89 comments in test file by Martí Bolívar · 1 year, 10 months ago
  50. dcf1fc0 dtlib: fix docstring by Martí Bolívar · 1 year, 10 months ago
  51. 513e03a edtlib: extract _slice() code to new helper module by Martí Bolívar · 2 years ago
  52. c0a0242 edtlib: fix typo by Martí Bolívar · 2 years ago
  53. 3bb1aae dtlib: fix pretty-printing in pdb by Martí Bolívar · 2 years ago
  54. 2d86e1b dtlib: add missing type annotations by Martí Bolívar · 2 years ago
  55. 78fca3c dtlib: fix comment header by Martí Bolívar · 2 years ago
  56. 6ac1943 dtlib: remove dead code by Martí Bolívar · 2 years ago
  57. 5272e7f dtlib: add DT.move_node() by Martí Bolívar · 2 years ago
  58. e479d3f dtlib: use new helper in test cases by Martí Bolívar · 2 years ago
  59. 2063ddb dtlib: add new test case helper by Martí Bolívar · 2 years ago
  60. faa7e53 dtlib: clean up a documentation string by Martí Bolívar · 2 years ago
  61. 14a1b2f dts: Add _STRING_UNQUOTED string and string-array by Radosław Koppel · 2 years, 8 months ago
  62. 23cacb3 scripts: dts: gen_driver_kconfig_dts: Skip empty yaml files by Allan Norgaard · 2 years ago
  63. 2881915 scripts: dts: add special tooling for handling GPIO hog nodes by Henrik Brix Andersen · 2 years ago
  64. ec70444 treewide: Disable automatic argparse argument shortening by Jamie McCrae · 2 years, 1 month ago
  65. 92897ef python-devicetree: bump version to 0.0.2 by Chris Duf · 2 years, 1 month ago
  66. 436616c python-devicetree: unpin types-PyYAML version by Chris Duf · 2 years, 1 month ago
  67. 7dd0596 scripts: dts: gen_driver_kconfig_dts: Use SafeLoader by Moritz Fischer · 2 years, 1 month ago
  68. 0daa3a7 yamllint: indentation: fix files in scripts/ by Fabio Baltieri · 2 years, 1 month ago
  69. 537133f devicetree: edtlib: tests: add coverage for child includes by Gerard Marull-Paretas · 2 years, 2 months ago
  70. a97295b edtlib: re-appease the linter by Martí Bolívar · 2 years, 3 months ago
  71. 15e3e31 dtlib: implement copy.deepcopy() for DT by Martí Bolívar · 2 years, 4 months ago
  72. 3c976cc devicetree: stop using OrderedDict by Martí Bolívar · 2 years, 4 months ago
  73. c25dde3 dtlib: fix Property.labels docstring by Martí Bolívar · 2 years, 4 months ago
  74. b64d5d6 dtlib: move some internal code around by Martí Bolívar · 2 years, 4 months ago
  75. c875cb0 dtlib: fix Property.type type annotation by Martí Bolívar · 2 years, 4 months ago
  76. cd18ffe dtlib: clean up Property initialization by Martí Bolívar · 2 years, 4 months ago
  77. 47789aa dtlib: clean up Node initialization by Martí Bolívar · 2 years, 4 months ago
  78. cb78a5c dtlib: clean up DT initialization by Martí Bolívar · 2 years, 4 months ago
  79. e067be5 Devicetree: edtlib: fix possible TypeError in Binding.__repr__() by Chris Duf · 2 years, 3 months ago
  80. 230c80e Devicetree: edtlib: fix possible AttributeError in Property.description by Chris Duf · 2 years, 3 months ago
  81. 5abce9b Devicetree: edtlib: fix possible KeyError in Binding.description by Chris Duf · 2 years, 3 months ago
  82. e73c363 scripts: edtlib: gen_defines: Add model name macros based on compat by Maureen Helm · 2 years, 5 months ago
  83. fdea3c9 devicetree: add DT(_INST)_FOREACH_PROP_ELEM_SEP(_VARGS) by Gerard Marull-Paretas · 2 years, 5 months ago
  84. 2201289 dtlib: error out on duplicate node names by Martí Bolívar · 2 years, 4 months ago
  85. 418c915 dts: add primitive support for multi-bus in bindings by Daniel Leung · 2 years, 5 months ago
  86. 7ef9c4b edtlib: remove python 3.5 workaround by Martí Bolívar · 2 years, 5 months ago
  87. 5b5aa6e scripts: gen_defines: Add vendor name macros based on vendor prefixes by Maureen Helm · 2 years, 5 months ago
  88. a1b0c39 scripts: edtlib: Add compat2vendor LUT constructed from vendor prefixes by Maureen Helm · 2 years, 5 months ago
  89. fff9ecb devicetree: add DT_(INST_)FOREACH_CHILD(_STATUS_OKAY)_SEP(_VARGS) by Gerard Marull-Paretas · 2 years, 7 months ago
  90. d77f4e6 scripts: dts: gen_defines: add DT_DEBRACKET_INTERNAL helper by Gerard Marull-Paretas · 2 years, 7 months ago
  91. f1660f4 edtlib: allow const arrays by Kumar Gala · 2 years, 6 months ago
  92. 8a5d568 dts: Standardize string token names for arrays by Kumar Gala · 2 years, 5 months ago
  93. 7614110 dts: Add _STRING_TOKEN and _STRING_UPPER_TOKEN to string-array by Radosław Koppel · 2 years, 9 months ago
  94. 0226e53 Restore "cmake: remove device_extern.h logic" by Fabio Baltieri · 2 years, 5 months ago
  95. 87c6789 Revert "cmake: remove device_extern.h logic" by Fabio Baltieri · 2 years, 5 months ago
  96. 3b34108 cmake: remove device_extern.h logic by Martí Bolívar · 2 years, 6 months ago
  97. f0d11f7 gen_defines: add helpers for iterating over the entire tree by Martí Bolívar · 2 years, 6 months ago
  98. 190197e gen_defines: trivial rename by Martí Bolívar · 2 years, 6 months ago
  99. b109a0a dts: Add simple script to generate Kconfig.dts based on bindings by Kumar Gala · 2 years, 7 months ago
  100. d6f68f0 scripts: gen_defines: fix tokenization of array elements by Martí Bolívar · 2 years, 7 months ago