]> 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)
commit0185449d1ebe09814cbec0cf3e6530c73c3ee815
tree3591550e940f7144e3cd8bf88b2c89f9d38fc5bf
parent61db79b937f1b943608a782542674dc2d9a60360
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