Re: [PATCH v2 5/7] drm/bridge: Add Analogix anx6345 support

2019-07-18 Thread Torsten Duwe
On Wed, Jun 12, 2019 at 11:13:10AM +0200, Andrzej Hajda wrote: > On 04.06.2019 14:23, Torsten Duwe wrote: > > + > > +static void anx6345_poweron(struct anx6345 *anx6345) > > +{ > > + int err; > > + > > + /* Ensure reset is asserted before starting power on sequence */ > > +

Re: [PATCH v2 5/7] drm/bridge: Add Analogix anx6345 support

2019-06-12 Thread Andrzej Hajda
On 04.06.2019 14:23, Torsten Duwe wrote: > From: Icenowy Zheng > > The ANX6345 is an ultra-low power DisplayPower/eDP transmitter designed > for portable devices. This driver adds initial support for RGB to eDP > mode, without HPD and interrupts. > > This is a configuration usually seen in eDP

[PATCH v2 5/7] drm/bridge: Add Analogix anx6345 support

2019-06-04 Thread Torsten Duwe
From: Icenowy Zheng The ANX6345 is an ultra-low power DisplayPower/eDP transmitter designed for portable devices. This driver adds initial support for RGB to eDP mode, without HPD and interrupts. This is a configuration usually seen in eDP applications. Signed-off-by: Icenowy Zheng