summaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 18Thomas Gleixner2019-05-211-17/+1Star
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-08-241-5/+33
|\
| * ata: ahci: Enable DEVSLP by default on x86 with SLP_S0Srinivas Pandruvada2018-07-301-5/+33
* | ahci: Add Intel Ice Lake LP PCI IDMika Westerberg2018-07-021-0/+1
* | ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede2018-07-021-0/+59
|/
* ahci: Add PCI ID for Cannon Lake PCH-LP AHCIMika Westerberg2018-05-241-0/+1
* libahci: Allow drivers to override stop_engineEvan Wang2018-04-261-3/+3
* ahci: Add PCI-id for the Highpoint Rocketraid 644L cardHans de Goede2018-03-041-1/+3
* ahci: Add Intel Cannon Lake PCH-H PCI IDMika Westerberg2018-01-111-0/+1
* ahci: Allow setting a default LPM policy for mobile chipsetsHans de Goede2017-12-111-41/+56
* ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCIHans de Goede2017-12-111-0/+4
* ahci: Annotate PCI ids for mobile Intel chipsets as suchHans de Goede2017-12-111-16/+16
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-11-151-2/+7
|\
| * ahci: Add support for Cavium's fifth generation SATA controllerRadha Mohan Chintakuntla2017-10-111-2/+7
* | ahci: don't ignore result code of ahci_reset_controller()Ard Biesheuvel2017-10-021-1/+4
|/
* ahci: don't use MSI for devices with the silly Intel NVMe remapping schemeChristoph Hellwig2017-09-061-1/+8
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-07-061-0/+2
|\
| * ahci: Add Device ID for ASMedia 1061R and 1062RShawn Lin2017-06-271-0/+2
| * ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
* | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-041-1/+1
|\ \
| * | ata: update references for libata documentationMauro Carvalho Chehab2017-05-161-1/+1
| |/
* / ahci: Acer SA5-271 SSD Not Detected FixSui Chen2017-05-161-0/+38
|/
* Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2016-12-131-0/+39
|\
| * ahci: warn about remapped NVMe devicesChristoph Hellwig2016-12-051-0/+39
* | ahci: always fall back to single-MSI modeChristoph Hellwig2016-11-211-7/+0Star
* | ahci: fix the single MSI-X case in ahci_init_oneChristoph Hellwig2016-10-251-1/+1
* | ahci: fix nvec checkChristoph Hellwig2016-10-201-7/+7
* | ahci: only try to use multi-MSI mode if there is more than 1 portChristoph Hellwig2016-10-191-14/+17
|/
* ahci: use pci_alloc_irq_vectorsChristoph Hellwig2016-09-061-117/+32Star
* ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-271-1/+1
* AHCI: Remove obsolete Intel Lewisburg SATA RAID device IDsScott Lawson2016-03-111-4/+0Star
* Merge branch 'for-4.5-fixes' into for-4.6Tejun Heo2016-03-111-0/+49
|\
| * ahci: Workaround for ThunderX Errata#22536Tirumalesh Chalamarla2016-02-291-0/+43
| * Adding Intel Lewisburg device IDs for SATAAlexandra Yates2016-02-181-0/+6
* | ahci: Add runtime PM support for the host controllerMika Westerberg2016-02-191-12/+61
* | ahci: Convert driver to use modern PM hooksMika Westerberg2016-02-191-27/+24Star
|/
* ahci: Intel DNV device IDs SATAAlexandra Yates2016-02-101-0/+20
* ahci: per-port msix supportDan Williams2015-11-161-22/+45
* ahci: Order SATA device IDs for codename LewisburgAlexandra Yates2015-11-161-10/+10
* ahci: Add Device ID for Intel Sunrise Point PCHCharles_Rose@Dell.com2015-11-161-0/+2
* ahci: add new Intel device IDsAlexandra Yates2015-11-031-0/+10
* ahci: Add Marvell 88se91a2 device idJohannes Thumshirn2015-10-311-0/+2
* PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIZhang Rui2015-08-241-12/+1Star
* Merge branch 'for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2015-06-261-15/+89
|\
| * ahci, msix: Fix build error for !PCI_MSIRobert Richter2015-06-171-20/+1Star
| * ahci: Add support for Cavium's ThunderX host controllerRobert Richter2015-06-161-1/+4
| * ahci: Add generic MSI-X support for single interrupts to SATA PCI driverRobert Richter2015-06-161-0/+72
| * ahci: Store irq number in struct ahci_host_privRobert Richter2015-06-031-5/+10
| * ahci: Move interrupt enablement code to a separate functionRobert Richter2015-06-031-9/+22
* | ahci: avoton port-disable reset-quirkDan Williams2015-05-101-8/+95
|/