summaryrefslogtreecommitdiff
path: root/test/dm/blk.c
Commit message (Expand)AuthorAgeFilesLines
* test:dm:fix typoYuepeng Xing2023-01-051-1/+1
* dm: sandbox: Switch over to using the new host uclassSimon Glass2022-11-071-22/+25
* dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-071-1/+1
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-12/+12
* test: dm: Restart USB before assuming it is stoppedSimon Glass2022-04-251-0/+6
* dm: blk: Expand iteration and add testsSimon Glass2022-04-061-0/+111
* blk: Support iterationSimon Glass2021-07-211-0/+55
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: test: Drop assumptions of no sequence numbersSimon Glass2020-12-181-3/+0
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: Rename DM test flags to make them more genericSimon Glass2020-08-071-5/+5
* dm: core: Drop header files from dm/test.hSimon Glass2020-08-031-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* test: dm: blk: Correct blk_base test caseBin Meng2018-11-141-16/+11
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-111-3/+3
* dm: blk: Add a way to obtain a block device from its parentSimon Glass2017-06-091-0/+18
* dm: blk: Improve block device claimingSimon Glass2017-06-011-2/+37
* dm: blk: Allow finding block devices without probingSimon Glass2017-06-011-0/+21
* dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass2016-05-171-2/+2
* dm: blk: Add tests for block devicesSimon Glass2016-03-171-0/+96