summaryrefslogtreecommitdiff
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* ahci: disable MSI on SAMSUNG 0xa800 SSDTejun Heo2014-12-041-0/+1
* AHCI: Add DeviceIDs for Sunrise Point-LP SATA controllerDevin Ryles2014-12-021-0/+3
* ahci: fix AHCI parameters not taken into accountAntoine Tenart2014-11-041-6/+3
* ahci: Add Device IDs for Intel Sunrise Point PCHJames Ralston2014-10-271-0/+5
* ahci: disable MSI instead of NCQ on Samsung pci-e SSDs on macbooksTejun Heo2014-10-271-3/+11
* Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-10-101-75/+7
|\
| * AHCI: Move host activation code into ahci_host_activate()Alexander Gordeev2014-10-061-5/+1
| * AHCI: Move ahci_host_activate() function to libahci.cAlexander Gordeev2014-10-061-60/+0
| * AHCI: Pass SCSI host template as arg to ahci_host_activate()Alexander Gordeev2014-10-061-5/+5
| * AHCI: Cleanup checking of multiple MSIs/SLM modesAlexander Gordeev2014-09-281-11/+7
| * ahci: ahci_p5wdh_workaround - constify DMI tableMathias Krause2014-08-311-1/+1
* | ahci: add pcid for Marvel 0x9182 controllerMurali Karicheri2014-09-061-0/+2
* | ata: Disabling the async PM for JMicron chip 363/361Chuansheng Liu2014-09-011-0/+12
* | ahci: Add Device IDs for Intel 9 Series PCHJames Ralston2014-08-281-0/+8
|/
* ata: libahci_platform: move port_map parameters into the AHCI structureAntoine Ténart2014-07-301-2/+1
* ahci: add support for the Promise FastTrak TX8660 SATA HBA (ahci mode)Romain Degez2014-07-181-0/+1
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-06-091-0/+4
|\
| * ahci: Add Device ID for HighPoint RocketRaid 642LJérôme Carretero2014-06-031-0/+2
| * ahci: add PCI ID for Marvell 88SE91A0 SATA ControllerAndreas Schrägle2014-05-271-0/+2
* | ahci: disable DEVSLP for Intel ValleyviewJacob Pan2014-04-241-0/+15
* | ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev2014-04-181-6/+10
* | ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev2014-04-171-4/+4
* | ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev2014-04-171-1/+8
* | ahci: do not request irq for dummy portDavid Milburn2014-04-161-8/+4
|/
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-11/+9
|\
| * ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev2014-02-141-11/+9
| * ahci: Fix broken fallback to single MSI modeAlexander Gordeev2014-02-141-1/+3
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-03-311-3/+4
|\ \
| * | libahci: Allow drivers to override start_engineHans de Goede2014-02-221-2/+4
| * | ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-131-1/+0
| |/
* | Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-1/+3
|\ \
| * | ahci: Fix broken fallback to single MSI modeAlexander Gordeev2014-02-141-1/+3
| |/
* | ahci: disable NCQ on Samsung pci-e SSDs on macbooksLevente Kurusa2014-02-181-0/+14
|/
* Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-21/+35
|\
| * PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-031-21/+35
* | Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2014-01-161-9/+12
|\ \
| * | ahci: add PCI ID for Marvell 88SE9170 SATA controllerSimon Guinot2013-12-311-0/+3
| * | ahci: bail out on ICH6 before using AHCI BARPaul Bolle2013-12-161-9/+9
* | | drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.cRashika Kheria2013-12-141-1/+1
* | | libata: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2013-12-031-0/+2
|\ \ \ | |/ /
| * | ahci: add Marvell 9230 to the AHCI PCI device listSamir Benmendil2013-11-231-0/+2
| |/
* | ahci: mcp89: enter AHCI mode under Apple BIOS emulationJames Laird2013-11-231-9/+51
|/
* Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-11-131-0/+4
|\
| * ahci: Add Device IDs for Intel Wildcat Point-LPJames Ralston2013-11-041-0/+4
* | ahci: use dev_info() instead of printk()Jingoo Han2013-10-071-1/+1
|/
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-09-031-0/+8
|\
| * libata: Add H2D FIS "auxiliary" port flagMarc Carino2013-08-251-0/+8
* | ahci: fix Null pointer dereference in achi_host_active()Xiaotian Feng2013-07-231-1/+8
|/
* Merge branch 'for-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2013-07-031-4/+7
|\
| * Merge branch 'libata/for-3.10-fixes' into libata/for-3.11Tejun Heo2013-07-021-1/+4
| |\