]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc3077e9d0b0308f8f3aebea8694fb7f8b306e39e
tree1ef1792b3934365e5b1fe9fb2d92c4c4ca061cd8
parent85121b08837c1763976284270a9f88ede2e88ca8
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