summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* ahci: wait longer for link.Ian Campbell2014-03-101-1/+1
* ahci-plat: Provide a weak scsi_init hookIan Campbell2014-03-101-0/+5
* blackfin: Add <asm/clock.h> to numerous driversTom Rini2014-02-201-0/+1
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-082-0/+125
* ahci: Fix cache align error messagesRoger Quadros2013-12-041-7/+1
* ahci: Error out with message on malloc() failureRoger Quadros2013-12-041-2/+14
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-37/+15
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-141-1/+1
* Fix some obvious typos across multiple subsystems.Robert P. J. Day2013-09-201-1/+1
* ahci: convert to use libata functions and definitionsRob Herring2013-09-061-56/+24
* ahci: increase spin-up timeout to 20 secRob Herring2013-09-061-1/+1
* ahci: handle COMINIT received during spin-upRob Herring2013-09-061-0/+12
* ahci: move link bring-up handling to separate functionRob Herring2013-09-061-15/+25
* ahci: add defines for PORT_SCR_STAT register bitsRob Herring2013-09-061-2/+3
* ahci: fix memory leak in ata_scsiop_inquiryRob Herring2013-09-061-0/+1
* ahci: fix unaligned accessRob Herring2013-09-061-1/+1
* ahci: use ports implemented map instead of num_portsRichard Gibbs2013-09-061-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-251-1/+1
|\
| * block: constify sect_buf argument of ide_write_dataGabor Juhos2013-07-241-1/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-2421-307/+21
|/
* dwc_ahsata: Allow use with dcache enabledEric Nelson2013-06-261-9/+25
* part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-013-0/+4
* Consolidate bool typeYork Sun2013-04-014-34/+27
* mvsata_ide.c: Correction of typo in commentsGray Remlin2013-03-111-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-02-041-2/+2
|\
| * block: systemace: Added missing "else" in "ace_writew"Alexey Brodkin2013-02-041-2/+2
* | drivers/block/systemace - fixed data type in "systemace_read" to match protot...Alexey Brodkin2013-02-041-2/+2
|/
* drivers/block/: sparse fixesKim Phillips2012-11-043-82/+25
* ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy2012-11-021-4/+8
* ahci: Perform SATA flush after disk write.Marc Jones2012-11-021-1/+51
OpenPOWER on IntegriCloud