summaryrefslogtreecommitdiff
path: root/test/dm/blk.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21blk: Support iterationSimon Glass1-0/+55
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-19dm: test: Drop assumptions of no sequence numbersSimon Glass1-3/+0
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-08-08dm: Rename DM test flags to make them more genericSimon Glass1-5/+5
2020-08-04dm: core: Drop header files from dm/test.hSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2018-11-14test: dm: blk: Correct blk_base test caseBin Meng1-16/+11
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-09-12blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot1-3/+3
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass1-0/+18
2017-06-01dm: blk: Improve block device claimingSimon Glass1-2/+37
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass1-0/+21
2016-05-17dm: sandbox: mmc: Enable building MMC code for sandboxSimon Glass1-2/+2
2016-03-18dm: blk: Add tests for block devicesSimon Glass1-0/+96