summaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-13dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese1-3/+4
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-3/+0
2017-09-12blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot1-4/+4
2017-09-10block: ide: Fix block read/write with driver modelBin Meng1-1/+1
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon Glass1-1/+1
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass1-0/+5
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang1-0/+2
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass1-0/+26
2017-06-01dm: blk: Improve block device claimingSimon Glass1-3/+31
2017-06-01dm: blk: Add a function to find the next block device numberSimon Glass1-6/+16
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass1-2/+13
2017-04-05dm: 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-03dm: 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-02drivers: block: add block device cacheEric Nelson1-1/+12
2016-03-15dm: blk: Add a block-device uclassSimon Glass1-0/+175