Re: [PATCH 3/3] drm/bridge: chrontel-ch7033: Add a new driver

2020-01-12 Thread Lubomir Rintel
Hello Laurent, On Wed, 2020-01-08 at 17:20 +0200, Laurent Pinchart wrote: > Hi Lubomir, > > Thank you for the patch. > > On Fri, Dec 20, 2019 at 08:49:14AM +0100, Lubomir Rintel wrote: > > This is a driver for video encoder with VGA and DVI/HDMI outputs. > > > > There is no documentation for th

Re: [PATCH 3/3] drm/bridge: chrontel-ch7033: Add a new driver

2020-01-08 Thread Laurent Pinchart
Hi Lubomir, Thank you for the patch. On Fri, Dec 20, 2019 at 08:49:14AM +0100, Lubomir Rintel wrote: > This is a driver for video encoder with VGA and DVI/HDMI outputs. > > There is no documentation for the chip -- the operation was guessed from > what was sniffed on a Dell Wyse 3020 ThinOS term

[PATCH 3/3] drm/bridge: chrontel-ch7033: Add a new driver

2019-12-23 Thread Lubomir Rintel
This is a driver for video encoder with VGA and DVI/HDMI outputs. There is no documentation for the chip -- the operation was guessed from what was sniffed on a Dell Wyse 3020 ThinOS terminal, the register names come from the ch7035 driver in Mediatek's GPL code dump. Only bare minimum is impleme