summaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21blk: Support iterationSimon Glass1-0/+49
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-14/+14
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko1-0/+2
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait1-4/+5
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-10-30blk: set log2blksz in blk_create_device()Heinrich Schuchardt1-0/+1
2019-10-08dm: core: Add device_foreach_child()Simon Glass1-2/+2
2019-08-30Revert "blk: Invalidate block cache when switching hwpart"Weijie Gao1-12/+2
2019-07-18blk: Invalidate block cache when switching hwpartWeijie Gao1-2/+12
2018-12-12blk: Rework guard around part_init callTom Rini1-1/+1
2018-11-14blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen1-0/+2
2018-11-14blk: Make blk_next_free_devnum() publicBin Meng1-1/+1
2018-11-14blk: Drop blk_prepare_device()Bin Meng1-9/+0
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-0/+12
2018-09-29block: Add a function to find block device descriptorTien Fong Chee1-0/+23
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-14SystemACE: RemoveTom Rini1-2/+0
2018-01-23efi_driver: EFI block driverHeinrich Schuchardt1-1/+3
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