summaryrefslogtreecommitdiffstats
path: root/drivers/block/blk-uclass.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-14/+14
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+2
* dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait2020-08-061-4/+5
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop part.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* blk: set log2blksz in blk_create_device()Heinrich Schuchardt2019-10-301-0/+1
* dm: core: Add device_foreach_child()Simon Glass2019-10-081-2/+2
* Revert "blk: Invalidate block cache when switching hwpart"Weijie Gao2019-08-301-12/+2
* blk: Invalidate block cache when switching hwpartWeijie Gao2019-07-181-2/+12
* blk: Rework guard around part_init callTom Rini2018-12-121-1/+1
* blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen2018-11-141-0/+2
* blk: Make blk_next_free_devnum() publicBin Meng2018-11-141-1/+1
* blk: Drop blk_prepare_device()Bin Meng2018-11-141-9/+0
* blk: Call part_init() in the post_probe() methodBin Meng2018-11-141-0/+12
* block: Add a function to find block device descriptorTien Fong Chee2018-09-281-0/+23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SystemACE: RemoveTom Rini2018-02-131-2/+0
* efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-1/+3
* dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese2017-12-121-3/+4
* 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