aboutsummaryrefslogtreecommitdiff
path: root/test/dm/core.c
AgeCommit message (Expand)Author
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea
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-25test/dm: check if devices existHeinrich Schuchardt
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini
2020-07-20test/dm: check if devices existHeinrich Schuchardt
2020-05-18common: Drop log.h from common headerSimon Glass
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass
2017-04-04dm: test: Add test for device removalStefan Roese
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2016-04-14test/dm/core.c: Make pre-reloc test use pre-reloc structTom Rini
2015-10-05dm: test: Show the amount of leaked memory on errorSimon Glass
2015-05-21test: Generalize the unit test frameworkJoe Hershberger
2015-04-22dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass
2015-04-22dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak
2015-04-22dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak
2015-04-16dm: core: Add a uclass pre_probe() method for devicesSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-01-29dm: core: Add a function to get a device's uclass IDSimon Glass
2014-10-23test: dm: Support memory leak checking as a core featureSimon Glass
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass
2014-07-23dm: Make sure that the root device is probedSimon Glass
2014-05-27dm: rename device struct to udeviceHeiko Schocher
2014-03-04dm: Add basic testsSimon Glass