Re: [PATCH 6/9] console: factorize kfifo input support

2015-01-05 Thread Sascha Hauer
On Tue, Dec 23, 2014 at 07:21:55PM +0100, Jean-Christophe PLAGNIOL-VILLARD wrote: handle input fifo at console framework level instead of driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/Kconfig | 3 ++ common/console.c

[PATCH 6/9] console: factorize kfifo input support

2014-12-23 Thread Jean-Christophe PLAGNIOL-VILLARD
handle input fifo at console framework level instead of driver Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com --- common/Kconfig | 3 ++ common/console.c | 8 + common/console_common.c| 71