summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeLines
* ahci: Fix data abort on multiple scsi resets.Roger Quadros2014-04-02-7/+16
* ahci: wait longer for link.Ian Campbell2014-03-10-1/+1
* ahci-plat: Provide a weak scsi_init hookIan Campbell2014-03-10-0/+5
* blackfin: Add <asm/clock.h> to numerous driversTom Rini2014-02-20-0/+1
* sandbox: block driver using host file/device as backing storeHenrik Nordström2014-01-08-0/+125
* ahci: Fix cache align error messagesRoger Quadros2013-12-04-7/+1
* ahci: Error out with message on malloc() failureRoger Quadros2013-12-04-2/+14
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-31-37/+15
* Coding Style cleanup: remove trailing white spaceWolfgang Denk2013-10-14-1/+1
* Fix some obvious typos across multiple subsystems.Robert P. J. Day2013-09-20-1/+1
* ahci: convert to use libata functions and definitionsRob Herring2013-09-06-56/+24
* ahci: increase spin-up timeout to 20 secRob Herring2013-09-06-1/+1
* ahci: handle COMINIT received during spin-upRob Herring2013-09-06-0/+12
* ahci: move link bring-up handling to separate functionRob Herring2013-09-06-15/+25
* ahci: add defines for PORT_SCR_STAT register bitsRob Herring2013-09-06-2/+3
* ahci: fix memory leak in ata_scsiop_inquiryRob Herring2013-09-06-0/+1
* ahci: fix unaligned accessRob Herring2013-09-06-1/+1
* ahci: use ports implemented map instead of num_portsRichard Gibbs2013-09-06-0/+4
* Merge branch 'master' of git://git.denx.de/u-boot-nds32Tom Rini2013-07-25-1/+1
|\
| * block: constify sect_buf argument of ide_write_dataGabor Juhos2013-07-24-1/+1
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-307/+21
|/
* dwc_ahsata: Allow use with dcache enabledEric Nelson2013-06-26-9/+25
* part/dev_desc: Add log2 of blocksize to block_dev_desc data structEgbert Eich2013-05-01-0/+4
* Consolidate bool typeYork Sun2013-04-01-34/+27
* mvsata_ide.c: Correction of typo in commentsGray Remlin2013-03-11-2/+2
* Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2013-02-04-2/+2
|\
| * block: systemace: Added missing "else" in "ace_writew"Alexey Brodkin2013-02-04-2/+2
* | drivers/block/systemace - fixed data type in "systemace_read" to match protot...Alexey Brodkin2013-02-04-2/+2
|/
* drivers/block/: sparse fixesKim Phillips2012-11-04-82/+25
* ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy2012-11-02-4/+8
* ahci: Perform SATA flush after disk write.Marc Jones2012-11-02-1/+51
* ahci: Support spin-up and link-up separatelyMarc Jones2012-11-02-6/+39
* ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy2012-11-02-4/+10
* ahci: flush / invalidate dcache around SATA commandsTaylor Hutt2012-11-02-0/+39
* ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt2012-11-02-4/+6
* ahci: Fix 'Invaild' typoTaylor Hutt2012-11-02-1/+1
* ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt2012-11-02-5/+5
* ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black2012-11-02-5/+50
* ahci: support scsi writing in AHCI driverHung-Te Lin2012-11-02-24/+30
* ahci: Make sending the SETFEATURES_XFER command optionalGabe Black2012-11-02-0/+6
* ahci: cosmetics and cleanupStefan Reinauer2012-11-02-7/+18
* ahci: Improve AHCI debuggingStefan Reinauer2012-11-02-1/+2
* ahci: Optimise AHCI controller reset and start-upStefan Reinauer2012-11-02-9/+15
* ahci: Support splitting of read transactions into multiple chunksVadim Bendebury2012-11-02-29/+69
* sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann2012-10-15-16/+7
* sil_sata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-3/+3
* sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini2012-10-15-1/+1
* pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-2/+2
* fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-15-4/+6
* dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini2012-10-15-4/+4