Re: [PATCH v2 03/49] drm/omap: dsi: Fix OF platform depopulate

2019-02-09 Thread Sebastian Reichel
Hi, On Fri, Jan 11, 2019 at 05:50:34AM +0200, Laurent Pinchart wrote: > From: Tomi Valkeinen > > Commit edb715dffdee ("drm/omap: dss: dsi: Move initialization code from > bind to probe") moved the of_platform_populate() call from dsi_bind() to > dsi_probe(), but failed to move the corresponding

Re: [PATCH v2 03/49] drm/omap: dsi: Fix OF platform depopulate

2019-01-14 Thread Laurent Pinchart
Hi Tomi, On Monday, 14 January 2019 13:40:36 EET Tomi Valkeinen wrote: > On 11/01/19 05:50, Laurent Pinchart wrote: > > From: Tomi Valkeinen > > > > Commit edb715dffdee ("drm/omap: dss: dsi: Move initialization code from > > bind to probe") moved the of_platform_populate() call from dsi_bind() t

Re: [PATCH v2 03/49] drm/omap: dsi: Fix OF platform depopulate

2019-01-14 Thread Tomi Valkeinen
On 11/01/19 05:50, Laurent Pinchart wrote: > From: Tomi Valkeinen > > Commit edb715dffdee ("drm/omap: dss: dsi: Move initialization code from > bind to probe") moved the of_platform_populate() call from dsi_bind() to > dsi_probe(), but failed to move the corresponding > of_platform_depopulate() f

[PATCH v2 03/49] drm/omap: dsi: Fix OF platform depopulate

2019-01-10 Thread Laurent Pinchart
From: Tomi Valkeinen Commit edb715dffdee ("drm/omap: dss: dsi: Move initialization code from bind to probe") moved the of_platform_populate() call from dsi_bind() to dsi_probe(), but failed to move the corresponding of_platform_depopulate() from dsi_unbind() to dsi_remove(). This results in OF ch