Re: [PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-29 Thread Michal Simek
On 28.9.2016 21:34, Alan Tull wrote: > On Wed, Sep 28, 2016 at 6:41 PM, Moritz Fischer > wrote: > Hi Moritz, > >> Hi Alan, >> >> generally ok with the change. > > Cool! > >> >> On Wed, Sep 28, 2016 at 11:21 AM, Alan Tull >> wrote: >> >>>

Re: [PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-29 Thread Michal Simek
On 28.9.2016 21:34, Alan Tull wrote: > On Wed, Sep 28, 2016 at 6:41 PM, Moritz Fischer > wrote: > Hi Moritz, > >> Hi Alan, >> >> generally ok with the change. > > Cool! > >> >> On Wed, Sep 28, 2016 at 11:21 AM, Alan Tull >> wrote: >> >>> -int fpga_mgr_buf_load(struct fpga_manager *mgr, u32

Re: [PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-28 Thread Alan Tull
On Wed, Sep 28, 2016 at 6:41 PM, Moritz Fischer wrote: Hi Moritz, > Hi Alan, > > generally ok with the change. Cool! > > On Wed, Sep 28, 2016 at 11:21 AM, Alan Tull > wrote: > >> -int fpga_mgr_buf_load(struct fpga_manager *mgr, u32

Re: [PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-28 Thread Alan Tull
On Wed, Sep 28, 2016 at 6:41 PM, Moritz Fischer wrote: Hi Moritz, > Hi Alan, > > generally ok with the change. Cool! > > On Wed, Sep 28, 2016 at 11:21 AM, Alan Tull > wrote: > >> -int fpga_mgr_buf_load(struct fpga_manager *mgr, u32 flags, const char *buf, >> - size_t

Re: [PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-28 Thread Moritz Fischer
Hi Alan, generally ok with the change. On Wed, Sep 28, 2016 at 11:21 AM, Alan Tull wrote: > -int fpga_mgr_buf_load(struct fpga_manager *mgr, u32 flags, const char *buf, > - size_t count) > +int fpga_mgr_buf_load(struct fpga_manager *mgr, struct

Re: [PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-28 Thread Moritz Fischer
Hi Alan, generally ok with the change. On Wed, Sep 28, 2016 at 11:21 AM, Alan Tull wrote: > -int fpga_mgr_buf_load(struct fpga_manager *mgr, u32 flags, const char *buf, > - size_t count) > +int fpga_mgr_buf_load(struct fpga_manager *mgr, struct fpga_image_info *info, > +

[PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-28 Thread Alan Tull
This patch adds a minor change in the FPGA Mangager API to hold information that is specific to an FPGA image file. This change is expected to bring little, if any, pain. An FPGA image file will have particulars that affect how the image is programmed to the FPGA. One example is that current

[PATCH v19 05/12] fpga-mgr: add fpga image information struct

2016-09-28 Thread Alan Tull
This patch adds a minor change in the FPGA Mangager API to hold information that is specific to an FPGA image file. This change is expected to bring little, if any, pain. An FPGA image file will have particulars that affect how the image is programmed to the FPGA. One example is that current