[PATCH v3] drm/panel: add s6e3ha2 AMOLED panel driver

2015-02-05 Thread Andrzej Hajda
Hi Thierry, On 02/03/2015 01:51 PM, Thierry Reding wrote: > On Tue, Jan 27, 2015 at 10:48:32AM +0900, Hyungwon Hwang wrote: (...) >> + >> +/* This field is tested by functions directly accessing DSI bus before >> + * transfer, transfer is skipped if it is set. In case of transfer >> +

[PATCH v3] drm/panel: add s6e3ha2 AMOLED panel driver

2015-02-03 Thread Thierry Reding
On Tue, Jan 27, 2015 at 10:48:32AM +0900, Hyungwon Hwang wrote: > From: Donghwa Lee > > This patch adds MIPI-DSI based S6E3HA2 panel driver. This panel has > 1440x2560 resolution in 5.7-inch physical panel. > > Signed-off-by: Donghwa Lee > Signed-off-by: Hyungwon Hwang > Cc: Inki Dae > Cc: Sa

[PATCH v3] drm/panel: add s6e3ha2 AMOLED panel driver

2015-01-27 Thread Hyungwon Hwang
From: Donghwa Lee This patch adds MIPI-DSI based S6E3HA2 panel driver. This panel has 1440x2560 resolution in 5.7-inch physical panel. Signed-off-by: Donghwa Lee Signed-off-by: Hyungwon Hwang Cc: Inki Dae Cc: Sangbae Lee --- Changes for v2: - Fix errata in documentation and source code comme