aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2016-05-17dm: blk: Add functions to select a hardware partitionSimon Glass1-0/+29
2016-05-17dm: blk: Free the block device name when unboundSimon Glass1-2/+10
2016-05-17dm: blk: Fix allocation of block-device numberingSimon Glass1-9/+9
2016-05-17dm: systemace: Add driver-mode block-device supportSimon Glass1-0/+44
2016-05-17dm: systemace: Reorder function to avoid forward declarataionsSimon Glass1-31/+26
2016-05-17dm: blk: Add a easier way to create a named block deviceSimon Glass1-0/+15
2016-05-17dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass1-0/+29
2016-05-17dm: sandbox: Drop the host_get_dev() functionSimon Glass1-10/+0
2016-05-17dm: blk: Drop the systemace.h headerSimon Glass1-1/+0
2016-05-17dm: systemace: Drop the get_dev() functionSimon Glass1-11/+3
2016-05-17dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass1-0/+280
2016-05-17dm: sandbox: Add a legacy host block interfaceSimon Glass1-0/+7
2016-05-17dm: systemace: Add a legacy block interfaceSimon Glass1-0/+14
2016-05-17dm: blk: Add a legacy block interfaceSimon Glass2-0/+265
2016-05-17dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass1-1/+1
2016-05-17sandbox: Add dummy SATA functionsSimon Glass2-1/+34
2016-05-17sandbox: Add dummy SCSI functionsSimon Glass2-1/+30
2016-05-17dm: Rename disk uclass to ahciSimon Glass3-7/+6
2016-05-17Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass1-0/+90
2016-04-18ahci: flush dcache before issuing commandTang Yuantian1-0/+1
2016-04-04block: Add support for Ceva sataMichal Simek2-0/+114
2016-04-01drivers: block: add block device cacheEric Nelson4-1/+195
2016-03-22Fix spelling of "transferred".Vagrant Cascadian1-2/+2
2016-03-17dm: sandbox: Drop the pre-DM host implementationSimon Glass1-90/+0
2016-03-14dm: sandbox: Add driver-model block-device support for sandboxSimon Glass1-1/+117
2016-03-14dm: sandbox: Prepare block driver for driver-model conversionSimon Glass1-16/+14
2016-03-14dm: blk: Add a block-device uclassSimon Glass3-0/+188
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass2-4/+4
2016-03-14dm: part: Rename some partition functionsSimon Glass3-3/+3
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass3-12/+12
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2016-01-24ahci: Add a disk-controller uclassSimon Glass3-0/+24
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-2/+2
2016-01-14Merge git://www.denx.de/git/u-boot-marvellTom Rini3-3/+1049
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese1-3/+3
2016-01-14sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2-0/+1046
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren2-8/+14
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass1-7/+63
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian1-2/+2
2015-12-05Fix typo: commmand -> command.Vagrant Cascadian2-3/+3
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-12block: ahci: Remove dead codeFabio Estevam1-36/+0
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-07-23arm: mvebu: add Armada XP SATA supportAnton Schubert1-0/+41
2015-07-14drivers: block: Remove the ata_piix driverBin Meng3-789/+0
2015-07-10Merge git://git.denx.de/u-boot-marvellTom Rini1-3/+0
2015-07-10block: ahci: Don't enable port interruptsStefan Roese1-3/+0
2015-07-09ahci: Fix compiling warnings under 64bit platformsTang Yuantian2-34/+43
2015-06-12ahci: extend data io wait to 10sMark Langsdorf1-1/+1
2015-06-12ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf1-9/+29