summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* block: dwc_ahsata: support i.MX6DQPlusPeng Fan2016-05-241-1/+1
* dm: blk: Add functions to select a hardware partitionSimon Glass2016-05-171-0/+29
* dm: blk: Free the block device name when unboundSimon Glass2016-05-171-2/+10
* dm: blk: Fix allocation of block-device numberingSimon Glass2016-05-171-9/+9
* dm: systemace: Add driver-mode block-device supportSimon Glass2016-05-171-0/+44
* dm: systemace: Reorder function to avoid forward declarataionsSimon Glass2016-05-171-31/+26
* dm: blk: Add a easier way to create a named block deviceSimon Glass2016-05-171-0/+15
* dm: blk: Allow blk_create_device() to allocate the device numberSimon Glass2016-05-171-0/+29
* dm: sandbox: Drop the host_get_dev() functionSimon Glass2016-05-171-10/+0
* dm: blk: Drop the systemace.h headerSimon Glass2016-05-171-1/+0
* dm: systemace: Drop the get_dev() functionSimon Glass2016-05-171-11/+3
* dm: mmc: Add an implementation of the 'devnum' functionsSimon Glass2016-05-171-0/+280
* dm: sandbox: Add a legacy host block interfaceSimon Glass2016-05-171-0/+7
* dm: systemace: Add a legacy block interfaceSimon Glass2016-05-171-0/+14
* dm: blk: Add a legacy block interfaceSimon Glass2016-05-172-0/+265
* dm: scsi: Rename CONFIG_CMD_SCSI to CONFIG_SCSISimon Glass2016-05-171-1/+1
* sandbox: Add dummy SATA functionsSimon Glass2016-05-172-1/+34
* sandbox: Add dummy SCSI functionsSimon Glass2016-05-172-1/+30
* dm: Rename disk uclass to ahciSimon Glass2016-05-173-7/+6
* Revert "dm: sandbox: Drop the pre-DM host implementation"Simon Glass2016-05-171-0/+90
* ahci: flush dcache before issuing commandTang Yuantian2016-04-181-0/+1
* block: Add support for Ceva sataMichal Simek2016-04-042-0/+114
* drivers: block: add block device cacheEric Nelson2016-04-014-1/+195
* Fix spelling of "transferred".Vagrant Cascadian2016-03-221-2/+2
* dm: sandbox: Drop the pre-DM host implementationSimon Glass2016-03-171-90/+0
* dm: sandbox: Add driver-model block-device support for sandboxSimon Glass2016-03-141-1/+117
* dm: sandbox: Prepare block driver for driver-model conversionSimon Glass2016-03-141-16/+14
* dm: blk: Add a block-device uclassSimon Glass2016-03-143-0/+188
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-142-4/+4
* dm: part: Rename some partition functionsSimon Glass2016-03-143-3/+3
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-143-12/+12
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* ahci: Add a disk-controller uclassSimon Glass2016-01-243-0/+24
* Fix GCC format-security errors and convert sprintfs.Ben Whitten2016-01-141-2/+2
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-01-143-3/+1049
|\
| * arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese2016-01-141-3/+3
| * sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill2016-01-142-0/+1046
* | block: pass block dev not num to read/write/erase()Stephen Warren2016-01-132-8/+14
|/
* dm: ahci: Convert to use new DM PCI APISimon Glass2016-01-121-7/+63
* Fix typo: firstly -> first.Vagrant Cascadian2015-12-051-2/+2
* Fix typo: commmand -> command.Vagrant Cascadian2015-12-052-3/+3
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* block: ahci: Remove dead codeFabio Estevam2015-11-121-36/+0
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* arm: mvebu: add Armada XP SATA supportAnton Schubert2015-07-231-0/+41
* drivers: block: Remove the ata_piix driverBin Meng2015-07-143-789/+0
* Merge git://git.denx.de/u-boot-marvellTom Rini2015-07-101-3/+0
|\
| * block: ahci: Don't enable port interruptsStefan Roese2015-07-101-3/+0
* | ahci: Fix compiling warnings under 64bit platformsTang Yuantian2015-07-092-34/+43
|/
* ahci: extend data io wait to 10sMark Langsdorf2015-06-121-1/+1
OpenPOWER on IntegriCloud