* [PATCH 0/1] Update new CCIN
@ 2013-07-10 15:46 wenxiong
2013-07-10 15:46 ` [PATCH 1/1] ipr: Add sereral new CCIN definitions for new adapters support wenxiong
0 siblings, 1 reply; 4+ messages in thread
From: wenxiong @ 2013-07-10 15:46 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi, brking
This patch updates new CCIN in ipr driver.
Thanks for your help!
Wendy
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 1/1] ipr: Add sereral new CCIN definitions for new adapters support
2013-07-10 15:46 [PATCH 0/1] Update new CCIN wenxiong
@ 2013-07-10 15:46 ` wenxiong
2013-07-11 16:14 ` Brian King
0 siblings, 1 reply; 4+ messages in thread
From: wenxiong @ 2013-07-10 15:46 UTC (permalink / raw)
To: James.Bottomley; +Cc: linux-scsi, brking, Wen Xiong
[-- Attachment #1: update_devid --]
[-- Type: text/plain, Size: 2171 bytes --]
Add the appropriate definitions and table entries for new adapter support.
Signed-off-by: Wen Xiong <wenxiong@linux.vnet.ibm.com>
---
drivers/scsi/ipr.c | 14 ++++++++++++++
drivers/scsi/ipr.h | 7 +++++++
2 files changed, 21 insertions(+)
Index: b/drivers/scsi/ipr.c
===================================================================
--- a/drivers/scsi/ipr.c 2013-07-09 18:31:44.000000000 -0500
+++ b/drivers/scsi/ipr.c 2013-07-09 18:36:37.607965613 -0500
@@ -9990,6 +9990,20 @@ static struct pci_device_id ipr_pci_tabl
PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57D7, 0, 0, 0 },
{ PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57D8, 0, 0, 0 },
+ { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
+ PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57D9, 0, 0, 0 },
+ { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
+ PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57EB, 0, 0, 0 },
+ { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
+ PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57EC, 0, 0, 0 },
+ { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
+ PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57ED, 0, 0, 0 },
+ { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
+ PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57EE, 0, 0, 0 },
+ { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
+ PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57EF, 0, 0, 0 },
+ { PCI_VENDOR_ID_IBM, PCI_DEVICE_ID_IBM_CROCODILE,
+ PCI_VENDOR_ID_IBM, IPR_SUBS_DEV_ID_57F0, 0, 0, 0 },
{ }
};
MODULE_DEVICE_TABLE(pci, ipr_pci_table);
Index: b/drivers/scsi/ipr.h
===================================================================
--- a/drivers/scsi/ipr.h 2013-07-09 18:31:48.000000000 -0500
+++ b/drivers/scsi/ipr.h 2013-07-09 18:34:49.107965920 -0500
@@ -100,6 +100,13 @@
#define IPR_SUBS_DEV_ID_57D6 0x03FC
#define IPR_SUBS_DEV_ID_57D7 0x03FF
#define IPR_SUBS_DEV_ID_57D8 0x03FE
+#define IPR_SUBS_DEV_ID_57D9 0x046D
+#define IPR_SUBS_DEV_ID_57EB 0x0474
+#define IPR_SUBS_DEV_ID_57EC 0x0475
+#define IPR_SUBS_DEV_ID_57ED 0x0499
+#define IPR_SUBS_DEV_ID_57EE 0x049A
+#define IPR_SUBS_DEV_ID_57EF 0x049B
+#define IPR_SUBS_DEV_ID_57F0 0x049C
#define IPR_NAME "ipr"
/*
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ipr: Add sereral new CCIN definitions for new adapters support
2013-07-10 15:46 ` [PATCH 1/1] ipr: Add sereral new CCIN definitions for new adapters support wenxiong
@ 2013-07-11 16:14 ` Brian King
2013-08-20 14:19 ` wenxiong
0 siblings, 1 reply; 4+ messages in thread
From: Brian King @ 2013-07-11 16:14 UTC (permalink / raw)
To: wenxiong; +Cc: James.Bottomley, linux-scsi
Acked-by: Brian King <brking@linux.vnet.ibm.com>
--
Brian King
Power Linux I/O
IBM Linux Technology Center
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/1] ipr: Add sereral new CCIN definitions for new adapters support
2013-07-11 16:14 ` Brian King
@ 2013-08-20 14:19 ` wenxiong
0 siblings, 0 replies; 4+ messages in thread
From: wenxiong @ 2013-08-20 14:19 UTC (permalink / raw)
To: Brian King; +Cc: James.Bottomley, linux-scsi
Quoting Brian King <brking@linux.vnet.ibm.com>:
> Acked-by: Brian King <brking@linux.vnet.ibm.com>
>
> --
> Brian King
> Power Linux I/O
> IBM Linux Technology Center
Hi James,
Do you have any question about this patch? Let me know if you need me
to rebase the patch.
Thanks for your help!
Wendy
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-08-20 14:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-10 15:46 [PATCH 0/1] Update new CCIN wenxiong
2013-07-10 15:46 ` [PATCH 1/1] ipr: Add sereral new CCIN definitions for new adapters support wenxiong
2013-07-11 16:14 ` Brian King
2013-08-20 14:19 ` wenxiong
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).