Re: [RFC] fpga: Pull checks for supported operations into framework

2016-11-01 Thread atull
On Mon, 31 Oct 2016, Moritz Fischer wrote: > Found a couple of issues, will resubmit after cleaning up. Feel free to add > general feedback on the idea anyways in the meantime. Sorry for double post. Hi Moritz, This looks good and useful to me. One comment below. > > On Sun, Oct 30, 2016 at 1

Re: [RFC] fpga: Pull checks for supported operations into framework

2016-10-31 Thread Moritz Fischer
Found a couple of issues, will resubmit after cleaning up. Feel free to add general feedback on the idea anyways in the meantime. Sorry for double post. On Sun, Oct 30, 2016 at 11:12 AM, Moritz Fischer wrote: > Most of the drivers only support a subset of {PARTIAL, FULL} > reconfiguration. > Pull

[RFC] fpga: Pull checks for supported operations into framework

2016-10-30 Thread Moritz Fischer
Most of the drivers only support a subset of {PARTIAL, FULL} reconfiguration. Pull duplicate checks in each driver into the framework. Signed-off-by: Moritz Fischer Cc: Alan Tull Cc: Michal Simek Cc: Sören Brinkmann Cc: linux-kernel@vger.kernel.org Cc: linux-arm-ker...@lists.infradead.org ---