Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-09 Thread Wu Hao
On Mon, May 08, 2017 at 03:44:12PM -0500, Alan Tull wrote: > On Mon, May 8, 2017 at 3:44 AM, Wu, Hao wrote: > >> On Wed, May 3, 2017 at 3:07 PM, Alan Tull wrote: > >> > On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: > >> >> On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: > >> >>> Add t

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-08 Thread Moritz Fischer
Hi Alan, On Mon, May 8, 2017 at 2:20 PM, Alan Tull wrote: > On Mon, May 8, 2017 at 4:11 PM, Moritz Fischer wrote: >> Hi Alan, >> >> On Mon, May 8, 2017 at 2:02 PM, Alan Tull wrote: >>> On Mon, May 8, 2017 at 3:52 PM, Moritz Fischer wrote: On Mon, May 8, 2017 at 1:44 PM, Alan Tull wrote:

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-08 Thread Alan Tull
On Mon, May 8, 2017 at 4:11 PM, Moritz Fischer wrote: > Hi Alan, > > On Mon, May 8, 2017 at 2:02 PM, Alan Tull wrote: >> On Mon, May 8, 2017 at 3:52 PM, Moritz Fischer wrote: >>> On Mon, May 8, 2017 at 1:44 PM, Alan Tull wrote: On Mon, May 8, 2017 at 3:44 AM, Wu, Hao wrote: >> On Wed,

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-08 Thread Moritz Fischer
Hi Alan, On Mon, May 8, 2017 at 2:02 PM, Alan Tull wrote: > On Mon, May 8, 2017 at 3:52 PM, Moritz Fischer wrote: >> On Mon, May 8, 2017 at 1:44 PM, Alan Tull wrote: >>> On Mon, May 8, 2017 at 3:44 AM, Wu, Hao wrote: > On Wed, May 3, 2017 at 3:07 PM, Alan Tull wrote: > > On Wed, May 3

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-08 Thread Alan Tull
On Mon, May 8, 2017 at 3:52 PM, Moritz Fischer wrote: > On Mon, May 8, 2017 at 1:44 PM, Alan Tull wrote: >> On Mon, May 8, 2017 at 3:44 AM, Wu, Hao wrote: On Wed, May 3, 2017 at 3:07 PM, Alan Tull wrote: > On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: >> On Thu, Apr 20, 2017 at

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-08 Thread Moritz Fischer
On Mon, May 8, 2017 at 1:44 PM, Alan Tull wrote: > On Mon, May 8, 2017 at 3:44 AM, Wu, Hao wrote: >>> On Wed, May 3, 2017 at 3:07 PM, Alan Tull wrote: >>> > On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: >>> >> On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: >>> >>> Add two functions

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-08 Thread Alan Tull
On Mon, May 8, 2017 at 3:44 AM, Wu, Hao wrote: >> On Wed, May 3, 2017 at 3:07 PM, Alan Tull wrote: >> > On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: >> >> On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: >> >>> Add two functions for getting the FPGA bridge from the device >> >>> rathe

RE: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-08 Thread Wu, Hao
> On Wed, May 3, 2017 at 3:07 PM, Alan Tull wrote: > > On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: > >> On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: > >>> Add two functions for getting the FPGA bridge from the device > >>> rather than device tree node. This is to enable writing c

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-04 Thread Alan Tull
On Wed, May 3, 2017 at 3:07 PM, Alan Tull wrote: > On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: >> On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: >>> Add two functions for getting the FPGA bridge from the device >>> rather than device tree node. This is to enable writing code >>> th

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-04 Thread Wu Hao
On Wed, May 03, 2017 at 03:07:33PM -0500, Alan Tull wrote: > On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: > > On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: > >> Add two functions for getting the FPGA bridge from the device > >> rather than device tree node. This is to enable writing

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-03 Thread Alan Tull
On Wed, May 3, 2017 at 6:58 AM, Wu Hao wrote: > On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: >> Add two functions for getting the FPGA bridge from the device >> rather than device tree node. This is to enable writing code >> that will support using FPGA bridges without device tree.

Re: [PATCH v2 02/16] fpga: bridge: support getting bridge from device

2017-05-03 Thread Wu Hao
On Thu, Apr 20, 2017 at 09:09:47AM -0500, Alan Tull wrote: > Add two functions for getting the FPGA bridge from the device > rather than device tree node. This is to enable writing code > that will support using FPGA bridges without device tree. > Rename one old function to make it clear that it i