summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf2015-06-121-9/+29
* fsl/sata: Replace sprintf() with snprintf()Tang Yuantian2015-05-281-1/+1
* ahci: mmio_base is a virtual addressScott Wood2015-04-182-6/+7
* ahci: Fix a wrong parameter passTang Yuantian2015-04-071-1/+1
* x86: ahci: Make sure interface is not busy after enabling the portBin Meng2015-01-231-1/+19
* ahci-plat: provide a weak scsi_bus_reset() hookDmitry Lifshitz2015-01-051-2/+1
* ahci: introduce ahci_reset()Dmitry Lifshitz2015-01-051-17/+30
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-12-101-6/+8
|\
| * sata: fix reset_sata for dwc_ahsataSoeren Moch2014-12-011-6/+8
* | blackfin: include <linux/compiler.h> rather than define __iomemMasahiro Yamada2014-12-081-1/+0
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-11-247-0/+51
|\
| * sata: implement reset_sata for dwc_ahsataNikita Kiryanov2014-11-247-0/+51
* | sata: fix a bug in init_sata() for pci-sata cardli pengbo2014-11-231-1/+1
* | linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
|/
* dwc_ahsata: use bitwise operator in sata_port_statusNikita Kiryanov2014-10-281-1/+1
* arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese2014-10-231-1/+1
* ahci: Don't start command DMA engine before buffers are setRoger Quadros2014-10-101-1/+0
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* sata: dwc_ahsata: implement sata_port_statusNikita Kiryanov2014-09-091-0/+17
* ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell2014-07-311-0/+16
* AHCI: Increase link timeout to 200msIan Campbell2014-07-221-1/+1
* dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6DTim Harvey2014-06-061-0/+5
* ahci: Fix data abort on multiple scsi resets.Roger Quadros2014-04-021-7/+16
OpenPOWER on IntegriCloud