summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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
2014-03-10ahci: wait longer for link.Ian Campbell
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell
2014-02-20blackfin: Add <asm/clock.h> to numerous driversTom Rini
2014-01-08sandbox: block driver using host file/device as backing storeHenrik Nordström
2013-12-04ahci: Fix cache align error messagesRoger Quadros
2013-12-04ahci: Error out with message on malloc() failureRoger Quadros
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk
2013-09-20Fix some obvious typos across multiple subsystems.Robert P. J. Day
2013-09-06ahci: convert to use libata functions and definitionsRob Herring
2013-09-06ahci: increase spin-up timeout to 20 secRob Herring
2013-09-06ahci: handle COMINIT received during spin-upRob Herring
2013-09-06ahci: move link bring-up handling to separate functionRob Herring
2013-09-06ahci: add defines for PORT_SCR_STAT register bitsRob Herring
2013-09-06ahci: fix memory leak in ata_scsiop_inquiryRob Herring
2013-09-06ahci: fix unaligned accessRob Herring
2013-09-06ahci: use ports implemented map instead of num_portsRichard Gibbs
2013-07-25Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-24block: constify sect_buf argument of ide_write_dataGabor Juhos
2013-06-26dwc_ahsata: Allow use with dcache enabledEric Nelson
2013-05-01part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich
2013-04-01Consolidate bool typeYork Sun