aboutsummaryrefslogtreecommitdiff
path: root/include/dm/test.h
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass1-0/+2
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass1-0/+2
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass1-0/+8
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger1-11/+0
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-28/+7
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak1-0/+20
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass1-3/+4
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass1-0/+1
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+3
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass1-0/+23
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass1-0/+4
2014-07-23dm: Introduce per-child data for devicesSimon Glass1-0/+9
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass1-0/+9
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-6/+6
2014-03-04dm: Add basic testsSimon Glass1-0/+167