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

* Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
  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
  1 sibling, 1 reply; 7+ messages in thread
From: Andrew Donnellan @ 2017-02-19 10:54 UTC (permalink / raw)
  To: Uma Krishnan, linuxppc-dev, mpe, Ian Munsie, Frederic Barrat
  Cc: Matthew R. Ochs, Christophe Lombard

On 17/02/17 14:45, Uma Krishnan wrote:
> 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>

Is this a CAIA 1 or CAIA 2 device?

-- 
Andrew Donnellan              OzLabs, ADL Canberra
andrew.donnellan@au1.ibm.com  IBM Australia Limited

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

* Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
  2017-02-19 10:54 ` Andrew Donnellan
@ 2017-02-21 20:07   ` Uma Krishnan
  0 siblings, 0 replies; 7+ messages in thread
From: Uma Krishnan @ 2017-02-21 20:07 UTC (permalink / raw)
  To: Andrew Donnellan, linuxppc-dev, mpe, Ian Munsie, Frederic Barrat
  Cc: Matthew R. Ochs, Christophe Lombard

On 2/19/2017 4:54 AM, Andrew Donnellan wrote:
> On 17/02/17 14:45, Uma Krishnan wrote:
>> 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>
>
> Is this a CAIA 1 or CAIA 2 device?
>

CAIA 1 device

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

* Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
  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-22 14:44 ` Frederic Barrat
  1 sibling, 0 replies; 7+ messages in thread
From: Frederic Barrat @ 2017-02-22 14:44 UTC (permalink / raw)
  To: Uma Krishnan, linuxppc-dev, mpe, Ian Munsie
  Cc: Matthew R. Ochs, Christophe Lombard, Andrew Donnellan



Le 17/02/2017 à 04:45, Uma Krishnan a écrit :
> 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>
> ---


Acked-by: Frederic Barrat <fbarrat@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), },
>
>  	{ }
>

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

* Re: [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
  1 sibling, 0 replies; 7+ messages in thread
From: Matthew R. Ochs @ 2015-12-07 23:05 UTC (permalink / raw)
  To: Uma Krishnan
  Cc: linuxppc-dev, Ian Munsie, Michael Neuling, mpe, Manoj N. Kumar

Reviewed-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>

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

* Re: [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
  1 sibling, 0 replies; 7+ messages in thread
From: Ian Munsie @ 2015-12-07 22:19 UTC (permalink / raw)
  To: Uma Krishnan
  Cc: linuxppc-dev, Michael Neuling, mpe, Manoj N. Kumar, Matthew R. Ochs

Acked-by: Ian Munsie <imunsie@au1.ibm.com>

^ permalink raw reply	[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.