aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11AHCI: Remove obsolete Intel Lewisburg SATA RAID device IDsScott Lawson1-4/+0
2016-03-11Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo1-0/+49
2016-02-29ahci: Workaround for ThunderX Errata#22536Tirumalesh Chalamarla1-0/+43
2016-02-19ahci: Add runtime PM support for the host controllerMika Westerberg1-12/+61
2016-02-19ahci: Convert driver to use modern PM hooksMika Westerberg1-27/+24
2016-02-18Adding Intel Lewisburg device IDs for SATAAlexandra Yates1-0/+6
2016-02-10ahci: Intel DNV device IDs SATAAlexandra Yates1-0/+20
2015-11-16ahci: per-port msix supportDan Williams1-22/+45
2015-11-16ahci: Order SATA device IDs for codename LewisburgAlexandra Yates1-10/+10
2015-11-16ahci: Add Device ID for Intel Sunrise Point PCHCharles_Rose@Dell.com1-0/+2
2015-11-03ahci: add new Intel device IDsAlexandra Yates1-0/+10
2015-10-31ahci: Add Marvell 88se91a2 device idJohannes Thumshirn1-0/+2
2015-08-24PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIZhang Rui1-12/+1
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-15/+89
2015-06-17ahci, msix: Fix build error for !PCI_MSIRobert Richter1-20/+1
2015-06-16ahci: Add support for Cavium's ThunderX host controllerRobert Richter1-1/+4
2015-06-16ahci: Add generic MSI-X support for single interrupts to SATA PCI driverRobert Richter1-0/+72
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter1-5/+10
2015-06-03ahci: Move interrupt enablement code to a separate functionRobert Richter1-9/+22
2015-05-10ahci: avoton port-disable reset-quirkDan Williams1-8/+95
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert1-5/+5
2015-01-13ahci: Remove Device ID for Intel Sunrise Point PCHJames Ralston1-1/+0
2014-12-04ahci: disable MSI on SAMSUNG 0xa800 SSDTejun Heo1-0/+1
2014-12-02AHCI: Add DeviceIDs for Sunrise Point-LP SATA controllerDevin Ryles1-0/+3
2014-11-04ahci: fix AHCI parameters not taken into accountAntoine Tenart1-6/+3
2014-10-27ahci: Add Device IDs for Intel Sunrise Point PCHJames Ralston1-0/+5
2014-10-27ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooksTejun Heo1-3/+11
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-75/+7
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev1-5/+1
2014-10-06AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev1-60/+0
2014-10-06AHCI: Pass SCSI host template as arg to ahci_host_activate()Alexander Gordeev1-5/+5
2014-09-28AHCI: Cleanup checking of multiple MSIs/SLM modesAlexander Gordeev1-11/+7
2014-09-06ahci: add pcid for Marvel 0x9182 controllerMurali Karicheri1-0/+2
2014-09-01ata: Disabling the async PM for JMicron chip 363/361Chuansheng Liu1-0/+12
2014-08-31ahci: ahci_p5wdh_workaround - constify DMI tableMathias Krause1-1/+1
2014-08-28ahci: Add Device IDs for Intel 9 Series PCHJames Ralston1-0/+8
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart1-2/+1
2014-07-18ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)Romain Degez1-0/+1
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-0/+4
2014-06-03ahci: Add Device ID for HighPoint RocketRaid 642LJérôme Carretero1-0/+2
2014-05-27ahci: add PCI ID for Marvell 88SE91A0 SATA ControllerAndreas Schrägle1-0/+2
2014-04-24ahci: disable DEVSLP for Intel ValleyviewJacob Pan1-0/+15
2014-04-18ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev1-6/+10
2014-04-17ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev1-4/+4
2014-04-17ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev1-1/+8
2014-04-16ahci: do not request irq for dummy portDavid Milburn1-8/+4
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-11/+9
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-3/+4
2014-02-22libahci: Allow drivers to override start_engineHans de Goede1-2/+4
2014-02-20Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+3