Re: [PATCH 2/4] fpga pr ip: Core driver support for Altera Partial Reconfiguration IP.

2017-02-16 Thread matthew . gerlach
Hi Moritz, Thanks for the feedback. On Thu, 16 Feb 2017, Moritz Fischer wrote: Hi Matthew, On Wed, Feb 15, 2017 at 1:10 PM, wrote: +static int alt_pr_fpga_write_complete(struct fpga_manager *mgr, + struct fpga_image_info *info) +{ + u32 i; + +

Re: [PATCH 2/4] fpga pr ip: Core driver support for Altera Partial Reconfiguration IP.

2017-02-16 Thread Moritz Fischer
Hi Matthew, On Wed, Feb 15, 2017 at 1:10 PM, wrote: > +static int alt_pr_fpga_write_complete(struct fpga_manager *mgr, > + struct fpga_image_info *info) > +{ > + u32 i; > + > + for (i = 0; i < info->config_complete_timeout_us; i++) { > +

[PATCH 2/4] fpga pr ip: Core driver support for Altera Partial Reconfiguration IP.

2017-02-15 Thread matthew . gerlach
From: Matthew Gerlach Adding the core functions necessary for a fpga-mgr driver for the Altera Partial IP component. It is intended for these functions to be used by the various bus implementations like the platform bus or the PCIe bus. Signed-off-by: Matthew Gerlach --- drivers/fpga/Kconfig