summaryrefslogtreecommitdiff
path: root/drivers/block
Commit message (Expand)AuthorAgeLines
* 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
* ata_piix: sata_write must take a const void argument.Tom Rini2012-10-15-2/+2
* ata_piix: Fix checkpatch issuesTom Rini2012-10-15-267/+232
* remove unnecessary code in ata_piixPavel Herrmann2012-09-28-3/+0
* block: systemace: Simplify base and width initializationMichal Simek2012-09-11-13/+25
* Remove remaining mdelay() macrosAnatolij Gustschin2012-07-08-1/+0
* Block: Remove MG DISK supportMarek Vasut2012-06-21-731/+0
* SATA: add driver for MX5 / MX6 SOCsStefano Babic2012-05-15-0/+1305
* Blackfin: pata_bfin: fix printf warningMike Frysinger2012-02-12-1/+1
* mvsata: fix ide_preinit for missing disksSimon Guinot2011-12-06-6/+8
* drivers/block/sata_dwc.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-02-5/+1
* powerpc/85xx: always implement the work-around for Erratum SATA_A001Timur Tabi2011-11-29-21/+1
* ftide020: fix incorrect information display formatMacpaul Lin2011-11-18-3/+2
* sata_dwc.c: Fix GCC 4.6 build warningsStefan Roese2011-11-16-32/+3
* drivers/block/sym53c8xx.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-16-2/+0
* drivers/block/sata_sil3114.c: Fix GCC 4.6 build warningKumar Gala2011-11-16-0/+4
* drivers/block/ahci.c: Fix GCC 4.6 build warningKumar Gala2011-11-16-3/+0
* GCC4.6: Squash warnings in sata_sil3114.cMarek Vasut2011-10-27-1/+1
* GCC4.6: Squash warnings in ahci.cMarek Vasut2011-10-27-1/+1
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-22-9/+0
* drivers: add the support for Silicon Image SATA controllerTang Yuantian2011-10-22-0/+952