Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter

2017-02-22 Thread Frederic Barrat



Le 17/02/2017 à 04:45, Uma Krishnan a écrit :

From: "Matthew R. Ochs" 

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

Signed-off-by: Matthew R. Ochs 
Signed-off-by: Uma Krishnan 
---



Acked-by: Frederic Barrat 




 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(0x12, ~0), },

{ }





Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter

2017-02-21 Thread Uma Krishnan

On 2/19/2017 4:54 AM, Andrew Donnellan wrote:

On 17/02/17 14:45, Uma Krishnan wrote:

From: "Matthew R. Ochs" 

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

Signed-off-by: Matthew R. Ochs 
Signed-off-by: Uma Krishnan 


Is this a CAIA 1 or CAIA 2 device?



CAIA 1 device



Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter

2017-02-19 Thread Andrew Donnellan

On 17/02/17 14:45, Uma Krishnan wrote:

From: "Matthew R. Ochs" 

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

Signed-off-by: Matthew R. Ochs 
Signed-off-by: Uma Krishnan 


Is this a CAIA 1 or CAIA 2 device?

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



[PATCH] cxl: Enable PCI device ID for future IBM CXL adapter

2017-02-16 Thread Uma Krishnan
From: "Matthew R. Ochs" 

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

Signed-off-by: Matthew R. Ochs 
Signed-off-by: Uma Krishnan 
---
 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(0x12, ~0), },
 
{ }
-- 
2.1.0



Re: cxl: Enable PCI device ID for future IBM CXL adapter

2016-01-12 Thread Michael Ellerman
On Mon, 2015-07-12 at 22:03:32 UTC, Uma Krishnan wrote:
> Add support for future IBM Coherent Accelerator (CXL) device
> with ID of 0x0601.
> 
> Signed-off-by: Uma Krishnan 
> Reviewed-by: Matthew R. Ochs 

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/68adb7bfd66504e97364651fb7

cheers
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter

2015-12-07 Thread Matthew R. Ochs
Reviewed-by: Matthew R. Ochs 

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH] cxl: Enable PCI device ID for future IBM CXL adapter

2015-12-07 Thread Uma Krishnan
Add support for future IBM Coherent Accelerator (CXL) device
with ID of 0x0601.

Signed-off-by: Uma Krishnan 
---
 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(0x12, ~0), },
 
{ }
-- 
2.1.0

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter

2015-12-07 Thread Ian Munsie
Acked-by: Ian Munsie 

___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev