Re: [PATCH v5 00/18] Enable upper layers using FPGA region w/o device tree

2017-11-15 Thread Alan Tull
On Wed, Nov 15, 2017 at 9:53 AM, Moritz Fischer wrote: > On Tue, Oct 17, 2017 at 04:20:13PM -0500, Alan Tull wrote: >> * Change the fpga-mgr API to have one fpga_mgr_load function >> instead of three. >> >> * Separate common FPGA region code from Device Tree support >> >> * Expose API functions

Re: [PATCH v5 00/18] Enable upper layers using FPGA region w/o device tree

2017-11-15 Thread Moritz Fischer
On Tue, Oct 17, 2017 at 04:20:13PM -0500, Alan Tull wrote: > * Change the fpga-mgr API to have one fpga_mgr_load function > instead of three. > > * Separate common FPGA region code from Device Tree support > > * Expose API functions for FPGA regions > > * Add API functions for bridges where DT

[PATCH v5 00/18] Enable upper layers using FPGA region w/o device tree

2017-10-17 Thread Alan Tull
* Change the fpga-mgr API to have one fpga_mgr_load function instead of three. * Separate common FPGA region code from Device Tree support * Expose API functions for FPGA regions * Add API functions for bridges where DT is not used. * clean up drivers/fpga/Kconfig * add attribute groups when