summaryrefslogtreecommitdiff
path: root/drivers/of/testcase-data/tests-interrupts.dtsi
AgeCommit message (Collapse)AuthorFilesLines
2014-11-04of/unittest: Rename selftest.c to unittest.cGrant Likely1-71/+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-04-24of: selftest: add deferred probe interrupt testRob Herring1-0/+13
Signed-off-by: Rob Herring <robh@kernel.org> [grant.likely: fixed failure when root node specifies the interrupt parent] Signed-off-by: Grant Likely <grant.likely@linaro.org>
2014-02-20of: Move testcase FDT data into drivers/ofGrant Likely1-0/+58
The testcase data is usable by any platform. This patch moves it into the drivers/of directory so it can be included by any architecture. Using the test cases requires manually adding #include <testcases.dtsi> to the end of the boards .dtsi file and enabling CONFIG_OF_SELFTEST. Not pretty though. A useful project would be to make the testcase code easier to execute. Signed-off-by: Grant Likely <grant.likely@linaro.org>