RE: [PATCH 03/16] fpga: intel: add FPGA PCIe device driver

2017-04-05 Thread Wu, Hao
> > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > + > > +#define DRV_VERSION"EXPERIMENTAL VERSION" > > Is that a leftover? :) Sorry, will fix this. > > +#define DRV_NAME "intel-fpga-pci" > > + > > +/* PCI Device ID */ > > +#def

Re: [PATCH 03/16] fpga: intel: add FPGA PCIe device driver

2017-04-03 Thread Moritz Fischer
On Thu, Mar 30, 2017 at 08:08:03PM +0800, Wu Hao wrote: > From: Zhang Yi > > The Intel FPGA device appears as a PCIe device on the system. This patch > implements the basic framework of the driver for Intel PCIe device which > locates between CPU and Accelerated Function Units (AFUs). > > Signed