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 */ > >

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 */ > >

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

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). > >

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

2017-03-30 Thread Wu Hao
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-off-by: Tim Whisonant

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

2017-03-30 Thread Wu Hao
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-off-by: Tim Whisonant Signed-off-by: Enno Luebbers Signed-off-by: