Re: [PATCH 5/5] fpga-region: separate out common code from dt specific code

2017-04-06 Thread Alan Tull
On Wed, Apr 5, 2017 at 11:25 PM, Moritz Fischer wrote: Hi Moritz, > Hi Alan, > > first pass ... need to get back to it. Thanks for reviewing! > > On Mon, Mar 13, 2017 at 04:53:33PM -0500, Alan Tull wrote: >> FPGA region is a layer above the FPGA manager and FPGA bridge >>

Re: [PATCH 5/5] fpga-region: separate out common code from dt specific code

2017-04-06 Thread Alan Tull
On Wed, Apr 5, 2017 at 11:25 PM, Moritz Fischer wrote: Hi Moritz, > Hi Alan, > > first pass ... need to get back to it. Thanks for reviewing! > > On Mon, Mar 13, 2017 at 04:53:33PM -0500, Alan Tull wrote: >> FPGA region is a layer above the FPGA manager and FPGA bridge >> frameworks.

Re: [PATCH 5/5] fpga-region: separate out common code from dt specific code

2017-04-05 Thread Moritz Fischer
Hi Alan, first pass ... need to get back to it. On Mon, Mar 13, 2017 at 04:53:33PM -0500, Alan Tull wrote: > FPGA region is a layer above the FPGA manager and FPGA bridge > frameworks. Currently, FPGA region is dependent on device tree. > This commit separates the device tree specific code from

Re: [PATCH 5/5] fpga-region: separate out common code from dt specific code

2017-04-05 Thread Moritz Fischer
Hi Alan, first pass ... need to get back to it. On Mon, Mar 13, 2017 at 04:53:33PM -0500, Alan Tull wrote: > FPGA region is a layer above the FPGA manager and FPGA bridge > frameworks. Currently, FPGA region is dependent on device tree. > This commit separates the device tree specific code from

[PATCH 5/5] fpga-region: separate out common code from dt specific code

2017-03-13 Thread Alan Tull
FPGA region is a layer above the FPGA manager and FPGA bridge frameworks. Currently, FPGA region is dependent on device tree. This commit separates the device tree specific code from the common code, separating fpga-region.c into fpga-region.c, of-fpga-region.c, and fpga-region.h. Functons

[PATCH 5/5] fpga-region: separate out common code from dt specific code

2017-03-13 Thread Alan Tull
FPGA region is a layer above the FPGA manager and FPGA bridge frameworks. Currently, FPGA region is dependent on device tree. This commit separates the device tree specific code from the common code, separating fpga-region.c into fpga-region.c, of-fpga-region.c, and fpga-region.h. Functons