summaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)Author
2018-12-12blk: Rework guard around part_init callTom Rini
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng
2018-11-14blk: Drop blk_prepare_device()Bin Meng
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-09-28block: Add a function to find block device descriptorTien Fong Chee
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-13SystemACE: RemoveTom Rini
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt
2017-12-12dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese
2017-09-15blk: Remove various places that do flush cache after readBin Meng
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-09-10block: ide: Fix block read/write with driver modelBin Meng
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon Glass
2017-08-17dm: blk: Add a function to find an interface-type nameSimon Glass
2017-08-13dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass
2017-06-01dm: blk: Improve block device claimingSimon Glass
2017-06-01dm: blk: Add a function to find the next block device numberSimon Glass
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese
2016-12-20dm: Add support for scsi/sata based devicesMichal Simek
2016-12-09Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini
2016-12-08dm: Add support for scsi/sata based devicesMichal Simek
2016-12-02dm: blk: Fix get_desc to return block device descriptorMichal Simek
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass
2016-05-17dm: blk: Free the block device name when unboundSimon Glass
2016-05-17dm: blk: Fix allocation of block-device numberingSimon Glass
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass
2016-05-17dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass
2016-04-01drivers: block: add block device cacheEric Nelson
2016-03-14dm: blk: Add a block-device uclassSimon Glass