Re: [v2] cxl: Enable PCI device IDs for future IBM CXL adapters

2017-04-19 Thread Michael Ellerman
On Fri, 2017-03-24 at 16:03:19 UTC, "Matthew R. Ochs" wrote: > Add support for future IBM Coherent Accelerator (CXL) devices > with an IDs of 0x0623 and 0x0628. > > Signed-off-by: Matthew R. Ochs > Signed-off-by: Uma Krishnan > Acked-by: Frederic Barrat Applied to powerpc next, thanks. https:

Re: [PATCH v2] cxl: Enable PCI device IDs for future IBM CXL adapters

2017-04-17 Thread Michael Ellerman
"Matthew R. Ochs" writes: >> On Mar 24, 2017, at 11:03 AM, Matthew R. Ochs >> wrote: >> >> Add support for future IBM Coherent Accelerator (CXL) devices >> with an IDs of 0x0623 and 0x0628. >> >> Signed-off-by: Matthew R. Ochs >> Signed-off-by: Uma Krishnan >> Acked-by: Frederic Barrat > >

Re: [PATCH v2] cxl: Enable PCI device IDs for future IBM CXL adapters

2017-04-13 Thread Matthew R. Ochs
> On Mar 24, 2017, at 11:03 AM, Matthew R. Ochs > wrote: > > Add support for future IBM Coherent Accelerator (CXL) devices > with an IDs of 0x0623 and 0x0628. > > Signed-off-by: Matthew R. Ochs > Signed-off-by: Uma Krishnan > Acked-by: Frederic Barrat Hi Michael, I think this one might hav

[PATCH v2] cxl: Enable PCI device IDs for future IBM CXL adapters

2017-03-24 Thread Matthew R. Ochs
Add support for future IBM Coherent Accelerator (CXL) devices with an IDs of 0x0623 and 0x0628. Signed-off-by: Matthew R. Ochs Signed-off-by: Uma Krishnan Acked-by: Frederic Barrat --- Changes in v2: - Add device ID 0x0628 drivers/misc/cxl/pci.c | 2 ++ 1 file changed, 2 insertions(+) diff