Re: [PATCH -next 02/12] serial: earlycon: Emit earlycon name in the OF table

2015-03-06 Thread Peter Hurley
On 03/05/2015 10:13 AM, Rob Herring wrote: > On Wed, Mar 4, 2015 at 11:24 AM, Peter Hurley > wrote: >> The OF device name of the earlycon is never used because there is no >> device; re-purpose the name field to store the earlycon name in >> the OF earlycon table. Earlycon will use the table

Re: [PATCH -next 02/12] serial: earlycon: Emit earlycon name in the OF table

2015-03-06 Thread Peter Hurley
On 03/05/2015 10:13 AM, Rob Herring wrote: On Wed, Mar 4, 2015 at 11:24 AM, Peter Hurley pe...@hurleysoftware.com wrote: The OF device name of the earlycon is never used because there is no device; re-purpose the name field to store the earlycon name in the OF earlycon table. Earlycon will

Re: [PATCH -next 02/12] serial: earlycon: Emit earlycon name in the OF table

2015-03-05 Thread Rob Herring
On Wed, Mar 4, 2015 at 11:24 AM, Peter Hurley wrote: > The OF device name of the earlycon is never used because there is no > device; re-purpose the name field to store the earlycon name in > the OF earlycon table. Earlycon will use the table entry to > fixup the console name and index. > >

Re: [PATCH -next 02/12] serial: earlycon: Emit earlycon name in the OF table

2015-03-05 Thread Rob Herring
On Wed, Mar 4, 2015 at 11:24 AM, Peter Hurley pe...@hurleysoftware.com wrote: The OF device name of the earlycon is never used because there is no device; re-purpose the name field to store the earlycon name in the OF earlycon table. Earlycon will use the table entry to fixup the console name

[PATCH -next 02/12] serial: earlycon: Emit earlycon name in the OF table

2015-03-04 Thread Peter Hurley
The OF device name of the earlycon is never used because there is no device; re-purpose the name field to store the earlycon name in the OF earlycon table. Earlycon will use the table entry to fixup the console name and index. Signed-off-by: Peter Hurley --- include/linux/serial_core.h | 15

[PATCH -next 02/12] serial: earlycon: Emit earlycon name in the OF table

2015-03-04 Thread Peter Hurley
The OF device name of the earlycon is never used because there is no device; re-purpose the name field to store the earlycon name in the OF earlycon table. Earlycon will use the table entry to fixup the console name and index. Signed-off-by: Peter Hurley pe...@hurleysoftware.com ---