aboutsummaryrefslogtreecommitdiff
path: root/disk/disk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-03Revert "disk: Use a helper function to reduce duplication"Tom Rini1-25/+21
2023-03-30disk: Use a helper function to reduce duplicationSimon Glass1-21/+25
2022-10-31disk: Rename block_dev to descSimon Glass1-19/+19
2022-10-31disk: Rename block functionsSimon Glass1-12/+12
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-4/+4
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass1-2/+1
2022-07-02disk: honor CONFIG_SYS_64BIT_LBAHeinrich Schuchardt1-0/+1
2022-04-23dm: disk: add read/write interfaces with udeviceAKASHI Takahiro1-0/+94
2022-04-23dm: disk: add UCLASS_PARTITIONAKASHI Takahiro1-0/+153