[PATCH] drm/panel/ld9040: add power control sequence

2014-05-05 Thread Thierry Reding
On Tue, Apr 08, 2014 at 12:58:05PM +0200, Andrzej Hajda wrote: > Some ld9040 panels do not start without providing power control sequence > during initialization. The patch fixes the driver by providing such > sequence for all panels. > > Signed-off-by: Andrzej Hajda > --- > drivers/gpu/drm/pane

[PATCH] drm/panel/ld9040: add power control sequence

2014-05-05 Thread Andrzej Hajda
Gently ping nr 2. Regards Andrzej On 04/17/2014 02:54 PM, Andrzej Hajda wrote: > Hi Inki, > > Could you pick up this patch into the fixes branch. > > Regards > Andrzej > > On 04/08/2014 12:58 PM, Andrzej Hajda wrote: >> Some ld9040 panels do not start without providing power control sequence >> d

[PATCH] drm/panel/ld9040: add power control sequence

2014-04-17 Thread Andrzej Hajda
Hi Inki, Could you pick up this patch into the fixes branch. Regards Andrzej On 04/08/2014 12:58 PM, Andrzej Hajda wrote: > Some ld9040 panels do not start without providing power control sequence > during initialization. The patch fixes the driver by providing such > sequence for all panels. >

[PATCH] drm/panel/ld9040: add power control sequence

2014-04-08 Thread Andrzej Hajda
Some ld9040 panels do not start without providing power control sequence during initialization. The patch fixes the driver by providing such sequence for all panels. Signed-off-by: Andrzej Hajda --- drivers/gpu/drm/panel/panel-ld9040.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drive