summaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek1-24/+22
2022-11-08dm: sandbox: Switch over to using the new host uclassSimon Glass1-1/+1
2022-11-08dm: blk: Tidy up obtaining a block device from its parentSimon Glass1-11/+15
2022-10-31dm: blk: Add udevice functionsSimon Glass1-17/+34
2022-10-18dm: blk: Do not use uclass_next_device_errMichal Suchanek1-10/+6
2022-09-25blk: Rename if_type to uclass_idSimon Glass1-73/+72
2022-09-16blk: Drop if_typeSimon Glass1-17/+17
2022-09-16blk: Switch over to using uclass IDsSimon Glass1-29/+35
2022-09-16blk: Rewrite if_type to name functionsSimon Glass1-18/+27
2022-09-16blk: Rename var in blk_get_devnum_by_typename()Simon Glass1-6/+6
2022-09-16blk: Drop IF_TYPE_SDSimon Glass1-2/+0
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass1-2/+0
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass1-2/+0
2022-09-16blk: Use a function for whether block devices are availableSimon Glass1-2/+1
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini1-0/+7
2022-04-25dm: blk: Add a function to return the device typeSimon Glass1-0/+7
2022-04-23dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro1-0/+4
2022-04-06dm: blk: Expand iteration and add testsSimon Glass1-0/+24
2022-03-25disk: Add an option for partitions in SPLSimon Glass1-1/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-12-18blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro1-0/+13
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass1-0/+2
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass1-2/+2
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