summaryrefslogtreecommitdiff
path: root/test/dm/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-08dm: core: Don't allow uclass use before readySimon Glass1-0/+1
2021-07-27dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I1-0/+14
2021-07-21test: Add DM_DMA to be disabledSimon Glass1-0/+2
2021-03-12test: Drop struct dm_test_stateSimon Glass1-34/+24
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne1-0/+30
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini1-0/+1
2021-02-03dm: core: Add late driver remove optionMarek Vasut1-0/+94
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass1-3/+3
2021-01-05dm: core: Allow the uclass list to moveSimon Glass1-3/+3
2021-01-05dm: core: Access device flags through functionsSimon Glass1-7/+7
2021-01-05dm: core: Rename sqq to seq_Simon Glass1-3/+3
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-12/+12
2020-12-19dm: test: Check all devices have a sequence numbersSimon Glass1-0/+19
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-4/+4
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-19/+19
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-12-13dm: core: Drop unused parameter from dm_scan_fdt()Simon Glass1-1/+1
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-09-22dm: core: add support for device re-parentingClaudiu Beznea1-0/+160
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-15/+15
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-07-25test/dm: check if devices existHeinrich Schuchardt1-5/+5
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-5/+5
2020-07-20test/dm: check if devices existHeinrich Schuchardt1-5/+5
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2019-10-08dm: core: Correct the return value for uclass_find_first_device()Simon Glass1-2/+1
2019-02-09dm: device: fail uclass_find_first_device() if list_emptyMarcel Ziswiler1-0/+4
2018-10-09dm: core: Add a function to find the first inactive childSimon Glass1-0/+31
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-03dm: core: Add a function to look up a uclass by nameSimon Glass1-0/+9
2017-04-05dm: test: Add test for device removalStefan Roese1-0/+66
2017-04-05dm: core: Add flags parameter to device_remove()Stefan Roese1-8/+8
2016-04-14test/dm/core.c: Make pre-reloc test use pre-reloc structTom Rini1-1/+1
2015-10-05dm: test: Show the amount of leaked memory on errorSimon Glass1-1/+6
2015-05-21test: Generalize the unit test frameworkJoe Hershberger1-34/+40
2015-04-22dm: test: Don't clear global_data in dm_test_uclass_before_ready()Simon Glass1-1/+4
2015-04-22dm: test: Add tests for get/find uclass's device by namePrzemyslaw Marczak1-0/+81
2015-04-22dm: test: Add tests for get/find uclass devicesPrzemyslaw Marczak1-1/+33
2015-04-22dm: test: Add tests for device's uclass platform dataPrzemyslaw Marczak1-0/+55
2015-04-17dm: core: Add a uclass pre_probe() method for devicesSimon Glass1-1/+6
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-01-30dm: core: Add a function to get a device's uclass IDSimon Glass1-0/+11
2014-10-24test: dm: Support memory leak checking as a core featureSimon Glass1-16/+30
2014-07-23dm: Avoid accessing uclasses before they are readySimon Glass1-0/+14
2014-07-23dm: Allow drivers to be marked 'before relocation'Simon Glass1-10/+38
2014-07-23dm: Make sure that the root device is probedSimon Glass1-1/+1
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-16/+16
2014-03-04dm: Add basic testsSimon Glass1-0/+544