summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2016-03-22Fix spelling of "transferred".Vagrant Cascadian
2016-03-17dm: sandbox: Drop the pre-DM host implementationSimon Glass
2016-03-14dm: sandbox: Add driver-model block-device support for sandboxSimon Glass
2016-03-14dm: sandbox: Prepare block driver for driver-model conversionSimon Glass
2016-03-14dm: blk: Add a block-device uclassSimon Glass
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass
2016-03-14dm: part: Rename some partition functionsSimon Glass
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2016-01-24ahci: Add a disk-controller uclassSimon Glass
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten
2016-01-14Merge git://www.denx.de/git/u-boot-marvellTom Rini
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese
2016-01-14sata: Add SATA driver with DMA support for Marvell Kirkwood and Armada XPTor Krill
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren
2016-01-12dm: ahci: Convert to use new DM PCI APISimon Glass
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian
2015-12-05Fix typo: commmand -> command.Vagrant Cascadian
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-11-12block: ahci: Remove dead codeFabio Estevam
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-07-23arm: mvebu: add Armada XP SATA supportAnton Schubert
2015-07-14drivers: block: Remove the ata_piix driverBin Meng
2015-07-10Merge git://git.denx.de/u-boot-marvellTom Rini
2015-07-10block: ahci: Don't enable port interruptsStefan Roese
2015-07-09ahci: Fix compiling warnings under 64bit platformsTang Yuantian
2015-06-12ahci: extend data io wait to 10sMark Langsdorf
2015-06-12ahci: support LBA48 data reads for 2+TB drivesMark Langsdorf
2015-05-28fsl/sata: Replace sprintf() with snprintf()Tang Yuantian
2015-04-18ahci: mmio_base is a virtual addressScott Wood
2015-04-07ahci: Fix a wrong parameter passTang Yuantian
2015-01-23x86: ahci: Make sure interface is not busy after enabling the portBin Meng
2015-01-05ahci-plat: provide a weak scsi_bus_reset() hookDmitry Lifshitz
2015-01-05ahci: introduce ahci_reset()Dmitry Lifshitz
2014-12-10Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-12-08blackfin: include <linux/compiler.h> rather than define __iomemMasahiro Yamada
2014-12-01sata: fix reset_sata for dwc_ahsataSoeren Moch
2014-11-24Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini
2014-11-24sata: implement reset_sata for dwc_ahsataNikita Kiryanov
2014-11-23sata: fix a bug in init_sata() for pci-sata cardli pengbo
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-10-28dwc_ahsata: use bitwise operator in sata_port_statusNikita Kiryanov
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese
2014-10-10ahci: Don't start command DMA engine before buffers are setRoger Quadros
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada
2014-09-09sata: dwc_ahsata: implement sata_port_statusNikita Kiryanov
2014-07-31ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell
2014-07-22AHCI: Increase link timeout to 200msIan Campbell
2014-06-06dwc_ahsata: return failure for MX6 if not IMX6Q/IMX6DTim Harvey
2014-04-02ahci: Fix data abort on multiple scsi resets.Roger Quadros