aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2022-03-18sandbox: Open host file for read-only access if neededSimon Glass
2022-02-09Convert CONFIG_SYS_IDE_MAXBUS et al to KconfigSimon Glass
2022-02-09ide: Drop CONFIG_IDE_AHBSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-12-20Merge tag 'v2022.01-rc4' into nextTom Rini
2021-12-18blk: add a helper function, blk_probe_or_unbind()AKASHI Takahiro
2021-12-09efi: Add a media/block driver for EFI block devicesSimon Glass
2021-12-09efi: Add uclass for devices provided by UEFI firmwareSimon Glass
2021-12-09efi: Rename UCLASS_EFI and IF_TYPE_EFISimon Glass
2021-12-05ide: Drop ATA_PORT_ADDRSimon Glass
2021-12-05ide: Drop unused CONFIG optionsSimon Glass
2021-12-05sandbox: Drop CONFIG_HOST_MAX_DEVICESSimon Glass
2021-08-31Kconfig: Remove all default n/no optionsMichal Simek
2021-07-21blk: Support iterationSimon Glass
2021-07-18usb: Enforce DM_USB migration for USB_HOST devices.Tom Rini
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay
2021-04-20Fix IDE commands issued, fix endian issues, fix non MMIOReinoud Zandijk
2021-03-27sandbox: Provide a way to bind fixed/removeable devicesSimon Glass
2021-03-03sandbox: host bind must close file descriptorHeinrich Schuchardt
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-30sandbox: fill block device meta informationHeinrich Schuchardt
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
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-06blkcache: Extend blkcache_init to cover CONFIG_NEEDS_MANUAL_RELOCOvidiu Panait
2020-08-06dm: blk: Use IS_ENABLED() instead of #ifdefs in blk_post_probeOvidiu Panait
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-04-17block: ide: use definitions from include/libata.hHeinrich Schuchardt
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
2020-01-26common: fix regression on block cache initAngelo Durgehello
2020-01-25common: add blkcache initAngelo Durgehello
2019-12-03blk: Make use of CONFIG_HAVE_BLOCK_DEVICE moreTom Rini
2019-10-30blk: set log2blksz in blk_create_device()Heinrich Schuchardt
2019-10-08dm: core: Add device_foreach_child()Simon Glass
2019-08-30Revert "blk: Invalidate block cache when switching hwpart"Weijie Gao
2019-07-18blk: Invalidate block cache when switching hwpartWeijie Gao
2019-07-10blk: Allow control of the block cache in TPLSimon Glass
2019-01-15blk: Increase cache element sizeMarek Vasut
2018-12-12blk: Rework guard around part_init callTom Rini
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-11-14blk: Call part_init() in the post_probe() methodBin Meng
2018-11-14sandbox: blk: Switch to use platdata_auto_alloc_size for the driver dataBin Meng
2018-10-09blk: Support block drivers in TPLSimon Glass
2018-09-28block: Add a function to find block device descriptorTien Fong Chee