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