aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/testcase-data/tests-platform.dtsi (follow)
AgeCommit message (Collapse)AuthorFilesLines
2014-11-04of/unittest: Rename selftest.c to unittest.cGrant Likely1-35/+0
This is unit testing code. It should use that name because it makes more sense than 'selftest'. Rename the files to match and rename the config variable. Signed-off-by: Grant Likely <grant.likely@linaro.org>
2014-05-13of/selftest: add testcase for nodes with same name and addressRob Herring1-0/+35
Add a test case for nodes which have the same name and same non-translatable unit address. Signed-off-by: Rob Herring <robh@kernel.org> Reviewed-by: Grant Likely <grant.likely@linaro.org> Reviewed-by: Frank Rowand <frank.rowand@sonymobile.com>