summaryrefslogtreecommitdiff
path: root/include/dm/test.h
AgeCommit message (Expand)AuthorFilesLines
2022-06-28dm: core: Switch the testbus driver to use a new structSimon Glass1-0/+7
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-3/+3
2021-03-30Merge tag 'v2021.04-rc5' into nextTom Rini1-0/+2
2021-03-29test: Add udevice declaration to avoid build errorSimon Glass1-0/+2
2021-03-22dtoc: Generate uclass devicesSimon Glass1-0/+5
2021-03-12test: Drop struct dm_test_stateSimon Glass1-17/+0
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass1-1/+1
2021-03-12test: Mark all driver model tests with a flagSimon Glass1-1/+2
2021-01-05test: Move some test drivers into their own fileSimon Glass1-0/+18
2021-01-05test: Use a simple variable to record removed deviceSimon Glass1-2/+0
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-9/+0
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-3/+0
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass1-1/+13
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass1-0/+2
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng1-0/+1
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-21dm: 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-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass1-0/+1
2015-01-30dm: core: Allow uclass to set up a device's child before it is probedSimon Glass1-0/+3
2014-10-24test: 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