Re: [PATCH v2 10/50] drm/bridge: simple-bridge: Add support for the TI OP362

2019-08-26 Thread Maxime Ripard
On Tue, Aug 20, 2019 at 04:16:41AM +0300, Laurent Pinchart wrote: > The TI OP362 is an analog video amplifier controlled through a GPIO. Add > support for it to the simple-bridge driver. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Andrzej Hajda Reviewed-by: Maxime Ripard Maxime -- Maxi

Re: [PATCH v2 10/50] drm/bridge: simple-bridge: Add support for the TI OP362

2019-08-22 Thread Boris Brezillon
On Tue, 20 Aug 2019 04:16:41 +0300 Laurent Pinchart wrote: > The TI OP362 is an analog video amplifier controlled through a GPIO. Add > support for it to the simple-bridge driver. > > Signed-off-by: Laurent Pinchart > Reviewed-by: Andrzej Hajda Reviewed-by: Boris Brezillon > --- > drivers/

[PATCH v2 10/50] drm/bridge: simple-bridge: Add support for the TI OP362

2019-08-19 Thread Laurent Pinchart
The TI OP362 is an analog video amplifier controlled through a GPIO. Add support for it to the simple-bridge driver. Signed-off-by: Laurent Pinchart Reviewed-by: Andrzej Hajda --- drivers/gpu/drm/bridge/simple-bridge.c | 5 + 1 file changed, 5 insertions(+) diff --git a/drivers/gpu/drm/bri