linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND: PATCH] ahci: add pcid for Marvel 0x9182 controller
@ 2014-09-05 17:21 Murali Karicheri
  2014-09-05 17:53 ` Tejun Heo
  0 siblings, 1 reply; 3+ messages in thread
From: Murali Karicheri @ 2014-09-05 17:21 UTC (permalink / raw)
  To: linux-ide, linux-kernel; +Cc: Murali Karicheri, Tejun Heo, Santosh Shilimkar

Keystone K2E EVM uses Marvel 0x9182 controller. This requires support
for the ID in the ahci driver.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>

CC: Tejun Heo <tj@kernel.org>
CC: Santosh Shilimkar <santosh.shilimkar@ti.com>
---
 - Resending with some description in the commit log
 drivers/ata/ahci.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index a29f801..02a415e 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -442,6 +442,8 @@ static const struct pci_device_id ahci_pci_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x917a),
 	  .driver_data = board_ahci_yes_fbs },			/* 88se9172 */
 	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9172),
+	  .driver_data = board_ahci_yes_fbs },			/* 88se9182 */
+	{ PCI_DEVICE(PCI_VENDOR_ID_MARVELL_EXT, 0x9182),
 	  .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 */
-- 
1.7.9.5


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

end of thread, other threads:[~2014-09-10 18:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-05 17:21 [RESEND: PATCH] ahci: add pcid for Marvel 0x9182 controller Murali Karicheri
2014-09-05 17:53 ` Tejun Heo
2014-09-10 18:14   ` Murali Karicheri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).