summaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)Author
2022-09-25blk: Rename if_type to uclass_idSimon Glass
2022-09-16blk: Drop if_typeSimon Glass
2022-09-16blk: Switch over to using uclass IDsSimon Glass
2022-09-16blk: Rewrite if_type to name functionsSimon Glass
2022-09-16blk: Rename var in blk_get_devnum_by_typename()Simon Glass
2022-09-16blk: Drop IF_TYPE_SDSimon Glass
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass
2022-09-16blk: Use a function for whether block devices are availableSimon Glass
2022-04-25Merge branch '2022-04-25-initial-implementation-of-stdboot'Tom Rini
2022-04-25dm: blk: Add a function to return the device typeSimon Glass
2022-04-23dm: blk: add a device-probe hook for scanning disk partitionsAKASHI Takahiro
2022-04-06dm: blk: Expand iteration and add testsSimon Glass
2022-03-25disk: Add an option for partitions in SPLSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-18blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass
2021-07-21blk: Support iterationSimon Glass
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2019-10-30blk: set log2blksz in blk_create_device()Heinrich Schuchardt
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-08-30Revert "blk: Invalidate block cache when switching hwpart"Weijie Gao
2019-07-18blk: Invalidate block cache when switching hwpartWeijie Gao
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