]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/4.4.116/ahci-add-pci-ids-for-intel-bay-trail-cherry-trail-and-apollo-lake-ahci.patch
Linux 4.19.45
[thirdparty/kernel/stable-queue.git] / releases / 4.4.116 / ahci-add-pci-ids-for-intel-bay-trail-cherry-trail-and-apollo-lake-ahci.patch
CommitLineData
2f6dbbd1
GKH
1From 998008b779e424bd7513c434d0ab9c1268459009 Mon Sep 17 00:00:00 2001
2From: Hans de Goede <hdegoede@redhat.com>
3Date: Wed, 6 Dec 2017 16:41:09 +0100
4Subject: ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
5
6From: Hans de Goede <hdegoede@redhat.com>
7
8commit 998008b779e424bd7513c434d0ab9c1268459009 upstream.
9
10Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
11SATA controllers. This commit is a preparation patch for allowing a
12different default sata link powermanagement policy for mobile chipsets.
13
14Signed-off-by: Hans de Goede <hdegoede@redhat.com>
15Signed-off-by: Tejun Heo <tj@kernel.org>
16Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17
18---
19 drivers/ata/ahci.c | 4 ++++
20 1 file changed, 4 insertions(+)
21
22--- a/drivers/ata/ahci.c
23+++ b/drivers/ata/ahci.c
24@@ -382,6 +382,10 @@ static const struct pci_device_id ahci_p
25 { PCI_VDEVICE(INTEL, 0xa20e), board_ahci }, /* Lewisburg RAID*/
26 { PCI_VDEVICE(INTEL, 0xa252), board_ahci }, /* Lewisburg RAID*/
27 { PCI_VDEVICE(INTEL, 0xa256), board_ahci }, /* Lewisburg RAID*/
28+ { PCI_VDEVICE(INTEL, 0x0f22), board_ahci }, /* Bay Trail AHCI */
29+ { PCI_VDEVICE(INTEL, 0x0f23), board_ahci }, /* Bay Trail AHCI */
30+ { PCI_VDEVICE(INTEL, 0x22a3), board_ahci }, /* Cherry Trail AHCI */
31+ { PCI_VDEVICE(INTEL, 0x5ae3), board_ahci }, /* Apollo Lake AHCI */
32
33 /* JMicron 360/1/3/5/6, match class to avoid IDE function */
34 { PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,