Re: [PATCH v2] serial: xuartps: Enable OF earlycon support

2016-03-05 Thread Greg Kroah-Hartman
On Thu, Feb 25, 2016 at 02:04:23PM +0100, Michal Simek wrote: > Hi Greg, > > On 18.2.2016 17:50, Peter Hurley wrote: > > On 02/17/2016 11:57 PM, Michal Simek wrote: > >> Support early console setup via DT for all listed compatible strings. > >> Remove EARLYCON_DECLARE which was done by: > >> "Use

Re: [PATCH v2] serial: xuartps: Enable OF earlycon support

2016-02-25 Thread Michal Simek
Hi Greg, On 18.2.2016 17:50, Peter Hurley wrote: > On 02/17/2016 11:57 PM, Michal Simek wrote: >> Support early console setup via DT for all listed compatible strings. >> Remove EARLYCON_DECLARE which was done by: >> "Use common framework for earlycon declarations" >> (sha1: 2eaa790989e03900298ad2

Re: [PATCH v2] serial: xuartps: Enable OF earlycon support

2016-02-18 Thread Peter Hurley
On 02/17/2016 11:57 PM, Michal Simek wrote: > Support early console setup via DT for all listed compatible strings. > Remove EARLYCON_DECLARE which was done by: > "Use common framework for earlycon declarations" > (sha1: 2eaa790989e03900298ad24f77f1086dbbc1aebd) > when OF_EARLYCON_DECLARE is define

[PATCH v2] serial: xuartps: Enable OF earlycon support

2016-02-17 Thread Michal Simek
Support early console setup via DT for all listed compatible strings. Remove EARLYCON_DECLARE which was done by: "Use common framework for earlycon declarations" (sha1: 2eaa790989e03900298ad24f77f1086dbbc1aebd) when OF_EARLYCON_DECLARE is defined. Signed-off-by: Michal Simek --- Changes in v2: -