summaryrefslogtreecommitdiffstats
path: root/drivers/of/testcase-data/tests-interrupts.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* of/unittest: Rename selftest.c to unittest.cGrant Likely2014-11-041-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>
* of: selftest: add deferred probe interrupt testRob Herring2014-04-241-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>
* of: Move testcase FDT data into drivers/ofGrant Likely2014-02-201-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>