summaryrefslogtreecommitdiff
path: root/drivers/block/ahci.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-07ahci: Fix a wrong parameter passTang Yuantian1-1/+1
2015-01-24x86: ahci: Make sure interface is not busy after enabling the portBin Meng1-1/+19
2015-01-05ahci-plat: provide a weak scsi_bus_reset() hookDmitry Lifshitz1-2/+1
2015-01-05ahci: introduce ahci_reset()Dmitry Lifshitz1-17/+30
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-10-10ahci: Don't start command DMA engine before buffers are setRoger Quadros1-1/+0
2014-07-31ahci: provide sunxi SATA driver using AHCI platform frameworkIan Campbell1-0/+16
2014-07-22AHCI: Increase link timeout to 200msIan Campbell1-1/+1
2014-04-02ahci: Fix data abort on multiple scsi resets.Roger Quadros1-7/+16
2014-03-10ahci: wait longer for link.Ian Campbell1-1/+1
2014-03-10ahci-plat: Provide a weak scsi_init hookIan Campbell1-0/+5
2013-12-04ahci: Fix cache align error messagesRoger Quadros1-7/+1
2013-12-04ahci: Error out with message on malloc() failureRoger Quadros1-2/+14
2013-10-15Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-09-06ahci: convert to use libata functions and definitionsRob Herring1-56/+24
2013-09-06ahci: increase spin-up timeout to 20 secRob Herring1-1/+1
2013-09-06ahci: handle COMINIT received during spin-upRob Herring1-0/+12
2013-09-06ahci: move link bring-up handling to separate functionRob Herring1-15/+25
2013-09-06ahci: add defines for PORT_SCR_STAT register bitsRob Herring1-2/+3
2013-09-06ahci: fix memory leak in ata_scsiop_inquiryRob Herring1-0/+1
2013-09-06ahci: fix unaligned accessRob Herring1-1/+1
2013-09-06ahci: use ports implemented map instead of num_portsRichard Gibbs1-0/+4
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-18/+1
2013-04-02Consolidate bool typeYork Sun1-3/+3
2012-11-03ahci: Expand HDD Logical Block addressability up to 32 bitsWalter Murphy1-4/+8
2012-11-03ahci: Perform SATA flush after disk write.Marc Jones1-1/+51
2012-11-03ahci: Support spin-up and link-up separatelyMarc Jones1-6/+39
2012-11-03ahci: Adjust SATA timeouts for hard disk (spinup delay & command timeout)Walter Murphy1-4/+10
2012-11-03ahci: flush / invalidate dcache around SATA commandsTaylor Hutt1-0/+39
2012-11-03ahci: Use virt_to_phys() to denote physical addresses for DMATaylor Hutt1-4/+6
2012-11-03ahci: Fix 'Invaild' typoTaylor Hutt1-1/+1
2012-11-03ahci: Use sizeof(fis) instead of hardcoding '20'Taylor Hutt1-5/+5
2012-11-03ahci: Make the AHCI code find the capacity of disks > 128 GB properlyGabe Black1-5/+50
2012-11-03ahci: support scsi writing in AHCI driverHung-Te Lin1-24/+30
2012-11-03ahci: Make sending the SETFEATURES_XFER command optionalGabe Black1-0/+6
2012-11-03ahci: cosmetics and cleanupStefan Reinauer1-7/+18
2012-11-03ahci: Improve AHCI debuggingStefan Reinauer1-1/+2
2012-11-03ahci: Optimise AHCI controller reset and start-upStefan Reinauer1-9/+15
2012-11-03ahci: Support splitting of read transactions into multiple chunksVadim Bendebury1-29/+69
2011-11-16drivers/block/ahci.c: Fix GCC 4.6 build warningKumar Gala1-3/+0
2011-10-28GCC4.6: Squash warnings in ahci.cMarek Vasut1-1/+1
2011-07-26scsi/ahci: add support for non-PCI controllersRob Herring1-8/+62
2011-07-26scsi/ahci: ata id little endian fixRob Herring1-1/+1
2009-07-29Update Freescale copyrights to remove "All Rights Reserved"Kumar Gala1-1/+1
2009-07-23ahci: Fix gcc 4.4 compiler warningKumar Gala1-8/+6
2009-02-10drivers/block/ahci: Fix pci mapping bugBecky Bruce1-5/+2
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-08-13drivers/block: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD1-3/+0
2007-11-26drivers/block : move block drivers to drivers/blockJean-Christophe PLAGNIOL-VILLARD1-0/+703