Re: [PATCH 4/9] introduce printk support

2012-12-16 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:07 Sat 15 Dec , Sascha Hauer wrote: > On Thu, Dec 13, 2012 at 05:40:05PM +0100, Jean-Christophe PLAGNIOL-VILLARD > wrote: > > this will allow to fill the output buffer > > > > and now have 2 output mode pr_xxx for drivers and printf for application > > > > Signed-off-by: Jean-Christoph

Re: [PATCH 4/9] introduce printk support

2012-12-14 Thread Sascha Hauer
On Thu, Dec 13, 2012 at 05:40:05PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: > this will allow to fill the output buffer > > and now have 2 output mode pr_xxx for drivers and printf for application > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- > common/console.c

[PATCH 4/9] introduce printk support

2012-12-13 Thread Jean-Christophe PLAGNIOL-VILLARD
this will allow to fill the output buffer and now have 2 output mode pr_xxx for drivers and printf for application Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/console.c| 47 +++ include/common.h| 28 +