summaryrefslogtreecommitdiffstats
path: root/drivers/block/blk-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* blk: Remove various places that do flush cache after readBin Meng2017-09-151-3/+0
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-111-4/+4
* block: ide: Fix block read/write with driver modelBin Meng2017-09-101-1/+1
* dm: blk: Update return value in blk_create_devicef()Simon Glass2017-08-171-1/+1
* dm: blk: Add a function to find an interface-type nameSimon Glass2017-08-171-0/+5
* dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-131-0/+2
* dm: blk: Add a way to obtain a block device from its parentSimon Glass2017-06-091-0/+26
* dm: blk: Improve block device claimingSimon Glass2017-06-011-3/+31
* dm: blk: Add a function to find the next block device numberSimon Glass2017-06-011-6/+16
* dm: blk: Allow finding block devices without probingSimon Glass2017-06-011-2/+13
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-201-1/+1
* Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2016-12-091-1/+1
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-081-1/+1
* dm: blk: Fix get_desc to return block device descriptorMichal Simek2016-12-021-0/+2
* dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-171-0/+29
* dm: blk: Free the block device name when unboundSimon Glass2016-05-171-2/+10
* dm: blk: Fix allocation of block-device numberingSimon Glass2016-05-171-9/+9
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-0/+15
* dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-171-0/+29
* dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass2016-05-171-0/+280
* drivers: block: add block device cacheEric Nelson2016-04-011-1/+12
* dm: blk: Add a block-device uclassSimon Glass2016-03-141-0/+175