RE: [PATCH v4 06/24] fpga: dfl: adds fpga_cdev_find_port

2018-02-15 Thread Wu, Hao
> On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: > > Hi Hao, > > > For feature devices, we need a method to find the port dedicated > > to the device. This patch adds a function fpga_cdev_find_port > > for this purpose. e.g FPGA Management Engine (FME) Partial > >

RE: [PATCH v4 06/24] fpga: dfl: adds fpga_cdev_find_port

2018-02-15 Thread Wu, Hao
> On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: > > Hi Hao, > > > For feature devices, we need a method to find the port dedicated > > to the device. This patch adds a function fpga_cdev_find_port > > for this purpose. e.g FPGA Management Engine (FME) Partial > > Reconfiguration sub feature,

Re: [PATCH v4 06/24] fpga: dfl: adds fpga_cdev_find_port

2018-02-14 Thread Moritz Fischer
Hi Hao, On Tue, Feb 13, 2018 at 05:24:35PM +0800, Wu Hao wrote: > For feature devices, we need a method to find the port dedicated > to the device. This patch adds a function fpga_cdev_find_port > for this purpose. e.g FPGA Management Engine (FME) Partial > Reconfiguration sub feature, it uses

Re: [PATCH v4 06/24] fpga: dfl: adds fpga_cdev_find_port

2018-02-14 Thread Moritz Fischer
Hi Hao, On Tue, Feb 13, 2018 at 05:24:35PM +0800, Wu Hao wrote: > For feature devices, we need a method to find the port dedicated > to the device. This patch adds a function fpga_cdev_find_port > for this purpose. e.g FPGA Management Engine (FME) Partial > Reconfiguration sub feature, it uses

Re: [PATCH v4 06/24] fpga: dfl: adds fpga_cdev_find_port

2018-02-14 Thread Alan Tull
On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: Hi Hao, > For feature devices, we need a method to find the port dedicated > to the device. This patch adds a function fpga_cdev_find_port > for this purpose. e.g FPGA Management Engine (FME) Partial > Reconfiguration sub feature,

Re: [PATCH v4 06/24] fpga: dfl: adds fpga_cdev_find_port

2018-02-14 Thread Alan Tull
On Tue, Feb 13, 2018 at 3:24 AM, Wu Hao wrote: Hi Hao, > For feature devices, we need a method to find the port dedicated > to the device. This patch adds a function fpga_cdev_find_port > for this purpose. e.g FPGA Management Engine (FME) Partial > Reconfiguration sub feature, it uses this