]> asedeno.scripts.mit.edu Git - linux.git/commit
of: overlay: simplify applying symbols from an overlay
authorFrank Rowand <frank.rowand@sony.com>
Tue, 17 Oct 2017 23:36:30 +0000 (16:36 -0700)
committerRob Herring <robh@kernel.org>
Wed, 18 Oct 2017 01:47:34 +0000 (20:47 -0500)
commit3912b7917ab78d75b32bec8d297ac3c46b1b2a44
tree3591550e940f7144e3cd8bf88b2c89f9d38fc5bf
parentf948d6d8b792bb90041edc12eac35faf83030994
of: overlay: simplify applying symbols from an overlay

The code to apply symbols from an overlay to the live device tree
was implemented with the intent to be minimally intrusive on the
existing code.  After recent restructuring of the overlay apply
code, it is easier to disintangle the code that applies the
symbols, and to make the overlay changeset creation code more
straight forward and understandable.

Remove the extra complexity, and make the code more obvious.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/overlay.c