Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
To heiko and minkyu, I'm very sorry. It was my first time to contribute my code to open-source community, and it was my mistake not to be familiar with the convention in this community. I read the article in the link which minkyu sent me. It was very helpful. Thank you. I'll be more careful ne

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Minkyu Kang
Dear Hyungwon Hwang. On 31/07/13 17:25, Hyungwon Hwang wrote: > Hello, Heiko. > > I think that function l5f31188_display_enable() is needed to wrap up function > l5f31188_display_on(). > > Function l5f31188_display_enable() is used as an interface to external side, > especially to MIPI DSI dri

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-31 Thread Hyungwon Hwang
Hello, Heiko. I think that function l5f31188_display_enable() is needed to wrap up function l5f31188_display_on(). Function l5f31188_display_enable() is used as an interface to external side, especially to MIPI DSI driver. But function l5f31188_display_on() is used as an internal function in t

Re: [U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-30 Thread Heiko Schocher
Hello Hyungwon Am 31.07.2013 03:38, schrieb Hyungwon Hwang: This is u-boot driver for L5F31188 panel. I've tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well. Thanks, Hyungwon Hwang Signed-off-by: Hyungwon Hwang Signed-off-by: Donghwa Lee --- drivers/video/Mak

[U-Boot] [PATCH] video: add L5F31188 TFT-LCD panel driver

2013-07-30 Thread Hyungwon Hwang
This is u-boot driver for L5F31188 panel. I've tested it in the board based on MIPI DSI with EXYNOS4 series, and it worked well. Thanks, Hyungwon Hwang Signed-off-by: Hyungwon Hwang Signed-off-by: Donghwa Lee --- drivers/video/Makefile |1 + drivers/video/l5f31188.c | 201