Re: [PATCH v2 15/18] drivers/fsi: Add documentation for GPIO based FSI master

2017-02-01 Thread Christopher Bostic
On Wed, Jan 18, 2017 at 3:57 PM, Rob Herring wrote: > On Thu, Jan 12, 2017 at 04:35:43PM -0600, christopher.lee.bos...@gmail.com > wrote: >> From: Chris Bostic >> >> Define the device tree bindings for the GPIO master type. >> >> Signed-off-by: Chris Bostic >> >> --- >> >> V2 - Break out this d

Re: [PATCH v2 15/18] drivers/fsi: Add documentation for GPIO based FSI master

2017-02-01 Thread Christopher Bostic
On Wed, Jan 18, 2017 at 8:11 PM, Jeremy Kerr wrote: > Hi Chris, > > From this: > >>> + >>> +The standard FSI master node >>> + >>> +This node describes a FSI master implmemented fully in hardware >>> +with dedicated input/output pins required for its function (i.e. >>>

Re: [PATCH v2 15/18] drivers/fsi: Add documentation for GPIO based FSI master

2017-01-18 Thread Jeremy Kerr
Hi Chris, >From this: >> + >> +The standard FSI master node >> + >> +This node describes a FSI master implmemented fully in hardware >> +with dedicated input/output pins required for its function (i.e. >> +not using generic GPIO pins). >> +Required property: >> +co

Re: [PATCH v2 15/18] drivers/fsi: Add documentation for GPIO based FSI master

2017-01-18 Thread Rob Herring
On Thu, Jan 12, 2017 at 04:35:43PM -0600, christopher.lee.bos...@gmail.com wrote: > From: Chris Bostic > > Define the device tree bindings for the GPIO master type. > > Signed-off-by: Chris Bostic > > --- > > V2 - Break out this documentation update from the code implementing > The GPIO

[PATCH v2 15/18] drivers/fsi: Add documentation for GPIO based FSI master

2017-01-12 Thread christopher . lee . bostic
From: Chris Bostic Define the device tree bindings for the GPIO master type. Signed-off-by: Chris Bostic --- V2 - Break out this documentation update from the code implementing The GPIO master function. - Move the documentation to an earlier patch than the code implementing the