[PATCH] drm: panel: simple-panel: get the enable gpio as-is

2016-11-08 Thread Thierry Reding
On Mon, Nov 07, 2016 at 03:26:56PM +0100, Philipp Zabel wrote: > Am Montag, den 07.11.2016, 14:17 +0100 schrieb Thierry Reding: > > On Mon, Nov 07, 2016 at 06:12:43PM +0800, Chen-Yu Tsai wrote: > > > On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote: > > > > The enable gpio of simple-panel may b

[PATCH] drm: panel: simple-panel: get the enable gpio as-is

2016-11-07 Thread Chen-Yu Tsai
On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote: > The enable gpio of simple-panel may be used by a simplefb or other > driver on the panel's display before the KMS driver get load. > > Get the GPIO as-is, so the panel won't be disabled, and the simplefb > can work. > > Signed-off-by: Icenowy

[PATCH] drm: panel: simple-panel: get the enable gpio as-is

2016-11-07 Thread Philipp Zabel
Am Montag, den 07.11.2016, 14:17 +0100 schrieb Thierry Reding: > On Mon, Nov 07, 2016 at 06:12:43PM +0800, Chen-Yu Tsai wrote: > > On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote: > > > The enable gpio of simple-panel may be used by a simplefb or other > > > driver on the panel's display befor

[PATCH] drm: panel: simple-panel: get the enable gpio as-is

2016-11-07 Thread Thierry Reding
On Mon, Nov 07, 2016 at 06:12:43PM +0800, Chen-Yu Tsai wrote: > On Sun, Nov 6, 2016 at 7:09 PM, Icenowy Zheng wrote: > > The enable gpio of simple-panel may be used by a simplefb or other > > driver on the panel's display before the KMS driver get load. > > > > Get the GPIO as-is, so the panel won

[PATCH] drm: panel: simple-panel: get the enable gpio as-is

2016-11-06 Thread Icenowy Zheng
The enable gpio of simple-panel may be used by a simplefb or other driver on the panel's display before the KMS driver get load. Get the GPIO as-is, so the panel won't be disabled, and the simplefb can work. Signed-off-by: Icenowy Zheng --- drivers/gpu/drm/panel/panel-simple.c | 2 +- 1 file ch