summaryrefslogtreecommitdiffstats
path: root/test/dm/core.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: add support for device re-parentingClaudiu Beznea2020-09-221-0/+160
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-15/+15
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* test/dm: check if devices existHeinrich Schuchardt2020-07-251-5/+5
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-5/+5
* test/dm: check if devices existHeinrich Schuchardt2020-07-201-5/+5
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Correct the return value for uclass_find_first_device()Simon Glass2019-10-081-2/+1
* dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler2019-02-091-0/+4
* dm: core: Add a function to find the first inactive childSimon Glass2018-10-091-0/+31
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: core: Add a function to look up a uclass by nameSimon Glass2018-02-031-0/+9
* dm: test: Add test for device removalStefan Roese2017-04-041-0/+66
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-8/+8
* test/dm/core.c: Make pre-reloc test use pre-reloc structTom Rini2016-04-141-1/+1
* dm: test: Show the amount of leaked memory on errorSimon Glass2015-10-051-1/+6
* test: Generalize the unit test frameworkJoe Hershberger2015-05-211-34/+40
* dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass2015-04-221-1/+4
* dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak2015-04-221-0/+81
* dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak2015-04-221-1/+33
* dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak2015-04-221-0/+55
* dm: core: Add a uclass pre_probe() method for devicesSimon Glass2015-04-161-1/+6
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-1/+1
* dm: core: Add a function to get a device's uclass IDSimon Glass2015-01-291-0/+11
* test: dm: Support memory leak checking as a core featureSimon Glass2014-10-231-16/+30
* dm: Avoid accessing uclasses before they are readySimon Glass2014-07-231-0/+14
* dm: Allow drivers to be marked 'before relocation'Simon Glass2014-07-231-10/+38
* dm: Make sure that the root device is probedSimon Glass2014-07-231-1/+1
* dm: rename device struct to udeviceHeiko Schocher2014-05-271-16/+16
* dm: Add basic testsSimon Glass2014-03-041-0/+544