aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2024-02-06blk: host_dev: Fix error code in host_sb_attach_file()Dan Carpenter
2023-11-18blk: blkmap: add ramdisk creation utility functionMasahisa Kojima
2023-11-16blk: Drop reference to DM_SPLSimon Glass
2023-11-07block: rkmtd: select CONFIG_RANDOM_UUID explicitlyAKASHI Takahiro
2023-10-24rockchip: block: blk-uclass: add bounce buffer flag to blk_descJohan Jonker
2023-10-24rockchip: block: add rkmtd class and driversJohan 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-10-10blk: blkmap: Support mapping to device of any block sizeBin Meng
2023-10-10blk: blkmap: Make bind/unbind routines staticBin Meng
2023-10-10blk: host_dev: Sanity check on the size of host backing fileBin Meng
2023-10-10blk: host_dev: Make host_sb_detach_file() and host_sb_ops staticBin Meng
2023-10-10blk: sandbox: Support binding a device with a given logical block sizeBin Meng
2023-10-10blk: Use a macro for the typical block sizeBin Meng
2023-09-14blkcache: Remove unused NEEDS_MANUAL_RELOC code bitsMarek Vasut
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-08-21Merge tag 'v2023.10-rc3' into nextTom Rini
2023-08-09bootstd: Correct creating of bootdev siblingSimon Glass
2023-08-09Kconfigs: Correct default of "0" on hex type entriesTom Rini
2023-06-19spl: blk: Support loading images from fsMayuresh Chitale
2023-04-28sandbox: fix return type of os_filesize()Heinrich Schuchardt
2023-04-27drivers/mtd/nvmxip: introduce NVM XIP block storage emulationAbdellatif El Khlifi
2023-04-27ide: Make use of U-Boot typesSimon Glass
2023-04-27ide: Simplify expressions and hex valuesSimon Glass
2023-04-27ide: Convert to use log_debug()Simon Glass
2023-04-27ide: Tidy up ide_reset()Simon Glass
2023-04-27ide: Correct LBA settingSimon Glass
2023-04-27ide: Use a single local blk_desc for ide_ident()Simon Glass
2023-04-27ide: Move all blk_desc init into ide_ident()Simon Glass
2023-04-27ide: Make ide_ident() return an error codeSimon Glass
2023-04-27ide: Use desc consistently for struct blk_descSimon Glass
2023-04-27ide: Combine the two loops in ide_probe()Simon Glass
2023-04-27ide: Move ide_init() entirely within ide_probe()Simon Glass
2023-04-27ide: Move setting of vendor strings into ide_probe()Simon Glass
2023-04-27ide: Make ide_bus_ok a local variableSimon Glass
2023-04-27ide: Move bus init into a functionSimon Glass
2023-04-27ide: Avoid preprocessor for CONFIG_LBA48Simon Glass
2023-04-27ide: Avoid preprocessor for CONFIG_ATAPISimon Glass
2023-04-27ide: Simplify success conditionSimon Glass
2023-04-27ide: Refactor confusing loop codeSimon Glass
2023-04-27ide: Change the retries variableSimon Glass
2023-04-27ide: Make function staticSimon Glass
2023-04-27ide: Correct use of ATAPISimon Glass
2023-04-27ide: Create a prototype for ide_set_reset()Simon Glass
2023-04-27ide: Drop weak functionsSimon Glass
2023-04-27ide: Move a few functions further up the fileSimon Glass
2023-04-27ide: Drop ide_device_present()Simon Glass