Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-09-02 Thread Stephen Warren
On 08/31/2014 08:28 PM, Sahara wrote: On Fri, 29 Aug 2014, Stephen Warren wrote: On 08/28/2014 11:28 PM, Sahara wrote: On Wed, 27 Aug 2014, Thierry Reding wrote: On Thu, Aug 14, 2014 at 07:13:36PM +0900, kpark3...@gmail.com wrote: From: Sahara Although there are many obs_kernel_param

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-31 Thread Sahara
On Fri, 29 Aug 2014, Stephen Warren wrote: On 08/28/2014 11:28 PM, Sahara wrote: On Wed, 27 Aug 2014, Thierry Reding wrote: On Thu, Aug 14, 2014 at 07:13:36PM +0900, kpark3...@gmail.com wrote: From: Sahara Although there are many obs_kernel_param and its names are earlyprintk and also

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-29 Thread Stephen Warren
On 08/28/2014 11:28 PM, Sahara wrote: On Wed, 27 Aug 2014, Thierry Reding wrote: On Thu, Aug 14, 2014 at 07:13:36PM +0900, kpark3...@gmail.com wrote: From: Sahara Although there are many obs_kernel_param and its names are earlyprintk and also EARLY_PRINTK is also enabled, we could not see

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-28 Thread Sahara
On Wed, 27 Aug 2014, Thierry Reding wrote: On Thu, Aug 14, 2014 at 07:13:36PM +0900, kpark3...@gmail.com wrote: From: Sahara Although there are many obs_kernel_param and its names are earlyprintk and also EARLY_PRINTK is also enabled, we could not see the early_printk output properly until

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-27 Thread Thierry Reding
On Thu, Aug 14, 2014 at 07:13:36PM +0900, kpark3...@gmail.com wrote: > From: Sahara > > Although there are many obs_kernel_param and its names are > earlyprintk and also EARLY_PRINTK is also enabled, we could not > see the early_printk output properly until now. This patch > considers earlycon as

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-18 Thread Keun-O Park
FYI only if you missed my previous 2 replies which didn't reach the mailing list. Thanks. On Mon, Aug 18, 2014 at 12:13 PM, Sahara wrote: > > 2014년 08월 16일 03:34, Rusty Russell 쓴 글: > >> kpark3...@gmail.com writes: >>> >>> From: Sahara >>> >>> Although there are many obs_kernel_param and its n

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-17 Thread Sahara
2014년 08월 16일 03:34, Rusty Russell 쓴 글: kpark3...@gmail.com writes: From: Sahara Although there are many obs_kernel_param and its names are earlyprintk and also EARLY_PRINTK is also enabled, we could not see the early_printk output properly until now. This patch considers earlycon as well as

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-17 Thread Sahara
2014년 08월 15일 05:34, Andrew Morton 쓴 글: On Thu, 14 Aug 2014 19:13:36 +0900 kpark3...@gmail.com wrote: From: Sahara Although there are many obs_kernel_param and its names are earlyprintk and also EARLY_PRINTK is also enabled, we could not see the early_printk output properly until now. This p

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-15 Thread Rusty Russell
kpark3...@gmail.com writes: > From: Sahara > > Although there are many obs_kernel_param and its names are > earlyprintk and also EARLY_PRINTK is also enabled, we could not > see the early_printk output properly until now. This patch > considers earlycon as well as earlyprintk. Hmm, the initial "e

Re: [PATCH] earlyprintk: re-enable earlyprintk calling early_param

2014-08-14 Thread Andrew Morton
On Thu, 14 Aug 2014 19:13:36 +0900 kpark3...@gmail.com wrote: > From: Sahara > > Although there are many obs_kernel_param and its names are > earlyprintk and also EARLY_PRINTK is also enabled, we could not > see the early_printk output properly until now. This patch > considers earlycon as well