summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorPhilipp Tomsich <[email protected]>2017-02-22 19:06:04 +0100
committerStefan Roese <[email protected]>2017-03-29 07:38:08 +0200
commit524dd45e0d10ece227457ec88517f58000c2a24b (patch)
tree25977d0f0a3879b5a145c642748dce7e54b3e8b4 /include/linux
parent1fb6921e1978d322ede538e5423faf2c27ece9c5 (diff)
dtoc: make ScanTree recurse into subnodes
Previously, dtoc could only process the top-level nodes which led to device nodes in hierarchical trees to be ignored. E.g. the mmc0 node in the following example would be ignored, as only the soc node was processed: / { soc { mmc0 { /* ... */ }; }; }; This introduces a recursive helper method ScanNode, which is used by ScanTree to recursively parse the entire tree hierarchy. Signed-off-by: Philipp Tomsich <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions