aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-24rockchip: block: blk-uclass: add bounce buffer flag to blk_descJohan Jonker1-2/+2
2023-10-24rockchip: dm: prepare rkmtd UCLASSJohan Jonker1-0/+1
2023-10-10dm: blk: Drop blk_{read,write}_devnum()Bin Meng1-29/+0
2023-10-10dm: blk: Rename get_desc() and make it externally visibleBin Meng1-18/+8
2023-08-22blk: Add bounce buffer support to read/write operationsMarek Vasut1-2/+60
2023-08-22disk: Make blk_get_ops() internal to blk uclassMarek Vasut1-0/+2
2023-08-22disk: Move part_create_block_devices() to blk uclassMarek Vasut1-0/+48
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi1-0/+1
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz1-0/+1
2022-11-07dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek1-24/+22
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass1-1/+1
2022-11-07dm: 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-17dm: 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_typeWIP/2022-09-16-rationalize-the-block-interfaceSimon 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 testsWIP/2022-04-06-various-verified-boot-bugfixesSimon 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-13dm: 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-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop part.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: 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