Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-19 Thread Alan Tull
On Thu, Sep 14, 2017 at 5:54 PM, Moritz Fischer wrote: > On Thu, Sep 14, 2017 at 03:29:09PM -0700, matthew.gerl...@linux.intel.com > wrote: >> >> >> On Thu, 14 Sep 2017, Alan Tull wrote: >> >> > On Wed, Sep 13, 2017 at 6:38 PM, wrote: >> > >> > Hi Matthew, >> > >> > > >> > > Hi Alan, >> > > >>

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-19 Thread Alan Tull
On Mon, Sep 18, 2017 at 5:53 PM, Moritz Fischer wrote: Hi Moritz, > On Wed, Sep 13, 2017 at 03:48:24PM -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

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-18 Thread Moritz Fischer
On Wed, Sep 13, 2017 at 03:48:24PM -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

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-18 Thread Alan Tull
On Mon, Sep 18, 2017 at 12:59 PM, Moritz Fischer wrote: > On Wed, Sep 13, 2017 at 03:48:24PM -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 dev

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-18 Thread Moritz Fischer
On Wed, Sep 13, 2017 at 03:48:24PM -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

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-14 Thread Moritz Fischer
On Thu, Sep 14, 2017 at 03:29:09PM -0700, matthew.gerl...@linux.intel.com wrote: > > > On Thu, 14 Sep 2017, Alan Tull wrote: > > > On Wed, Sep 13, 2017 at 6:38 PM, wrote: > > > > Hi Matthew, > > > > > > > > Hi Alan, > > > > > > Two minor nits below. > > > > > > Matthew Gerlach > > > > >

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-14 Thread matthew . gerlach
On Thu, 14 Sep 2017, Alan Tull wrote: On Wed, Sep 13, 2017 at 6:38 PM, wrote: Hi Matthew, Hi Alan, Two minor nits below. Matthew Gerlach On Wed, 13 Sep 2017, Alan Tull wrote: Add two functions for getting the FPGA bridge from the device rather than device tree node. This is to enab

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-14 Thread Alan Tull
On Wed, Sep 13, 2017 at 6:38 PM, wrote: Hi Matthew, > > Hi Alan, > > Two minor nits below. > > Matthew Gerlach > > On Wed, 13 Sep 2017, 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 wi

Re: [PATCH v4 01/18] fpga: bridge: support getting bridge from device

2017-09-13 Thread matthew . gerlach
Hi Alan, Two minor nits below. Matthew Gerlach On Wed, 13 Sep 2017, 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 t