* [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
` (2 more replies)
0 siblings, 3 replies; 4+ 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] 4+ messages in thread
* Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
2015-12-07 22:03 [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter Uma Krishnan
@ 2015-12-07 22:19 ` Ian Munsie
2015-12-07 23:05 ` Matthew R. Ochs
2016-01-12 12:32 ` Michael Ellerman
2 siblings, 0 replies; 4+ 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] 4+ messages in thread
* Re: [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
2015-12-07 22:03 [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter Uma Krishnan
2015-12-07 22:19 ` Ian Munsie
@ 2015-12-07 23:05 ` Matthew R. Ochs
2016-01-12 12:32 ` Michael Ellerman
2 siblings, 0 replies; 4+ 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] 4+ messages in thread
* Re: cxl: Enable PCI device ID for future IBM CXL adapter
2015-12-07 22:03 [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter Uma Krishnan
2015-12-07 22:19 ` Ian Munsie
2015-12-07 23:05 ` Matthew R. Ochs
@ 2016-01-12 12:32 ` Michael Ellerman
2 siblings, 0 replies; 4+ messages in thread
From: Michael Ellerman @ 2016-01-12 12:32 UTC (permalink / raw)
To: Uma Krishnan, linuxppc-dev, Ian Munsie, Michael Neuling
Cc: Manoj N. Kumar, Uma Krishnan, Matthew R. Ochs
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 <ukrishn@linux.vnet.ibm.com>
> Reviewed-by: Matthew R. Ochs <mrochs@linux.vnet.ibm.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/68adb7bfd66504e97364651fb7
cheers
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-01-12 12:32 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-07 22:03 [PATCH] cxl: Enable PCI device ID for future IBM CXL adapter Uma Krishnan
2015-12-07 22:19 ` Ian Munsie
2015-12-07 23:05 ` Matthew R. Ochs
2016-01-12 12:32 ` Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).