aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata/ahci.c
AgeCommit message (Expand)Author
2018-11-10ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel
2018-07-17ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede
2018-03-28ahci: Add PCI-id for the Highpoint Rocketraid 644L cardHans de Goede
2018-02-16ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg
2018-02-16ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede
2018-02-16ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede
2016-03-09Adding Intel Lewisburg device IDs for SATAAlexandra Yates
2016-02-17ahci: Intel DNV device IDs SATAAlexandra Yates
2015-11-16ahci: Order SATA device IDs for codename LewisburgAlexandra Yates
2015-11-16ahci: Add Device ID for Intel Sunrise Point PCHCharles_Rose@Dell.com
2015-11-03ahci: add new Intel device IDsAlexandra Yates
2015-10-31ahci: Add Marvell 88se91a2 device idJohannes Thumshirn
2015-08-24PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIZhang Rui
2015-06-25Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds
2015-06-17ahci, msix: Fix build error for !PCI_MSIRobert Richter
2015-06-16ahci: Add support for Cavium's ThunderX host controllerRobert Richter
2015-06-16ahci: Add generic MSI-X support for single interrupts to SATA PCI driverRobert Richter
2015-06-03ahci: Store irq number in struct ahci_host_privRobert Richter
2015-06-03ahci: Move interrupt enablement code to a separate functionRobert Richter
2015-05-10ahci: avoton port-disable reset-quirkDan Williams
2015-04-08ata: remove deprecated use of pci apiQuentin Lambert
2015-01-13ahci: Remove Device ID for Intel Sunrise Point PCHJames Ralston
2014-12-04ahci: disable MSI on SAMSUNG 0xa800 SSDTejun Heo
2014-12-02AHCI: Add DeviceIDs for Sunrise Point-LP SATA controllerDevin Ryles
2014-11-04ahci: fix AHCI parameters not taken into accountAntoine Tenart
2014-10-27ahci: Add Device IDs for Intel Sunrise Point PCHJames Ralston
2014-10-27ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooksTejun Heo
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2014-10-06AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev
2014-10-06AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev
2014-10-06AHCI: Pass SCSI host template as arg to ahci_host_activate()Alexander Gordeev
2014-09-28AHCI: Cleanup checking of multiple MSIs/SLM modesAlexander Gordeev
2014-09-06ahci: add pcid for Marvel 0x9182 controllerMurali Karicheri
2014-09-01ata: Disabling the async PM for JMicron chip 363/361Chuansheng Liu
2014-08-31ahci: ahci_p5wdh_workaround - constify DMI tableMathias Krause
2014-08-28ahci: Add Device IDs for Intel 9 Series PCHJames Ralston
2014-07-30ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart
2014-07-18ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)Romain Degez
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2014-06-03ahci: Add Device ID for HighPoint RocketRaid 642LJérôme Carretero
2014-05-27ahci: add PCI ID for Marvell 88SE91A0 SATA ControllerAndreas Schrägle
2014-04-24ahci: disable DEVSLP for Intel ValleyviewJacob Pan
2014-04-18ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev
2014-04-17ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev
2014-04-17ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev
2014-04-16ahci: do not request irq for dummy portDavid Milburn
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2014-02-22libahci: Allow drivers to override start_engineHans de Goede
2014-02-20Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds