summaryrefslogtreecommitdiff
path: root/include/dm/test.h
AgeCommit message (Expand)Author
2021-03-29Merge tag 'v2021.04-rc5' into nextTom Rini
2021-03-28test: Add udevice declaration to avoid build errorSimon Glass
2021-03-22dtoc: Generate uclass devicesSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-03-12test: Call test_pre/post_run() from driver model testsSimon Glass
2021-03-12test: Mark all driver model tests with a flagSimon Glass
2021-01-05test: Move some test drivers into their own fileSimon Glass
2021-01-05test: Use a simple variable to record removed deviceSimon Glass
2020-08-07dm: Rename DM test flags to make them more genericSimon Glass
2020-08-03dm: core: Drop header files from dm/test.hSimon Glass
2020-07-09video: Add comments to struct sandbox_sdl_platSimon Glass
2020-02-07dm: core: Add a function to find a device by drvdataSimon Glass
2018-11-14test: dm: core: Add test case for uclass driver's child_post_probe()Bin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01dm: core: Run tests with both livetree and flat treeSimon Glass
2016-01-30video: sandbox: Allow selection of font size and console nameSimon Glass
2016-01-20dm: video: test: Add tests for the video uclassSimon Glass
2015-05-21test: dm: Move the dm tests over to the ut commandJoe Hershberger
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak
2015-04-18dm: test: Allow 'dm test' to select a particular test to runSimon Glass
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-01-29dm: core: Allow uclass to set up a device's child before it is probedSimon Glass
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-07-23dm: Add child_pre_probe() and child_post_remove() methodsSimon Glass
2014-07-23dm: Introduce per-child data for devicesSimon Glass
2014-07-23dm: Provide a function to scan child FDT nodesSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add basic testsSimon Glass