]> git.baikalelectronics.ru Git - kernel.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)
commit9a13affcb66abfe5d95fe57f2c825199133c2a09
tree3591550e940f7144e3cd8bf88b2c89f9d38fc5bf
parentf7e2aa3a465521c1d2bfeaac73c0a4dc9bd186fe
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