Re: [PATCH 1/2] drm/ bridge: tc358762: move bridge init to enable callback

2021-12-09 Thread Laurent Pinchart
Hi Dmitry, (CC'ing Tomi) On Thu, Dec 09, 2021 at 07:53:43PM +0300, Dmitry Baryshkov wrote: > On Fri, 26 Nov 2021 at 14:56, Dave Stevenson wrote: > > On Fri, 26 Nov 2021 at 00:32, Dmitry Baryshkov wrote: > > > > > > During the pre_enable time the previous bridge (e.g. DSI host) might be > > > not

Re: [PATCH 1/2] drm/ bridge: tc358762: move bridge init to enable callback

2021-12-09 Thread Dmitry Baryshkov
Hi Dave, On Fri, 26 Nov 2021 at 14:56, Dave Stevenson wrote: > > Hi Dmitry > > On Fri, 26 Nov 2021 at 00:32, Dmitry Baryshkov > wrote: > > > > During the pre_enable time the previous bridge (e.g. DSI host) might be > > not initialized yet. Move the regulator enablement and bridge init to > > te

Re: [PATCH 1/2] drm/ bridge: tc358762: move bridge init to enable callback

2021-11-26 Thread Dave Stevenson
Hi Dmitry On Fri, 26 Nov 2021 at 00:32, Dmitry Baryshkov wrote: > > During the pre_enable time the previous bridge (e.g. DSI host) might be > not initialized yet. Move the regulator enablement and bridge init to > te enable callback (and consequently regulator disblement to disable). Except

[PATCH 1/2] drm/ bridge: tc358762: move bridge init to enable callback

2021-11-25 Thread Dmitry Baryshkov
During the pre_enable time the previous bridge (e.g. DSI host) might be not initialized yet. Move the regulator enablement and bridge init to te enable callback (and consequently regulator disblement to disable). Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/bridge/tc358762.c | 20