summaryrefslogtreecommitdiffstats
path: root/include/dm/test.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v2021.04-rc5' into nextTom Rini2021-03-291-0/+2
|\
| * test: Add udevice declaration to avoid build errorSimon Glass2021-03-281-0/+2
* | dtoc: Generate uclass devicesSimon Glass2021-03-221-0/+5
* | test: Drop struct dm_test_stateSimon Glass2021-03-121-17/+0
* | test: Call test_pre/post_run() from driver model testsSimon Glass2021-03-121-1/+1
* | test: Mark all driver model tests with a flagSimon Glass2021-03-121-1/+2
|/
* test: Move some test drivers into their own fileSimon Glass2021-01-051-0/+18
* test: Use a simple variable to record removed deviceSimon Glass2021-01-051-2/+0
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-9/+0
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-3/+0
* video: Add comments to struct sandbox_sdl_platSimon Glass2020-07-091-1/+13
* dm: core: Add a function to find a device by drvdataSimon Glass2020-02-071-0/+2
* test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng2018-11-141-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Run tests with both livetree and flat treeSimon Glass2017-06-011-0/+2
* video: sandbox: Allow selection of font size and console nameSimon Glass2016-01-301-0/+2
* dm: video: test: Add tests for the video uclassSimon Glass2016-01-201-0/+8
* test: dm: Move the dm tests over to the ut commandJoe Hershberger2015-05-211-11/+0
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-28/+7
* dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak2015-04-221-0/+20
* dm: test: Allow 'dm test' to select a particular test to runSimon Glass2015-04-181-3/+4
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-161-0/+1
* dm: core: Allow uclass to set up a device's child before it is probedSimon Glass2015-01-291-0/+3
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-231-0/+23
* dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass2014-07-231-0/+4
* dm: Introduce per-child data for devicesSimon Glass2014-07-231-0/+9
* dm: Provide a function to scan child FDT nodesSimon Glass2014-07-231-0/+9
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-6/+6
* dm: Add basic testsSimon Glass2014-03-041-0/+167