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


Groups > linux.kernel > #1251359 > unrolled thread

[PATCH] ahci: Add Marvell 88se91a2 device id

Started byJohannes Thumshirn <jthumshirn@suse.de>
First post2015-10-20 09:40 +0200
Last post2015-10-31 02:20 +0100
Articles 3 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ahci: Add Marvell 88se91a2 device id Johannes Thumshirn <jthumshirn@suse.de> - 2015-10-20 09:40 +0200
    Re: [PATCH] ahci: Add Marvell 88se91a2 device id Johannes Thumshirn <jthumshirn@suse.de> - 2015-10-27 11:50 +0100
      Re: [PATCH] ahci: Add Marvell 88se91a2 device id Tejun Heo <tj@kernel.org> - 2015-10-31 02:20 +0100

#1251359 — [PATCH] ahci: Add Marvell 88se91a2 device id

FromJohannes Thumshirn <jthumshirn@suse.de>
Date2015-10-20 09:40 +0200
Subject[PATCH] ahci: Add Marvell 88se91a2 device id
Message-ID<qlzGy-5pm-37@gated-at.bofh.it>
Add device id for Marvell 88se91a2

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
---
 drivers/ata/ahci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index a466602..ff343c4 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -489,6 +489,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, 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),
-- 
1.8.5.6

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [next] | [standalone]


#1256679

FromJohannes Thumshirn <jthumshirn@suse.de>
Date2015-10-27 11:50 +0100
Message-ID<qo9Zg-48B-11@gated-at.bofh.it>
In reply to#1251359
On Tue, 2015-10-20 at 09:31 +0200, Johannes Thumshirn wrote:
> Add device id for Marvell 88se91a2

Tejun, ping?
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [next] | [standalone]


#1259887

FromTejun Heo <tj@kernel.org>
Date2015-10-31 02:20 +0100
Message-ID<qpsZQ-4LN-7@gated-at.bofh.it>
In reply to#1256679
On Tue, Oct 27, 2015 at 11:48:14AM +0100, Johannes Thumshirn wrote:
> On Tue, 2015-10-20 at 09:31 +0200, Johannes Thumshirn wrote:
> > Add device id for Marvell 88se91a2
> 
> Tejun, ping?

Oops, missed this one somehow.  Applied to libata/for-4.4.

Thanks.

-- 
tejun
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web