aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass1-0/+29
2016-05-17dm: blk: Free the block device name when unboundSimon Glass1-2/+10
2016-05-17dm: blk: Fix allocation of block-device numberingSimon Glass1-9/+9
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass1-0/+15
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass1-0/+29
2016-05-17dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass1-0/+280
2016-04-01drivers: block: add block device cacheEric Nelson1-1/+12
2016-03-14dm: blk: Add a block-device uclassSimon Glass1-0/+175