summaryrefslogtreecommitdiffstats
path: root/drivers/block/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate bool typeYork Sun2013-04-011-3/+3
* 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
* drivers/block/ahci.c: Fix GCC 4.6 build warningKumar Gala2011-11-161-3/+0
* GCC4.6: Squash warnings in ahci.cMarek Vasut2011-10-271-1/+1
* scsi/ahci: add support for non-PCI controllersRob Herring2011-07-261-8/+62
* scsi/ahci: ata id little endian fixRob Herring2011-07-261-1/+1
* Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala2009-07-291-1/+1
* ahci: Fix gcc 4.4 compiler warningKumar Gala2009-07-231-8/+6
* drivers/block/ahci: Fix pci mapping bugBecky Bruce2009-02-101-5/+2
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-1/+1
* drivers/block: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD2008-08-131-3/+0
* drivers/block : move block drivers to drivers/blockJean-Christophe PLAGNIOL-VILLARD2007-11-251-0/+703
OpenPOWER on IntegriCloud