summaryrefslogtreecommitdiff
path: root/drivers/block/blk-uclass.c
AgeCommit message (Expand)Author
2025-07-23block: Remove blk_find_first/nextGreg Malysa
2024-10-24block: make blk_create_device() staticHeinrich Schuchardt
2024-08-08drivers: introduce UBI block abstractionAlexey Romanov
2024-08-08drivers: introduce mtdblock abstractionAlexey Romanov
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07block: Remove <common.h> and add needed includesTom Rini
2023-10-24rockchip: block: blk-uclass: add bounce buffer flag to blk_descJohan Jonker
2023-10-24rockchip: dm: prepare rkmtd UCLASSJohan Jonker
2023-10-10dm: blk: Drop blk_{read,write}_devnum()Bin Meng
2023-10-10dm: blk: Rename get_desc() and make it externally visibleBin Meng
2023-08-22blk: Add bounce buffer support to read/write operationsMarek Vasut
2023-08-22disk: Make blk_get_ops() internal to blk uclassMarek Vasut
2023-08-22disk: Move part_create_block_devices() to blk uclassMarek Vasut
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi
2023-04-05blk: blkmap: Add basic infrastructureTobias Waldekranz
2022-11-07dm: blk: Add probe in blk_first_device/blk_next_deviceMichal Suchanek
2022-11-07dm: sandbox: Switch over to using the new host uclassSimon Glass
2022-11-07dm: blk: Tidy up obtaining a block device from its parentSimon Glass
2022-10-31dm: blk: Add udevice functionsSimon Glass
2022-10-17dm: blk: Do not use uclass_next_device_errMichal Suchanek
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