All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ahci: add PCI ID for Marvell 88SE91A0 SATA Controller
@ 2014-05-24 14:35 Andreas Schrägle
  2014-05-27 13:31 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Schrägle @ 2014-05-24 14:35 UTC (permalink / raw)
  To: tj; +Cc: linux-ide

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(+)

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),
-- 
1.9.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ahci: add PCI ID for Marvell 88SE91A0 SATA Controller
  2014-05-24 14:35 [PATCH] ahci: add PCI ID for Marvell 88SE91A0 SATA Controller Andreas Schrägle
@ 2014-05-27 13:31 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2014-05-27 13:31 UTC (permalink / raw)
  To: Andreas Schrägle; +Cc: linux-ide

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.

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-27 13:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-24 14:35 [PATCH] ahci: add PCI ID for Marvell 88SE91A0 SATA Controller Andreas Schrägle
2014-05-27 13:31 ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.