Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1311291 > unrolled thread

[PATCH 3.2 51/70] ahci: Add Marvell 88se91a2 device id

Started byBen Hutchings <ben@decadent.org.uk>
First post2016-01-18 04:40 +0100
Last post2016-01-18 04:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3.2 51/70] ahci: Add Marvell 88se91a2 device id Ben Hutchings <ben@decadent.org.uk> - 2016-01-18 04:40 +0100

#1311291 — [PATCH 3.2 51/70] ahci: Add Marvell 88se91a2 device id

FromBen Hutchings <ben@decadent.org.uk>
Date2016-01-18 04:40 +0100
Subject[PATCH 3.2 51/70] ahci: Add Marvell 88se91a2 device id
Message-ID<qS8PG-3ml-77@gated-at.bofh.it>
3.2.76-rc1 review patch.  If anyone has any objections, please let me know.

------------------

From: Johannes Thumshirn <jthumshirn@suse.de>

commit a40cf3f38881ce8543ceb9667150b4f2ead4c437 upstream.

Add device id for Marvell 88se91a2

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
---
 drivers/ata/ahci.c | 2 ++
 1 file changed, 2 insertions(+)

--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -498,6 +498,8 @@ static const struct pci_device_id ahci_p
 	  .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, 0x91a2), 	/* 88se91a2 */
+	  .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),

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web