Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-12-04 Thread Grant Likely
On Wed, 03 Dec 2014 15:07:49 -0800 , Frank Rowand wrote: > On 12/3/2014 1:45 PM, Grant Likely wrote: > > On Wed, Dec 3, 2014 at 7:46 PM, Frank Rowand wrote: > >> On 12/3/2014 7:12 AM, Grant Likely wrote: > >>> On Wed, Dec 3, 2014 at 2:24 AM, Frank Rowand > >>> wrote: > On 11/27/2014 9:56

Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-12-03 Thread Frank Rowand
On 12/3/2014 1:45 PM, Grant Likely wrote: > On Wed, Dec 3, 2014 at 7:46 PM, Frank Rowand wrote: >> On 12/3/2014 7:12 AM, Grant Likely wrote: >>> On Wed, Dec 3, 2014 at 2:24 AM, Frank Rowand wrote: On 11/27/2014 9:56 AM, Leif Lindholm wrote: > Add a global binding for the chosen node. >>>

Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-12-03 Thread Grant Likely
On Wed, Dec 3, 2014 at 7:46 PM, Frank Rowand wrote: > On 12/3/2014 7:12 AM, Grant Likely wrote: >> On Wed, Dec 3, 2014 at 2:24 AM, Frank Rowand wrote: >>> On 11/27/2014 9:56 AM, Leif Lindholm wrote: Add a global binding for the chosen node. Include a description of the stdout-path, and

Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-12-03 Thread Frank Rowand
On 12/3/2014 7:12 AM, Grant Likely wrote: > On Wed, Dec 3, 2014 at 2:24 AM, Frank Rowand wrote: >> On 11/27/2014 9:56 AM, Leif Lindholm wrote: >>> Add a global binding for the chosen node. >>> Include a description of the stdout-path, and an explicit statement on >>> its extra options in the conte

Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-12-03 Thread Grant Likely
On Wed, Dec 3, 2014 at 2:24 AM, Frank Rowand wrote: > On 11/27/2014 9:56 AM, Leif Lindholm wrote: >> Add a global binding for the chosen node. >> Include a description of the stdout-path, and an explicit statement on >> its extra options in the context of a UART console. >> >> Opening description

Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-12-02 Thread Frank Rowand
On 11/27/2014 9:56 AM, Leif Lindholm wrote: > Add a global binding for the chosen node. > Include a description of the stdout-path, and an explicit statement on > its extra options in the context of a UART console. > > Opening description stolen from www.devicetree.org, and part of the > remaining

Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-11-27 Thread Grant Likely
On Thu, 27 Nov 2014 18:41:33 + , Mark Rutland wrote: > On Thu, Nov 27, 2014 at 05:56:05PM +, Leif Lindholm wrote: > > Add a global binding for the chosen node. > > Include a description of the stdout-path, and an explicit statement on > > its extra options in the context of a UART console

Re: [PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-11-27 Thread Mark Rutland
On Thu, Nov 27, 2014 at 05:56:05PM +, Leif Lindholm wrote: > Add a global binding for the chosen node. > Include a description of the stdout-path, and an explicit statement on > its extra options in the context of a UART console. > > Opening description stolen from www.devicetree.org, and part

[PATCH v3 1/3] devicetree: of: Add bindings for chosen node, stdout-path

2014-11-27 Thread Leif Lindholm
Add a global binding for the chosen node. Include a description of the stdout-path, and an explicit statement on its extra options in the context of a UART console. Opening description stolen from www.devicetree.org, and part of the remaining text provided by Mark Rutland. Signed-off-by: Leif Lin