aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese1-1/+1
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek1-1/+1
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini1-1/+1
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek1-1/+1
2016-12-02dm: blk: Fix get_desc to return block device descriptorMichal Simek1-0/+2
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