summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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
2013-03-11mvsata_ide.c: Correction of typo in commentsGray Remlin
2013-02-04Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini
2013-02-04drivers/block/systemace - fixed data type in "systemace_read" to match protot...Alexey Brodkin
2013-02-04block: systemace: Added missing "else" in "ace_writew"Alexey Brodkin
2012-11-04drivers/block/: sparse fixesKim Phillips
2012-11-02ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy
2012-11-02ahci: Perform SATA flush after disk write.Marc Jones
2012-11-02ahci: Support spin-up and link-up separatelyMarc Jones
2012-11-02ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy
2012-11-02ahci: flush / invalidate dcache around SATA commandsTaylor Hutt
2012-11-02ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt
2012-11-02ahci: Fix 'Invaild' typoTaylor Hutt
2012-11-02ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt
2012-11-02ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black
2012-11-02ahci: support scsi writing in AHCI driverHung-Te Lin
2012-11-02ahci: Make sending the SETFEATURES_XFER command optionalGabe Black
2012-11-02ahci: cosmetics and cleanupStefan Reinauer
2012-11-02ahci: Improve AHCI debuggingStefan Reinauer
2012-11-02ahci: Optimise AHCI controller reset and start-upStefan Reinauer
2012-11-02ahci: Support splitting of read transactions into multiple chunksVadim Bendebury
2012-10-15sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann
2012-10-15sil_sata: Make sata_write() comply with <part.h>Tom Rini
2012-10-15sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini
2012-10-15pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini
2012-10-15fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini
2012-10-15dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini