]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blame - releases/3.14.8/ahci-add-pci-id-for-marvell-88se91a0-sata-controller.patch
drop queue-4.14/mips-make-sure-dt-memory-regions-are-valid.patch
[thirdparty/kernel/stable-queue.git] / releases / 3.14.8 / ahci-add-pci-id-for-marvell-88se91a0-sata-controller.patch
CommitLineData
7e372278
GKH
1From 754a292fe6b08196cb135c03b404444e17de520a Mon Sep 17 00:00:00 2001
2From: =?UTF-8?q?Andreas=20Schr=C3=A4gle?= <ajs124.ajs124@gmail.com>
3Date: Sat, 24 May 2014 16:35:43 +0200
4Subject: ahci: add PCI ID for Marvell 88SE91A0 SATA Controller
5MIME-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8
9From: =?UTF-8?q?Andreas=20Schr=C3=A4gle?= <ajs124.ajs124@gmail.com>
10
11commit 754a292fe6b08196cb135c03b404444e17de520a upstream.
12
13Add support for Marvell Technology Group Ltd. 88SE91A0 SATA 6Gb/s
14Controller by adding its PCI ID.
15
16Signed-off-by: Andreas Schrägle <ajs124.ajs124@gmail.com>
17Signed-off-by: Tejun Heo <tj@kernel.org>
18Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19
20---
21 drivers/ata/ahci.c | 2 ++
22 1 file changed, 2 insertions(+)
23
24--- a/drivers/ata/ahci.c
25+++ b/drivers/ata/ahci.c
26@@ -446,6 +446,8 @@ static const struct pci_device_id ahci_p
27 .driver_data = board_ahci_yes_fbs }, /* 88se9172 */
28 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192),
29 .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */
30+ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0),
31+ .driver_data = board_ahci_yes_fbs },
32 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
33 .driver_data = board_ahci_yes_fbs },
34 { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),