summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeLines
* block: Move ceva driver to DMMichal Simek2016-12-20-2/+48
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-20-9/+64
* Revert "Merge branch 'master' of git://www.denx.de/git/u-boot-microblaze"Tom Rini2016-12-09-112/+11
* block: Move ceva driver to DMMichal Simek2016-12-08-2/+48
* dm: Add support for scsi/sata based devicesMichal Simek2016-12-08-9/+64
* sata: sata_mv: Fix misaligned cache warningsStefan Roese2016-12-05-3/+9
* dm: blk: Fix get_desc to return block device descriptorMichal Simek2016-12-02-0/+2
* dm: blk: Enable CONFIG_BLK if DM_MMC is enabledSimon Glass2016-10-11-0/+1
* ahci: Make ahci_port_base() non-static to enable overwriteStefan Roese2016-09-27-1/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-6/+6
* drivers: squash lines for immediate returnMasahiro Yamada2016-09-23-3/+2
* block: dwc_ahsata: support i.MX6DQPlusPeng Fan2016-05-24-1/+1
* dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-17-0/+29
* dm: blk: Free the block device name when unboundSimon Glass2016-05-17-2/+10
* dm: blk: Fix allocation of block-device numberingSimon Glass2016-05-17-9/+9
* dm: systemace: Add driver-mode block-device supportSimon Glass2016-05-17-0/+44
* dm: systemace: Reorder function to avoid forward declarataionsSimon Glass2016-05-17-31/+26
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-17-0/+15
* dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-17-0/+29
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-17-10/+0
* dm: blk: Drop the systemace.h headerSimon Glass2016-05-17-1/+0
* dm: systemace: Drop the get_dev() functionSimon Glass2016-05-17-11/+3
* dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass2016-05-17-0/+280
* dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-17-0/+7
* dm: systemace: Add a legacy block interfaceSimon Glass2016-05-17-0/+14
* dm: blk: Add a legacy block interfaceSimon Glass2016-05-17-0/+265
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-17-1/+1
* sandbox: Add dummy SATA functionsSimon Glass2016-05-17-1/+34
* sandbox: Add dummy SCSI functionsSimon Glass2016-05-17-1/+30
* dm: Rename disk uclass to ahciSimon Glass2016-05-17-7/+6
* Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass2016-05-17-0/+90
* ahci: flush dcache before issuing commandTang Yuantian2016-04-18-0/+1
* block: Add support for Ceva sataMichal Simek2016-04-04-0/+114
* drivers: block: add block device cacheEric Nelson2016-04-01-1/+195
* Fix spelling of "transferred".Vagrant Cascadian2016-03-22-2/+2
* dm: sandbox: Drop the pre-DM host implementationSimon Glass2016-03-17-90/+0
* dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-14-1/+117
* dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-14-16/+14
* dm: blk: Add a block-device uclassSimon Glass2016-03-14-0/+188
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-14-4/+4
* dm: part: Rename some partition functionsSimon Glass2016-03-14-3/+3
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-14-12/+12
* Use correct spelling of "U-Boot"Bin Meng2016-02-06-1/+1
* ahci: Add a disk-controller uclassSimon Glass2016-01-24-0/+24
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-14-2/+2
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-01-14-3/+1049
|\
| * arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese2016-01-14-3/+3
| * sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2016-01-14-0/+1046
* | block: pass block dev not num to read/write/erase()Stephen Warren2016-01-13-8/+14
|/
* dm: ahci: Convert to use new DM PCI APISimon Glass2016-01-12-7/+63