summaryrefslogtreecommitdiff
path: root/include/blk.h
Commit message (Expand)AuthorAgeFilesLines
* ide: Avoid preprocessor for CONFIG_LBA48Simon Glass2023-04-271-3/+1
* ide: Correct use of ATAPISimon Glass2023-04-271-0/+1
* dm: blk: Tidy up obtaining a block device from its parentSimon Glass2022-11-071-1/+27
* dm: test: Clear the block cache after running a testSimon Glass2022-11-071-2/+7
* dm: blk: Add udevice functionsSimon Glass2022-10-311-1/+38
* blk: fix a couple of trivial documentation typosMattijs Korpershoek2022-10-211-3/+5
* blk: Rename if_type to uclass_idSimon Glass2022-09-251-61/+61
* blk: Drop if_typeSimon Glass2022-09-161-22/+19
* blk: Switch over to using uclass IDsSimon Glass2022-09-161-16/+2
* blk: Drop IF_TYPE_SDSimon Glass2022-09-161-1/+0
* blk: Drop IF_TYPE_ATAPISimon Glass2022-09-161-1/+0
* blk: Drop IF_TYPE_DOCSimon Glass2022-09-161-1/+0
* blk: Rename HAVE_BLOCK_DEVICESimon Glass2022-09-161-1/+1
* blk: Use a function for whether block devices are availableSimon Glass2022-09-161-0/+5
* dm: blk: Add a function to return the device typeSimon Glass2022-04-251-0/+8
* dm: blk: Expand iteration and add testsSimon Glass2022-04-061-0/+45
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-24/+24
* blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro2021-12-181-0/+12
* efi: Add uclass for devices provided by UEFI firmwareSimon Glass2021-12-091-0/+1
* efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass2021-12-091-1/+1
* efi_loader: add UEFI GPT measurementMasahisa Kojima2021-10-261-0/+3
* blk: Support iterationSimon Glass2021-07-211-0/+56
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko2020-08-141-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-1/+1
* common: blk: fix comment about blkcache_read return valueEric Nelson2020-01-251-1/+1
* common: add blkcache initAngelo Durgehello2020-01-251-0/+6
* blk: Introduce IF_TYPE_VIRTIOTuomas Tynkkynen2018-11-141-0/+1
* blk: Make blk_next_free_devnum() publicBin Meng2018-11-141-0/+11
* blk: Drop blk_prepare_device()Bin Meng2018-11-141-10/+0
* block: Add a function to find block device descriptorTien Fong Chee2018-09-281-0/+9
* block: Add SPL_BLOCK_CACHE and default nAdam Ford2018-06-181-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* SystemACE: RemoveTom Rini2018-02-131-1/+0
* efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-0/+1
* part: extract MBR signature from partitionsPeter Jones2017-09-201-0/+18
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-111-4/+4
* blk: Use macros for block device vendor/product/rev string sizeBin Meng2017-09-101-3/+7
* dm: blk: Add a generic function for block device commandsSimon Glass2017-08-171-0/+12
* dm: blk: Add a function to find an interface-type nameSimon Glass2017-08-171-0/+8
* dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-131-0/+1
* dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-011-2/+2
* dm: blk: Fix warning on !CONFIG_BLKTom Rini2017-06-101-7/+7
* dm: blk: Add a way to obtain a block device from its parentSimon Glass2017-06-091-0/+7
* dm: blk: Allow finding block devices without probingSimon Glass2017-06-011-1/+14
* dm: blk: Add a comment as to why the bdev member is neededSimon Glass2016-05-171-0/+5
* dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-171-0/+30
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-0/+17
* dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-171-1/+14
* dm: systemace: Add a legacy block interfaceSimon Glass2016-05-171-0/+1