summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* ahci: Support spin-up and link-up separatelyMarc Jones2012-11-021-6/+39
* ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy2012-11-021-4/+10
* ahci: flush / invalidate dcache around SATA commandsTaylor Hutt2012-11-021-0/+39
* ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt2012-11-021-4/+6
* ahci: Fix 'Invaild' typoTaylor Hutt2012-11-021-1/+1
* ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt2012-11-021-5/+5
* ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black2012-11-021-5/+50
* ahci: support scsi writing in AHCI driverHung-Te Lin2012-11-021-24/+30
* ahci: Make sending the SETFEATURES_XFER command optionalGabe Black2012-11-021-0/+6
* ahci: cosmetics and cleanupStefan Reinauer2012-11-021-7/+18
* ahci: Improve AHCI debuggingStefan Reinauer2012-11-021-1/+2
* ahci: Optimise AHCI controller reset and start-upStefan Reinauer2012-11-021-9/+15
* ahci: Support splitting of read transactions into multiple chunksVadim Bendebury2012-11-021-29/+69
* sata.h: Make all sata/ata drivers include <sata.h>Pavel Herrmann2012-10-1511-16/+7
* sil_sata: Make sata_write() comply with <part.h>Tom Rini2012-10-151-3/+3
* sata_dwc: Make sata_write() use const void, per <part.h>Tom Rini2012-10-151-1/+1
* pata_bfin: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-151-2/+2
* fsl_sata: Make sata_{read,write}() comply with <part.h>Tom Rini2012-10-151-4/+6
* dwc_ahsata: Make sata_write() comply with <part.h>Tom Rini2012-10-151-4/+4
* ata_piix: sata_write must take a const void argument.Tom Rini2012-10-152-2/+2
* ata_piix: Fix checkpatch issuesTom Rini2012-10-152-267/+232
* remove unnecessary code in ata_piixPavel Herrmann2012-09-281-3/+0
* block: systemace: Simplify base and width initializationMichal Simek2012-09-111-13/+25
* Remove remaining mdelay() macrosAnatolij Gustschin2012-07-081-1/+0
* Block: Remove MG DISK supportMarek Vasut2012-06-213-731/+0
* SATA: add driver for MX5 / MX6 SOCsStefano Babic2012-05-153-0/+1305
* Blackfin: pata_bfin: fix printf warningMike Frysinger2012-02-121-1/+1
* mvsata: fix ide_preinit for missing disksSimon Guinot2011-12-061-6/+8
* drivers/block/sata_dwc.c: Fix GCC 4.6 build warningWolfgang Denk2011-12-021-5/+1
* powerpc/85xx: always implement the work-around for Erratum SATA_A001Timur Tabi2011-11-292-21/+1
* ftide020: fix incorrect information display formatMacpaul Lin2011-11-181-3/+2
* sata_dwc.c: Fix GCC 4.6 build warningsStefan Roese2011-11-161-32/+3
* drivers/block/sym53c8xx.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-161-2/+0
* drivers/block/sata_sil3114.c: Fix GCC 4.6 build warningKumar Gala2011-11-161-0/+4
* drivers/block/ahci.c: Fix GCC 4.6 build warningKumar Gala2011-11-161-3/+0
* GCC4.6: Squash warnings in sata_sil3114.cMarek Vasut2011-10-271-1/+1
* GCC4.6: Squash warnings in ahci.cMarek Vasut2011-10-271-1/+1
* consolidate mdelay by providing a common function for all usersAnatolij Gustschin2011-10-222-9/+0
* drivers: add the support for Silicon Image SATA controllerTang Yuantian2011-10-223-0/+952
* fsl_sata: Fix compile error when CONFIG_LBA48 is not definedTang Yuantian2011-10-091-5/+10
* ATA: Squash warnings in mxc_ata.Marek Vasut2011-09-301-13/+9
OpenPOWER on IntegriCloud