diff mbox

cxl: Enable PCI device ID for future IBM CXL adapter

Message ID 1487303123-7835-1-git-send-email-ukrishn@linux.vnet.ibm.com (mailing list archive)
State Superseded
Headers show

Commit Message

Uma Krishnan Feb. 17, 2017, 3:45 a.m. UTC
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(+)

Comments

Andrew Donnellan Feb. 19, 2017, 10:54 a.m. UTC | #1
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?
Uma Krishnan Feb. 21, 2017, 8:07 p.m. UTC | #2
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
Frederic Barrat Feb. 22, 2017, 2:44 p.m. UTC | #3
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), },
>
>  	{ }
>
diff mbox

Patch

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), },
 
 	{ }