summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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
2018-06-18block: Add SPL_BLOCK_CACHE and default nAdam Ford
2018-06-07block: Have BLOCK_CACHE default to y in some casesTom Rini
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-02-13SystemACE: RemoveTom Rini
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford
2018-02-08block: Migrate SystemACE chip to KconfigTom Rini
2018-01-22efi_driver: EFI block driverHeinrich Schuchardt
2017-12-12dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese
2017-09-15blk: Remove various places that do flush cache after readBin Meng
2017-09-11blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot
2017-09-10block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng
2017-09-10block: ide: Fix block read/write with driver modelBin Meng
2017-09-03block: Drop the ftide020 driverBin Meng
2017-09-03block: ide: Drop CONFIG_IDE_LEDBin Meng
2017-09-03block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng
2017-08-17dm: blk: Update return value in blk_create_devicef()Simon 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-01Merge git://git.denx.de/u-boot-x86Tom Rini
2017-08-01block: ide: Fix build error when CONFIG_BLK is onBin Meng
2017-08-01dm: mmc: Allow disabling driver model in SPLSimon Glass
2017-07-11scsi: Move drivers into new drivers/scsi directorySimon Glass
2017-07-11sata: Move drivers into new drivers/ata directorySimon Glass
2017-07-11Kconfig: Add CONFIG_SATA to enable SATASimon Glass
2017-07-11scsi: Drop scsi_print_error()Simon Glass
2017-07-11scsi: Drop sym53c8xx driverSimon Glass
2017-07-11Convert CONFIG_SCSI to KconfigSimon Glass
2017-07-03drivers, block: remove sil680 driverHeiko Schocher
2017-06-20block: sata: ceva: drop extraneous netdev.h includePeter Robinson
2017-06-12powerpc, 8xx: remove support for 8xxHeiko Schocher
2017-06-09dm: blk: Add a way to obtain a block device from its parentSimon Glass
2017-06-01dm: blk: Improve block device claimingSimon Glass
2017-06-01dm: blk: Add a function to find the next block device numberSimon Glass
2017-06-01dm: blk: Allow finding block devices without probingSimon Glass
2017-06-01dm: core: Replace of_offset with accessor (part 2)Simon Glass
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-22Kconfig: Add a CONFIG_IDE optionSimon Glass
2017-05-09drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata deviceJean-Jacques Hiblot
2017-04-18fsl/sata: correctly identify failed mallocxypron.glpk@gmx.de
2017-04-18drivers: remove Blackfin specific driversMasahiro Yamada
2017-04-04dm: core: Add flags parameter to device_remove()Stefan Roese