Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-27 Thread Grant Likely
On Thu, Nov 27, 2014 at 1:16 PM, Leif Lindholm wrote: > On Thu, Nov 27, 2014 at 12:15:43PM +, Mark Rutland wrote: >> On Wed, Nov 26, 2014 at 09:48:47PM +, Andrew Lunn wrote: >> > On Wed, Nov 26, 2014 at 09:07:33PM +, Grant Likely wrote: >> > > On Wed, Nov 26, 2014 at 6:30 PM, Andrew Lu

Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-27 Thread Mark Rutland
On Thu, Nov 27, 2014 at 01:16:36PM +, Leif Lindholm wrote: > On Thu, Nov 27, 2014 at 12:15:43PM +, Mark Rutland wrote: > > On Wed, Nov 26, 2014 at 09:48:47PM +, Andrew Lunn wrote: > > > On Wed, Nov 26, 2014 at 09:07:33PM +, Grant Likely wrote: > > > > On Wed, Nov 26, 2014 at 6:30 PM

Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-27 Thread Grant Likely
On Wed, Nov 26, 2014 at 9:48 PM, Andrew Lunn wrote: > On Wed, Nov 26, 2014 at 09:07:33PM +, Grant Likely wrote: >> On Wed, Nov 26, 2014 at 6:30 PM, Andrew Lunn wrote: >> > On Wed, Nov 26, 2014 at 05:40:40PM +, Leif Lindholm wrote: >> >> Support specifying console options (like with consol

Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-27 Thread Leif Lindholm
On Thu, Nov 27, 2014 at 12:15:43PM +, Mark Rutland wrote: > On Wed, Nov 26, 2014 at 09:48:47PM +, Andrew Lunn wrote: > > On Wed, Nov 26, 2014 at 09:07:33PM +, Grant Likely wrote: > > > On Wed, Nov 26, 2014 at 6:30 PM, Andrew Lunn wrote: > > > > On Wed, Nov 26, 2014 at 05:40:40PM +,

Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-27 Thread Mark Rutland
On Wed, Nov 26, 2014 at 09:48:47PM +, Andrew Lunn wrote: > On Wed, Nov 26, 2014 at 09:07:33PM +, Grant Likely wrote: > > On Wed, Nov 26, 2014 at 6:30 PM, Andrew Lunn wrote: > > > On Wed, Nov 26, 2014 at 05:40:40PM +, Leif Lindholm wrote: > > >> Support specifying console options (like

Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-26 Thread Andrew Lunn
On Wed, Nov 26, 2014 at 09:07:33PM +, Grant Likely wrote: > On Wed, Nov 26, 2014 at 6:30 PM, Andrew Lunn wrote: > > On Wed, Nov 26, 2014 at 05:40:40PM +, Leif Lindholm wrote: > >> Support specifying console options (like with console=ttyXN,) > >> by appending them to the stdout-path proper

Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-26 Thread Grant Likely
On Wed, Nov 26, 2014 at 6:30 PM, Andrew Lunn wrote: > On Wed, Nov 26, 2014 at 05:40:40PM +, Leif Lindholm wrote: >> Support specifying console options (like with console=ttyXN,) >> by appending them to the stdout-path property after a separating ':'. >> >> Example: >> stdout-path = "ua

Re: [PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-26 Thread Andrew Lunn
On Wed, Nov 26, 2014 at 05:40:40PM +, Leif Lindholm wrote: > Support specifying console options (like with console=ttyXN,) > by appending them to the stdout-path property after a separating ':'. > > Example: > stdout-path = "uart0:115200"; Hi Leif This should be documented somewhere

[PATCH v2 2/2] of: support passing console options with stdout-path

2014-11-26 Thread Leif Lindholm
Support specifying console options (like with console=ttyXN,) by appending them to the stdout-path property after a separating ':'. Example: stdout-path = "uart0:115200"; Signed-off-by: Leif Lindholm --- drivers/of/base.c |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) di