]> git.karo-electronics.de Git - linux-beck.git/commit
of/overlay: Add overlay unittests
authorPantelis Antoniou <pantelis.antoniou@konsulko.com>
Tue, 28 Oct 2014 20:35:59 +0000 (22:35 +0200)
committerGrant Likely <grant.likely@linaro.org>
Mon, 24 Nov 2014 22:25:13 +0000 (22:25 +0000)
commit177d271cf3171bb6826ee5189f67dc1f7d34f1da
tree05e92739348fcd566c6a602070485766fcd0cb49
parent7518b5890d8ac366faa2326ce2356ef6392ce63d
of/overlay: Add overlay unittests

Add unittests for OF overlays.

It tests overlay device addition/removal and whether
the apply revert sequence is correct.

Changes since V1:
* Added local fixups entries.

Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Documentation/devicetree/bindings/unittest.txt [new file with mode: 0644]
drivers/of/unittest-data/testcases.dts
drivers/of/unittest-data/tests-overlay.dtsi [new file with mode: 0644]
drivers/of/unittest.c