> On Mar 24, 2017, at 11:03 AM, Matthew R. Ochs <mro...@linux.vnet.ibm.com> > wrote: > > Add support for future IBM Coherent Accelerator (CXL) devices > with an IDs of 0x0623 and 0x0628. > > Signed-off-by: Matthew R. Ochs <mro...@linux.vnet.ibm.com> > Signed-off-by: Uma Krishnan <ukri...@linux.vnet.ibm.com> > Acked-by: Frederic Barrat <fbar...@linux.vnet.ibm.com>
Hi Michael, I think this one might have been overlooked. We'd like to try and get this in for 4.12 to match up with our 4-port series in cxlflash. Let me know if you feel it needs anything else. Thanks! -matt > --- > Changes in v2: > - Add device ID 0x0628 > > drivers/misc/cxl/pci.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/misc/cxl/pci.c b/drivers/misc/cxl/pci.c > index 80a87ab..dd606a2 100644 > --- a/drivers/misc/cxl/pci.c > +++ b/drivers/misc/cxl/pci.c > @@ -123,6 +123,8 @@ 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(PCI_VENDOR_ID_IBM, 0x0628), }, > { PCI_DEVICE_CLASS(0x120000, ~0), }, > > { } > -- > 2.1.0 >