This is a note to let you know that I've just added the patch titled ahci: add PCI ID for Marvell 88SE91A0 SATA Controller to the 3.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: ahci-add-pci-id-for-marvell-88se91a0-sata-controller.patch and it can be found in the queue-3.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From 754a292fe6b08196cb135c03b404444e17de520a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schr=C3=A4gle?= <ajs124.ajs124@xxxxxxxxx> Date: Sat, 24 May 2014 16:35:43 +0200 Subject: ahci: add PCI ID for Marvell 88SE91A0 SATA Controller MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: =?UTF-8?q?Andreas=20Schr=C3=A4gle?= <ajs124.ajs124@xxxxxxxxx> commit 754a292fe6b08196cb135c03b404444e17de520a upstream. Add support for Marvell Technology Group Ltd. 88SE91A0 SATA 6Gb/s Controller by adding its PCI ID. Signed-off-by: Andreas Schrägle <ajs124.ajs124@xxxxxxxxx> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- drivers/ata/ahci.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c @@ -444,6 +444,8 @@ static const struct pci_device_id ahci_p .driver_data = board_ahci_yes_fbs }, /* 88se9172 */ { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9192), .driver_data = board_ahci_yes_fbs }, /* 88se9172 on some Gigabyte */ + { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a0), + .driver_data = board_ahci_yes_fbs }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x91a3), .driver_data = board_ahci_yes_fbs }, { PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9230), Patches currently in stable-queue which might be from ajs124.ajs124@xxxxxxxxx are queue-3.10/ahci-add-pci-id-for-marvell-88se91a0-sata-controller.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html