All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
@ 2017-02-17  3:45 Uma Krishnan
  2017-02-19 10:54 ` Andrew Donnellan
  2017-02-22 14:44 ` Frederic Barrat
  0 siblings, 2 replies; 7+ messages in thread
From: Uma Krishnan @ 2017-02-17  3:45 UTC (permalink / raw)
  To: linuxppc-dev, mpe, Ian Munsie, Frederic Barrat
  Cc: Matthew R. Ochs, Andrew Donnellan, Christophe Lombard

From: "Matthew R. Ochs" <mrochs@linux.vnet.ibm.com>

Add support for a future IBM Coherent Accelerator (CXL) device
with an ID of 0x0623.

Signed-off-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
---
 drivers/misc/cxl/pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c
index cca9388..16d858f 100644
--- a/drivers/misc/cxl/pci.c
+++ b/drivers/misc/cxl/pci.c
@@ -123,6 +123,7 @@ static const struct pci_device_id cxl_pci_tbl[] = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x044b), },
 	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x04cf), },
 	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0601), },
+	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0623), },
 	{ PCI_DEVICE_CLASS(0x120000, ~0), },
 
 	{ }
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
@ 2015-12-07 22:03 Uma Krishnan
  2015-12-07 22:19 ` Ian Munsie
  2015-12-07 23:05 ` Matthew R. Ochs
  0 siblings, 2 replies; 7+ messages in thread
From: Uma Krishnan @ 2015-12-07 22:03 UTC (permalink / raw)
  To: linuxppc-dev, Ian Munsie, Michael Neuling, mpe
  Cc: Manoj N. Kumar, Matthew R. Ochs, Uma Krishnan

Add support for future IBM Coherent Accelerator (CXL) device
with ID of 0x0601.

Signed-off-by: Uma Krishnan <ukrishn@linux.vnet.ibm.com>
---
 drivers/misc/cxl/pci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c
index 13a97f8..3171e96 100644
--- a/drivers/misc/cxl/pci.c
+++ b/drivers/misc/cxl/pci.c
@@ -138,6 +138,7 @@ static DEFINE_PCI_DEVICE_TABLE(cxl_pci_tbl) = {
 	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0477), },
 	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x044b), },
 	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x04cf), },
+	{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0601), },
 	{ PCI_DEVICE_CLASS(0x120000, ~0), },
 
 	{ }
-- 
2.1.0

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

end of thread, other threads:[~2017-02-22 14:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-17  3:45 [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter Uma Krishnan
2017-02-19 10:54 ` Andrew Donnellan
2017-02-21 20:07   ` Uma Krishnan
2017-02-22 14:44 ` Frederic Barrat
  -- strict thread matches above, loose matches on Subject: below --
2015-12-07 22:03 Uma Krishnan
2015-12-07 22:19 ` Ian Munsie
2015-12-07 23:05 ` Matthew R. Ochs

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.