Re: [PATCH v13 4/6] fpga: add fpga bridge framework

2015-11-20 Thread atull
On Thu, 19 Nov 2015, Moritz Fischer wrote: > Hi Alan, > > while trying to implement something that works for Zynq along these lines > I stumbled upon some minor stuff. > > On Tue, Nov 3, 2015 at 9:11 AM, wrote: > > > + * Return: 0 on success, negative error code otherwise. > > + */ > > +int

Re: [PATCH v13 4/6] fpga: add fpga bridge framework

2015-11-20 Thread atull
On Thu, 19 Nov 2015, Moritz Fischer wrote: > Hi Alan, > > while trying to implement something that works for Zynq along these lines > I stumbled upon some minor stuff. > > On Tue, Nov 3, 2015 at 9:11 AM, wrote: > > > + * Return: 0 on success, negative error code

Re: [PATCH v13 4/6] fpga: add fpga bridge framework

2015-11-18 Thread Moritz Fischer
Hi Alan, while trying to implement something that works for Zynq along these lines I stumbled upon some minor stuff. On Tue, Nov 3, 2015 at 9:11 AM, wrote: > + * Return: 0 on success, negative error code otherwise. > + */ > +int fpga_bridge_register(struct device *dev, const char *name, > +

Re: [PATCH v13 4/6] fpga: add fpga bridge framework

2015-11-18 Thread Moritz Fischer
Hi Alan, while trying to implement something that works for Zynq along these lines I stumbled upon some minor stuff. On Tue, Nov 3, 2015 at 9:11 AM, wrote: > + * Return: 0 on success, negative error code otherwise. > + */ > +int fpga_bridge_register(struct device

[PATCH v13 4/6] fpga: add fpga bridge framework

2015-11-03 Thread atull
From: Alan Tull This framework adds API functions for enabling/ disabling FPGA bridges under kernel control. This allows the Linux kernel to disable FPGA bridges during FPGA reprogramming and to enable FPGA bridges when FPGA reprogramming is done. This framework is be manufacturer-agnostic,

[PATCH v13 4/6] fpga: add fpga bridge framework

2015-11-03 Thread atull
From: Alan Tull This framework adds API functions for enabling/ disabling FPGA bridges under kernel control. This allows the Linux kernel to disable FPGA bridges during FPGA reprogramming and to enable FPGA bridges when FPGA reprogramming is done. This framework is