OSDN Git Service

of: Add unit tests for applying overlays
authorFrank Rowand <frank.rowand@sony.com>
Wed, 26 Apr 2017 00:09:54 +0000 (17:09 -0700)
committerRob Herring <robh@kernel.org>
Thu, 27 Apr 2017 22:26:06 +0000 (17:26 -0500)
commit81d0848fc8d2058c4cc645d971435c889869433b
tree1ef1792b3934365e5b1fe9fb2d92c4c4ca061cd8
parent331f741679564720a49ccf355012e1a8a45686ec
of: Add unit tests for applying overlays

Existing overlay unit tests examine individual pieces of the overlay
code.  The new tests target the entire process of applying an overlay.

Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
drivers/of/fdt.c
drivers/of/of_private.h
drivers/of/unittest-data/Makefile
drivers/of/unittest-data/overlay.dts [new file with mode: 0644]
drivers/of/unittest-data/overlay_bad_phandle.dts [new file with mode: 0644]
drivers/of/unittest-data/overlay_base.dts [new file with mode: 0644]
drivers/of/unittest.c