summaryrefslogtreecommitdiff
path: root/include/dm/test.h
Commit message (Expand)AuthorAgeLines
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-30-0/+2
* dm: video: test: Add tests for the video uclassSimon Glass2016-01-20-0/+8
* test: dm: Move the dm tests over to the ut commandJoe Hershberger2015-05-21-11/+0
* test: Generalize the unit test frameworkJoe Hershberger2015-05-21-28/+7
* dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak2015-04-22-0/+20
* dm: test: Allow 'dm test' to select a particular test to runSimon Glass2015-04-18-3/+4
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-16-0/+1
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-29-0/+3
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-23-0/+23
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-23-0/+4
* dm: Introduce per-child data for devicesSimon Glass2014-07-23-0/+9
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-23-0/+9
* dm: rename device struct to udeviceHeiko Schocher2014-05-27-6/+6
* dm: Add basic testsSimon Glass2014-03-04-0/+167