Re: [PATCH v2 1/2] PCI: add vendor id for Altera

2018-02-28 Thread Bjorn Helgaas
s/PCI: add vendor id for Altera/PCI: Add Altera vendor ID/ On Wed, Feb 28, 2018 at 09:44:17AM +0100, Johannes Thumshirn wrote: > Add the Altera PCI Vendor id to pci_ids.h and remove the private > definitions from xillybus_pcie.c and altera-cvp.c. > > Signed-off-by: Johannes Thumshirn > Cc: Bjorn

Re: [PATCH v2 1/2] PCI: add vendor id for Altera

2018-02-28 Thread Eli Billauer
Thanks. Acked-by: Eli Billauer On 28/02/18 10:44, Johannes Thumshirn wrote: Add the Altera PCI Vendor id to pci_ids.h and remove the private definitions from xillybus_pcie.c and altera-cvp.c. Signed-off-by: Johannes Thumshirn Cc: Bjorn Helgaas Cc: Eli Billauer Cc: Anatolij Gustschin --- Chan

[PATCH v2 1/2] PCI: add vendor id for Altera

2018-02-28 Thread Johannes Thumshirn
Add the Altera PCI Vendor id to pci_ids.h and remove the private definitions from xillybus_pcie.c and altera-cvp.c. Signed-off-by: Johannes Thumshirn Cc: Bjorn Helgaas Cc: Eli Billauer Cc: Anatolij Gustschin --- Changes to v1: - Remove redundant pci_ids.h include (Andy) --- drivers/char/xill