summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci.c
AgeCommit message (Expand)Author
2015-06-10ahci: avoton port-disable reset-quirkDan Williams
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
2014-02-18ahci: disable NCQ on Samsung pci-e SSDs on macbooksLevente Kurusa
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev
2014-02-14ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev
2014-02-13ata: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-16Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo
2014-01-03PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev
2013-12-31ahci: add PCI ID for Marvell 88SE9170 SATA controllerSimon Guinot
2013-12-16ahci: bail out on ICH6 before using AHCI BARPaul Bolle
2013-12-14drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.cRashika Kheria
2013-12-03libata: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo
2013-11-23ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil
2013-11-23ahci: mcp89: enter AHCI mode under Apple BIOS emulationJames Laird
2013-11-13Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2013-11-04ahci: Add Device IDs for Intel Wildcat Point-LPJames Ralston
2013-10-07ahci: use dev_info() instead of printk()Jingoo Han
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds
2013-08-25libata: Add H2D FIS "auxiliary" port flagMarc Carino
2013-07-23ahci: fix Null pointer dereference in achi_host_active()Xiaotian Feng
2013-07-03Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds