Re: [PATCH 06/60] drm/bridge: simple-bridge: Add support for enable GPIO

2019-07-26 Thread Stefan Agner
On 2019-07-07 20:18, Laurent Pinchart wrote: > If an enable GPIO is declared in the firmware, assert it when enabling > the bridge and deassert it when disabling it. > > Signed-off-by: Laurent Pinchart This also comes in handy for the ADV7123, which has a power save pin. Looks good to me. Revi

Re: [PATCH 06/60] drm/bridge: simple-bridge: Add support for enable GPIO

2019-07-09 Thread Andrzej Hajda
On 07.07.2019 20:18, Laurent Pinchart wrote: > If an enable GPIO is declared in the firmware, assert it when enabling > the bridge and deassert it when disabling it. > > Signed-off-by: Laurent Pinchart Hmm, simple becomes less simple. I guess we will end-up with sth similar to panel-simple. And

[PATCH 06/60] drm/bridge: simple-bridge: Add support for enable GPIO

2019-07-07 Thread Laurent Pinchart
If an enable GPIO is declared in the firmware, assert it when enabling the bridge and deassert it when disabling it. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/bridge/simple-bridge.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/