Re: [PATCH v16 0/6] Device Tree support for FPGA programming

2016-02-15 Thread Moritz Fischer
Hi Alan, On Thu, Feb 11, 2016 at 2:17 PM, atull wrote: >> > > I looked into it further and now I've got a solution for this issue >> > > that I can post soon. I can stop using the DT overlay configfs >> > > interface and add a sysfs file for applying an overlay to an FPGA >> > > region. The FP

Re: [PATCH v16 0/6] Device Tree support for FPGA programming

2016-02-11 Thread atull
On Thu, 11 Feb 2016, atull wrote: > On Thu, 11 Feb 2016, Rob Herring wrote: > > > On Thu, Feb 11, 2016 at 2:49 PM, atull wrote: > > > On Fri, 5 Feb 2016, at...@opensource.altera.com wrote: > > > > > >> From: Alan Tull > > >> > > >> v16 Refactors the FPGA Area and FPGA Bus into single thing call

Re: [PATCH v16 0/6] Device Tree support for FPGA programming

2016-02-11 Thread atull
On Thu, 11 Feb 2016, Rob Herring wrote: > On Thu, Feb 11, 2016 at 2:49 PM, atull wrote: > > On Fri, 5 Feb 2016, at...@opensource.altera.com wrote: > > > >> From: Alan Tull > >> > >> v16 Refactors the FPGA Area and FPGA Bus into single thing called an > >> FPGA Region and eliminates using simple-

Re: [PATCH v16 0/6] Device Tree support for FPGA programming

2016-02-11 Thread Rob Herring
On Thu, Feb 11, 2016 at 2:49 PM, atull wrote: > On Fri, 5 Feb 2016, at...@opensource.altera.com wrote: > >> From: Alan Tull >> >> v16 Refactors the FPGA Area and FPGA Bus into single thing called an >> FPGA Region and eliminates using simple-bus. I'm using the word >> "region" as it's a term is

Re: [PATCH v16 0/6] Device Tree support for FPGA programming

2016-02-11 Thread atull
On Fri, 5 Feb 2016, at...@opensource.altera.com wrote: > From: Alan Tull > > v16 Refactors the FPGA Area and FPGA Bus into single thing called an > FPGA Region and eliminates using simple-bus. I'm using the word > "region" as it's a term is used in the literature of both the major > FPGA manufa

[PATCH v16 0/6] Device Tree support for FPGA programming

2016-02-05 Thread atull
From: Alan Tull v16 Refactors the FPGA Area and FPGA Bus into single thing called an FPGA Region and eliminates using simple-bus. I'm using the word "region" as it's a term is used in the literature of both the major FPGA manufacturors. Changes for v16: * Refactor the FPGA Area and FPGA Bus int