* [PATCH] cxl: Enable PCI device ID for future CAPI adapter
@ 2017-12-05 17:06 Christophe Lombard
2017-12-05 17:44 ` Frederic Barrat
0 siblings, 1 reply; 2+ messages in thread
From: Christophe Lombard @ 2017-12-05 17:06 UTC (permalink / raw)
To: linuxppc-dev, fbarrat, vaibhav, andrew.donnellan
Add support for future Coherent Accelerator device with an
ID of 0x060e.
Signed-off-by: Christophe Lombard <clombard@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 19969ee..5f5b9aa 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, 0x060e), },
{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0623), },
{ PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0628), },
{ PCI_DEVICE_CLASS(0x120000, ~0), },
--
2.7.4
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] cxl: Enable PCI device ID for future CAPI adapter
2017-12-05 17:06 [PATCH] cxl: Enable PCI device ID for future CAPI adapter Christophe Lombard
@ 2017-12-05 17:44 ` Frederic Barrat
0 siblings, 0 replies; 2+ messages in thread
From: Frederic Barrat @ 2017-12-05 17:44 UTC (permalink / raw)
To: Christophe Lombard, linuxppc-dev, vaibhav, andrew.donnellan
Le 05/12/2017 à 18:06, Christophe Lombard a écrit :
> Add support for future Coherent Accelerator device with an
> ID of 0x060e.
>
> Signed-off-by: Christophe Lombard <clombard@linux.vnet.ibm.com>
> ---
mpe, you can drop that patch, it's not needed. Christophe and I have
sync'd up.
Fred
> 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 19969ee..5f5b9aa 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, 0x060e), },
> { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0623), },
> { PCI_DEVICE(PCI_VENDOR_ID_IBM, 0x0628), },
> { PCI_DEVICE_CLASS(0x120000, ~0), },
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-05 17:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 17:06 [PATCH] cxl: Enable PCI device ID for future CAPI adapter Christophe Lombard
2017-12-05 17:44 ` Frederic Barrat
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox