summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* block: Add SPL_BLOCK_CACHE and default nAdam Ford2018-06-182-1/+8
* block: Have BLOCK_CACHE default to y in some casesTom Rini2018-06-071-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-13/+6
* SystemACE: RemoveTom Rini2018-02-134-325/+0
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-082-2/+9
* block: Migrate SystemACE chip to KconfigTom Rini2018-02-081-0/+18
* efi_driver: EFI block driverHeinrich Schuchardt2018-01-221-1/+3
* dm: blk: Use uclass_find_first/next_device() in blk_first/next_device()Stefan Roese2017-12-121-3/+4
* blk: Remove various places that do flush cache after readBin Meng2017-09-152-6/+0
* blk: dm: make blk_create_device() take a number of block instead of a sizeJean-Jacques Hiblot2017-09-112-5/+5
* block: ide: Don't bother to create BLK device if no CDROM insertedBin Meng2017-09-101-0/+7
* block: ide: Fix block read/write with driver modelBin Meng2017-09-102-1/+74
* block: Drop the ftide020 driverBin Meng2017-09-033-614/+0
* block: ide: Drop CONFIG_IDE_LEDBin Meng2017-09-031-46/+0
* block: ide: Drop CONFIG_IDE_INIT_POSTRESETBin Meng2017-09-031-9/+0
* dm: blk: Update return value in blk_create_devicef()Simon Glass2017-08-171-1/+1
* dm: blk: Add a function to find an interface-type nameSimon Glass2017-08-172-0/+12
* dm: blk: part: Add UCLASS_NVME and IF_TYPE_NVMEZhikang Zhang2017-08-131-0/+2
* Merge git://git.denx.de/u-boot-x86Tom Rini2017-08-011-0/+2
|\
| * block: ide: Fix build error when CONFIG_BLK is onBin Meng2017-08-011-0/+2
* | dm: mmc: Allow disabling driver model in SPLSimon Glass2017-08-012-2/+14
|/
* scsi: Move drivers into new drivers/scsi directorySimon Glass2017-07-114-71/+1
* sata: Move drivers into new drivers/ata directorySimon Glass2017-07-1121-9926/+1
* Kconfig: Add CONFIG_SATA to enable SATASimon Glass2017-07-111-0/+13
* scsi: Drop scsi_print_error()Simon Glass2017-07-112-9/+0
* scsi: Drop sym53c8xx driverSimon Glass2017-07-112-852/+0
* Convert CONFIG_SCSI to KconfigSimon Glass2017-07-111-0/+9
* drivers, block: remove sil680 driverHeiko Schocher2017-07-032-90/+0
* block: sata: ceva: drop extraneous netdev.h includePeter Robinson2017-06-201-1/+0
* powerpc, 8xx: remove support for 8xxHeiko Schocher2017-06-122-12/+0
* dm: blk: Add a way to obtain a block device from its parentSimon Glass2017-06-091-0/+26
* dm: blk: Improve block device claimingSimon Glass2017-06-011-3/+31
* dm: blk: Add a function to find the next block device numberSimon Glass2017-06-011-6/+16
* dm: blk: Allow finding block devices without probingSimon Glass2017-06-011-2/+13
* dm: core: Replace of_offset with accessor (part 2)Simon Glass2017-06-011-3/+3
* dm: Rename dev_addr..() functionsSimon Glass2017-06-012-3/+3
* Kconfig: Add a CONFIG_IDE optionSimon Glass2017-05-224-1/+1241
* drivers: block: dwc_ahci: Implement a driver for Synopsys DWC sata deviceJean-Jacques Hiblot2017-05-093-0/+112
* fsl/sata: correctly identify failed mallocxypron.glpk@gmx.de2017-04-181-1/+1
* drivers: remove Blackfin specific driversMasahiro Yamada2017-04-183-1380/+0
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-042-2/+2
* block: Move ceva driver to DMMichal Simek2016-12-202-2/+48
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-205-9/+64
* Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2016-12-096-112/+11
* block: Move ceva driver to DMMichal Simek2016-12-082-2/+48
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-085-9/+64
* sata: sata_mv: Fix misaligned cache warningsStefan Roese2016-12-051-3/+9
* dm: blk: Fix get_desc to return block device descriptorMichal Simek2016-12-021-0/+2
* dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass2016-10-111-0/+1
* ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese2016-09-271-1/+1