Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-11-03 Thread Rob Herring
On Tue, Nov 3, 2015 at 10:28 AM, atull wrote: > On Fri, 30 Oct 2015, Rob Herring wrote: > >> On Thu, Oct 29, 2015 at 11:02 AM, atull wrote: >> > On Wed, 28 Oct 2015, Rob Herring wrote: >> > >> >> On Tue, Oct 27, 2015 at 5:09 PM, wrote: >> >> > From: Alan Tull >> >> > >> >> > New bindings docum

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-11-03 Thread atull
On Fri, 30 Oct 2015, Rob Herring wrote: > On Thu, Oct 29, 2015 at 11:02 AM, atull wrote: > > On Wed, 28 Oct 2015, Rob Herring wrote: > > > >> On Tue, Oct 27, 2015 at 5:09 PM, wrote: > >> > From: Alan Tull > >> > > >> > New bindings document for simple fpga bus. > >> > > >> > Signed-off-by: Ala

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-30 Thread Rob Herring
On Thu, Oct 29, 2015 at 11:02 AM, atull wrote: > On Wed, 28 Oct 2015, Rob Herring wrote: > >> On Tue, Oct 27, 2015 at 5:09 PM, wrote: >> > From: Alan Tull >> > >> > New bindings document for simple fpga bus. >> > >> > Signed-off-by: Alan Tull >> > --- >> > v9: initial version added to this pa

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-29 Thread atull
On Wed, 28 Oct 2015, Rob Herring wrote: > On Tue, Oct 27, 2015 at 5:09 PM, wrote: > > From: Alan Tull > > > > New bindings document for simple fpga bus. > > > > Signed-off-by: Alan Tull > > --- > > v9: initial version added to this patchset > > v10: s/fpga/FPGA/g > > replace DT overlay e

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-28 Thread Rob Herring
On Tue, Oct 27, 2015 at 5:09 PM, wrote: > From: Alan Tull > > New bindings document for simple fpga bus. > > Signed-off-by: Alan Tull > --- > v9: initial version added to this patchset > v10: s/fpga/FPGA/g > replace DT overlay example with slightly more complicated example > move to

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-28 Thread atull
On Wed, 28 Oct 2015, Steffen Trumtrar wrote: > On Tue, Oct 27, 2015 at 05:09:11PM -0500, at...@opensource.altera.com wrote: > > From: Alan Tull > > > > New bindings document for simple fpga bus. > > > > Signed-off-by: Alan Tull > > --- > > v9: initial version added to this patchset > > v10: s

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-28 Thread atull
On Wed, 28 Oct 2015, Moritz Fischer wrote: > On Wed, Oct 28, 2015 at 7:53 AM, atull wrote: > > >> > +A Simple FPGA Bus is a bus that handles configuring an FPGA and its > >> > bridges > >> > +before populating the devices below its node. All this happens when a > >> > device > >> > +tree over

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-28 Thread Moritz Fischer
On Wed, Oct 28, 2015 at 7:53 AM, atull wrote: >> > +A Simple FPGA Bus is a bus that handles configuring an FPGA and its >> > bridges >> > +before populating the devices below its node. All this happens when a >> > device >> > +tree overlay is added to the live tree. This document describes th

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-28 Thread atull
On Wed, 28 Oct 2015, Steffen Trumtrar wrote: > Hi! > > On Tue, Oct 27, 2015 at 05:09:11PM -0500, at...@opensource.altera.com wrote: > > From: Alan Tull > > > > New bindings document for simple fpga bus. > > > > Signed-off-by: Alan Tull > > --- > > v9: initial version added to this patchset >

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-28 Thread Steffen Trumtrar
On Tue, Oct 27, 2015 at 05:09:11PM -0500, at...@opensource.altera.com wrote: > From: Alan Tull > > New bindings document for simple fpga bus. > > Signed-off-by: Alan Tull > --- > v9: initial version added to this patchset > v10: s/fpga/FPGA/g > replace DT overlay example with slightly mor

Re: [PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-28 Thread Steffen Trumtrar
Hi! On Tue, Oct 27, 2015 at 05:09:11PM -0500, at...@opensource.altera.com wrote: > From: Alan Tull > > New bindings document for simple fpga bus. > > Signed-off-by: Alan Tull > --- > v9: initial version added to this patchset > v10: s/fpga/FPGA/g > replace DT overlay example with slightl

[PATCH v12 2/6] fpga: add bindings document for simple fpga bus

2015-10-27 Thread atull
From: Alan Tull New bindings document for simple fpga bus. Signed-off-by: Alan Tull --- v9: initial version added to this patchset v10: s/fpga/FPGA/g replace DT overlay example with slightly more complicated example move to staging/simple-fpga-bus v11: No change in this patch for v11