summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
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
2012-10-15ata_piix: sata_write must take a const void argument.Tom Rini
2012-10-15ata_piix: Fix checkpatch issuesTom Rini
2012-09-28remove unnecessary code in ata_piixPavel Herrmann
2012-09-11block: systemace: Simplify base and width initializationMichal Simek
2012-07-08Remove remaining mdelay() macrosAnatolij Gustschin
2012-06-21Block: Remove MG DISK supportMarek Vasut
2012-05-15SATA: add driver for MX5 / MX6 SOCsStefano Babic
2012-02-12Blackfin: pata_bfin: fix printf warningMike Frysinger
2011-12-06mvsata: fix ide_preinit for missing disksSimon Guinot
2011-12-02drivers/block/sata_dwc.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-29powerpc/85xx: always implement the work-around for Erratum SATA_A001Timur Tabi
2011-11-18ftide020: fix incorrect information display formatMacpaul Lin
2011-11-16sata_dwc.c: Fix GCC 4.6 build warningsStefan Roese
2011-11-16drivers/block/sym53c8xx.c: Fix GCC 4.6 build warningWolfgang Denk
2011-11-16drivers/block/sata_sil3114.c: Fix GCC 4.6 build warningKumar Gala
2011-11-16drivers/block/ahci.c: Fix GCC 4.6 build warningKumar Gala
2011-10-27GCC4.6: Squash warnings in sata_sil3114.cMarek Vasut
2011-10-27GCC4.6: Squash warnings in ahci.cMarek Vasut
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin
2011-10-22drivers: add the support for Silicon Image SATA controllerTang Yuantian
2011-10-09fsl_sata: Fix compile error when CONFIG_LBA48 is not definedTang Yuantian
2011-09-30ATA: Squash warnings in mxc_ata.Marek Vasut