[3.11.y.z extended stable] Patch "ahci: add Marvell 9230 to the AHCI PCI device list" has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Thu Dec 5 11:21:11 UTC 2013


This is a note to let you know that I have just added a patch titled

    ahci: add Marvell 9230 to the AHCI PCI device list

to the linux-3.11.y-queue branch of the 3.11.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.11.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.11.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From 9b165816b3ae09da0846a20b03f5d6b388eb8049 Mon Sep 17 00:00:00 2001
From: Samir Benmendil <samir.benmendil at gmail.com>
Date: Sun, 17 Nov 2013 23:56:17 +0100
Subject: ahci: add Marvell 9230 to the AHCI PCI device list

commit 6d5278a68a75891db1df5ae1ecf83d288fc58c65 upstream.

Tested with a DAWICONTROL DC-624e on 3.10.10

Signed-off-by: Samir Benmendil <samir.benmendil at gmail.com>
Signed-off-by: Tejun Heo <tj at kernel.org>
Reviewed-by: Levente Kurusa <levex at linux.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 drivers/ata/ahci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index db4380d..0df25a2 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -431,6 +431,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
 	  .driver_data = board_ahci_yes_fbs },			/* 88se9172 on some Gigabyte */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3),
 	  .driver_data = board_ahci_yes_fbs },
+	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230),
+	  .driver_data = board_ahci_yes_fbs },

 	/* Promise */
 	{ PCI_VDEVICE(PROMISE, 0x3f20), board_ahci },	/* PDC42819 */
--
1.8.3.2





More information about the kernel-team mailing list