diff mbox

ahci: add PCI ID for Marvell 88SE91A0 SATA Controller

Message ID 20140524163543.11b65052@gmail.com
State Not Applicable
Delegated to: David Miller
Headers show

Commit Message

Andreas Schrägle May 24, 2014, 2:35 p.m. UTC
From: Andreas Schrägle <ajs124.ajs124@gmail.com>

Add support for Marvell Technology Group Ltd. 88SE91A0 SATA 6Gb/s Controller by adding its PCI ID.
---
 drivers/ata/ahci.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Tejun Heo May 27, 2014, 1:31 p.m. UTC | #1
On Sat, May 24, 2014 at 04:35:43PM +0200, Andreas Schrägle wrote:
> From: Andreas Schrägle <ajs124.ajs124@gmail.com>
> 
> Add support for Marvell Technology Group Ltd. 88SE91A0 SATA 6Gb/s Controller by adding its PCI ID.

Applied to libata/for-3.16.

Thanks.
diff mbox

Patch

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 6070781..ae672a3 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -445,6 +445,8 @@  static const struct pci_device_id ahci_pci_tbl[] = {
 	  .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),