RE: [PATCH v2 2/3] drm/bridge: lvds-codec: Add support for regulator

2020-08-12 Thread Biju Das
Hi Laurent, Thanks for the feedback. > Subject: Re: [PATCH v2 2/3] drm/bridge: lvds-codec: Add support for > regulator > > Hi Biju, > > Thank you for the patch. > > On Mon, Aug 10, 2020 at 04:22:18PM +0100, Biju Das wrote: > > Add the support for enabling optional

Re: [PATCH v2 2/3] drm/bridge: lvds-codec: Add support for regulator

2020-08-11 Thread Laurent Pinchart
Hi Biju, Thank you for the patch. On Mon, Aug 10, 2020 at 04:22:18PM +0100, Biju Das wrote: > Add the support for enabling optional regulator that may be used as VCC > source. > > Signed-off-by: Biju Das > --- > New Patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ > --- > drivers/gp

[PATCH v2 2/3] drm/bridge: lvds-codec: Add support for regulator

2020-08-10 Thread Biju Das
Add the support for enabling optional regulator that may be used as VCC source. Signed-off-by: Biju Das --- New Patch Ref: Ref:https://patchwork.kernel.org/patch/11705819/ --- drivers/gpu/drm/bridge/lvds-codec.c | 29 + 1 file changed, 29 insertions(+) diff --git a/d