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 entr

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. > > Signed