Re: [PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time

2019-08-29 Thread Matt Redfearn
On 28/08/2019 08:05, Andrzej Hajda wrote: > On 27.08.2019 22:03, John Stultz wrote: >> On Mon, Aug 19, 2019 at 3:27 PM John Stultz wrote: >>> On Thu, Jun 27, 2019 at 8:18 AM Matt Redfearn >>> wrote: In contrast to all of the DSI panel drivers in drivers/gpu/drm/panel which attach to

Re: [PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time

2019-08-28 Thread Andrzej Hajda
On 27.08.2019 22:03, John Stultz wrote: > On Mon, Aug 19, 2019 at 3:27 PM John Stultz wrote: >> On Thu, Jun 27, 2019 at 8:18 AM Matt Redfearn >> wrote: >>> In contrast to all of the DSI panel drivers in drivers/gpu/drm/panel >>> which attach to the DSI host via mipi_dsi_attach() at probe time, t

Re: [PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time

2019-08-27 Thread John Stultz
On Mon, Aug 19, 2019 at 3:27 PM John Stultz wrote: > On Thu, Jun 27, 2019 at 8:18 AM Matt Redfearn > wrote: > > > > In contrast to all of the DSI panel drivers in drivers/gpu/drm/panel > > which attach to the DSI host via mipi_dsi_attach() at probe time, the > > ADV7533 bridge device does not. I

Re: [PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time

2019-08-21 Thread John Stultz
On Mon, Aug 19, 2019 at 3:27 PM John Stultz wrote: > On Thu, Jun 27, 2019 at 8:18 AM Matt Redfearn > wrote: > > > > In contrast to all of the DSI panel drivers in drivers/gpu/drm/panel > > which attach to the DSI host via mipi_dsi_attach() at probe time, the > > ADV7533 bridge device does not. I

Re: [PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time

2019-08-19 Thread John Stultz
On Thu, Jun 27, 2019 at 8:18 AM Matt Redfearn wrote: > > In contrast to all of the DSI panel drivers in drivers/gpu/drm/panel > which attach to the DSI host via mipi_dsi_attach() at probe time, the > ADV7533 bridge device does not. Instead it defers this to the point that > the upstream device con

Re: [PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time

2019-07-01 Thread Andrzej Hajda
On 27.06.2019 17:18, Matt Redfearn wrote: > In contrast to all of the DSI panel drivers in drivers/gpu/drm/panel > which attach to the DSI host via mipi_dsi_attach() at probe time, the > ADV7533 bridge device does not. Instead it defers this to the point that > the upstream device connects to its b

[PATCH v2] drm/bridge: adv7511: Attach to DSI host at probe time

2019-06-27 Thread Matt Redfearn
In contrast to all of the DSI panel drivers in drivers/gpu/drm/panel which attach to the DSI host via mipi_dsi_attach() at probe time, the ADV7533 bridge device does not. Instead it defers this to the point that the upstream device connects to its bridge via drm_bridge_attach(). The generic Synopsy