RE: [PATCH v3] drm/bridge: lvds-codec: Add support for regulator

2020-10-17 Thread Biju Das
Hi Sam, > Subject: Re: [PATCH v3] drm/bridge: lvds-codec: Add support for regulator > > Hi Biju, Laurent > > On Tue, Sep 22, 2020 at 01:55:26PM +0300, Laurent Pinchart wrote: > > From: Biju Das > > > > Add the support for enabling optional regulator t

Re: [PATCH v3] drm/bridge: lvds-codec: Add support for regulator

2020-10-16 Thread Sam Ravnborg
Hi Biju, Laurent On Tue, Sep 22, 2020 at 01:55:26PM +0300, Laurent Pinchart wrote: > From: Biju Das > > Add the support for enabling optional regulator that may be used as VCC > source. > > Signed-off-by: Biju Das > Reviewed-by: Laurent Pinchart > [Replaced 'error' variable with 'ret'] > [Ren

RE: [PATCH v3] drm/bridge: lvds-codec: Add support for regulator

2020-09-23 Thread Biju Das
Hi Laurent, Thanks for the patch. > Subject: [PATCH v3] drm/bridge: lvds-codec: Add support for regulator > > From: Biju Das > > Add the support for enabling optional regulator that may be used as VCC > source. > > Signed-off-by: Biju Das > Reviewed-by: Laurent P

[PATCH v3] drm/bridge: lvds-codec: Add support for regulator

2020-09-22 Thread Laurent Pinchart
From: Biju Das Add the support for enabling optional regulator that may be used as VCC source. Signed-off-by: Biju Das Reviewed-by: Laurent Pinchart [Replaced 'error' variable with 'ret'] [Renamed regulator from 'vcc' to 'power'] Signed-off-by: Laurent Pinchart --- Changes since v2: - Use th