Re: [PATCH] lib:font:fbconsole: add custom font support for review

2015-10-28 Thread Sascha Hauer
On Wed, Oct 28, 2015 at 04:20:26PM +0800, Kevin Du Huanpeng wrote: > 2015-10-28 14:59 GMT+08:00 Sascha Hauer : > > Hi, > > > > On Tue, Oct 27, 2015 at 04:40:56AM +0800, Kevin Du Huanpeng wrote: > >> On Mon, Oct 26, 2015 at 08:18:36AM +0100, Sascha Hauer wrote: > >> > > >> > This patch has several h

Re: [PATCH] lib:font:fbconsole: add custom font support for review

2015-10-28 Thread Kevin Du Huanpeng
2015-10-28 14:59 GMT+08:00 Sascha Hauer : > Hi, > > On Tue, Oct 27, 2015 at 04:40:56AM +0800, Kevin Du Huanpeng wrote: >> On Mon, Oct 26, 2015 at 08:18:36AM +0100, Sascha Hauer wrote: >> > >> > This patch has several hunks without changes which makes it hard to look >> > at. >> > >> > Somehow this

Re: [PATCH] lib:font:fbconsole: add custom font support for review

2015-10-28 Thread Sascha Hauer
Hi, On Tue, Oct 27, 2015 at 04:40:56AM +0800, Kevin Du Huanpeng wrote: > On Mon, Oct 26, 2015 at 08:18:36AM +0100, Sascha Hauer wrote: > > > > This patch has several hunks without changes which makes it hard to look > > at. > > > > Somehow this looks like beginning unicode support. Wouldn't it b

Re: [PATCH] lib:font:fbconsole: add custom font support for review

2015-10-27 Thread Kevin Du Huanpeng
On Mon, Oct 26, 2015 at 08:18:36AM +0100, Sascha Hauer wrote: > > This patch has several hunks without changes which makes it hard to look > at. > > Somehow this looks like beginning unicode support. Wouldn't it be better > to pick the relevant parts we need from unicode and support them? How a

Re: [PATCH] lib:font:fbconsole: add custom font support for review

2015-10-26 Thread Sascha Hauer
On Sat, Oct 24, 2015 at 01:38:08PM +0300, Du Huanpeng wrote: > Signed-off-by: Du Huanpeng > --- > drivers/video/fbconsole.c | 39 - > include/linux/font.h| 11 ++- > lib/fonts/Kconfig | 5 ++ > lib/fonts/Makefile | 4 + > lib/fonts/font_7x14.c |

[PATCH] lib:font:fbconsole: add custom font support for review

2015-10-24 Thread Du Huanpeng
Signed-off-by: Du Huanpeng --- drivers/video/fbconsole.c | 39 - include/linux/font.h| 11 ++- lib/fonts/Kconfig | 5 ++ lib/fonts/Makefile | 4 + lib/fonts/font_7x14.c | 1 + lib/fonts/font_8x16.c | 1 + lib/fonts/font_custom_16x.c | 206

[PATCH] lib:font:fbconsole: add custom font support for review

2015-10-23 Thread Du Huanpeng
Signed-off-by: Du Huanpeng --- drivers/video/fbconsole.c | 39 + include/linux/font.h| 10 ++- lib/fonts/Kconfig | 5 ++ lib/fonts/Makefile | 1 + lib/fonts/font_7x14.c | 1 + lib/fonts/font_8x16.c | 1 + lib/fonts/font_custom_16x.c | 204