summaryrefslogtreecommitdiff
path: root/include/blk.h
AgeCommit message (Expand)Author
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass
2022-11-07dm: test: Clear the block cache after running a testSimon Glass
2022-10-31dm: blk: Add udevice functionsSimon Glass
2022-10-21blk: fix a couple of trivial documentation typosMattijs Korpershoek
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: Drop IF_TYPE_SDSimon Glass
2022-09-16blk: Drop IF_TYPE_ATAPISimon Glass
2022-09-16blk: Drop IF_TYPE_DOCSimon Glass
2022-09-16blk: Rename HAVE_BLOCK_DEVICESimon Glass
2022-09-16blk: Use a function for whether block devices are availableSimon Glass
2022-04-25dm: blk: Add a function to return the device typeSimon Glass
2022-04-06dm: blk: Expand iteration and add testsSimon 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-10-26efi_loader: add UEFI GPT measurementMasahisa Kojima
2021-07-21blk: Support iterationSimon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-08-14xen: pvblock: Add initial support for para-virtualized block driverAnastasiia Lukianenko
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-01-25common: blk: fix comment about blkcache_read return valueEric Nelson
2020-01-25common: add blkcache initAngelo Durgehello
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-09-28block: Add a function to find block device descriptorTien Fong Chee
2018-06-18block: Add SPL_BLOCK_CACHE and default nAdam Ford
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-09-20part: extract MBR signature from partitionsPeter Jones
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-09-10blk: Use macros for block device vendor/product/rev string sizeBin Meng
2017-08-17dm: blk: Add a generic function for block device commandsSimon 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-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-06-10dm: blk: Fix warning on !CONFIG_BLKTom Rini
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass
2016-05-17dm: blk: Add a comment as to why the bdev member is neededSimon Glass
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass
2016-05-17dm: systemace: Add a legacy block interfaceSimon Glass
2016-05-17dm: blk: Add a legacy block interfaceSimon Glass
2016-04-11drivers: block: fix placement of parametersEric Nelson