aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorSimon Guinot <sguinot@lacie.com>2013-12-23 13:24:35 +0100
committerBen Hutchings <ben@decadent.org.uk>2014-02-15 19:20:16 +0000
commit261746390873b6266a38691442bf52ee6c6ebba6 (patch)
treeaa714c25d885dae1aa3f12896d92ae9a811d0866 /drivers/ata
parentef0d53ff3d8cf6630d38f61f1a071740714be7af (diff)
downloadkernel_samsung_smdk4412-261746390873b6266a38691442bf52ee6c6ebba6.zip
kernel_samsung_smdk4412-261746390873b6266a38691442bf52ee6c6ebba6.tar.gz
kernel_samsung_smdk4412-261746390873b6266a38691442bf52ee6c6ebba6.tar.bz2
ahci: add PCI ID for Marvell 88SE9170 SATA controller
commit e098f5cbe9d410e7878b50f524dce36cc83ec40e upstream. This patch adds support for the PCI ID provided by the Marvell 88SE9170 SATA controller. Signed-off-by: Simon Guinot <sguinot@lacie.com> Signed-off-by: Tejun Heo <tj@kernel.org> Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/ahci.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index edbe9e3..f4000ee 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -435,6 +435,9 @@ static const struct pci_device_id ahci_pci_tbl[] = {
.driver_data = board_ahci_yes_fbs }, /* 88se9128 */
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9125),
.driver_data = board_ahci_yes_fbs }, /* 88se9125 */
+ { PCI_DEVICE_SUB(PCI_VENDOR_ID_MARVELL_EXT, 0x9178,
+ PCI_VENDOR_ID_MARVELL_EXT, 0x9170),
+ .driver_data = board_ahci_yes_fbs }, /* 88se9170 */
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x917a),
.driver_data = board_ahci_yes_fbs }, /* 88se9172 */
{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9172),