aboutsummaryrefslogtreecommitdiff
path: root/test/dm/core.c
AgeCommit message (Expand)Author
2022-10-29dm: core: Do not stop uclass iteration on errorMichal Suchanek
2022-10-17dm: treewide: Do not opencode uclass_probe_all()Michal Suchanek
2022-06-28dm: core: Add a way to collect memory usageSimon Glass
2022-06-28dm: core: Support accessing core tagsSimon Glass
2022-04-25dm: core: Allow finding a uclass device by partial nameSimon Glass
2022-04-25dm: core: Rename and fix uclass_get_by_name_len()Simon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-23dm: core: Allow getting some basic statsSimon Glass
2021-08-08dm: core: Don't allow uclass use before readySimon Glass
2021-07-27dm: test: Add test case to check node name ignoring unit addressKishon Vijay Abraham I
2021-07-21test: Add DM_DMA to be disabledSimon Glass
2021-03-12test: Drop struct dm_test_stateSimon Glass
2021-02-18dm: test: Add test case for dev->dma_offsetNicolas Saenz Julienne
2021-02-15Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini
2021-02-03dm: core: Add late driver remove optionMarek Vasut
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2021-01-05dm: core: Allow the uclass list to moveSimon Glass
2021-01-05dm: core: Access device flags through functionsSimon Glass
2021-01-05dm: core: Rename sqq to seq_Simon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-18dm: test: Check all devices have a sequence numbersSimon Glass
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
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