Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-09-17 Thread Tony Lindgren
* H. Nikolaus Schaller [230916 12:50]: > Hi Tomi and Tony, > > > Am 13.09.2023 um 13:59 schrieb Tomi Valkeinen > > : > > > > On 12/04/2023 10:39, Tony Lindgren wrote: > >> We may not have dsi->dsidev initialized during probe, and that can > >> lead into various dsi related warnings as

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-09-16 Thread H. Nikolaus Schaller
Hi Tomi and Tony, > Am 13.09.2023 um 13:59 schrieb Tomi Valkeinen > : > > On 12/04/2023 10:39, Tony Lindgren wrote: >> We may not have dsi->dsidev initialized during probe, and that can >> lead into various dsi related warnings as omap_dsi_host_detach() gets >> called with dsi->dsidev set to

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-09-13 Thread Tony Lindgren
* Tomi Valkeinen [230913 11:59]: > On 12/04/2023 10:39, Tony Lindgren wrote: > > We may not have dsi->dsidev initialized during probe, and that can > > lead into various dsi related warnings as omap_dsi_host_detach() gets > > called with dsi->dsidev set to NULL. > > > > The warnings can be

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-09-13 Thread Tomi Valkeinen
On 13/09/2023 10:37, Tony Lindgren wrote: * Laurent Pinchart [230412 11:59]: On Wed, Apr 12, 2023 at 11:55:34AM +0300, Tomi Valkeinen wrote: On 12/04/2023 11:50, Laurent Pinchart wrote: Hi Tony, Thank you for the patch. On Wed, Apr 12, 2023 at 10:39:53AM +0300, Tony Lindgren wrote: We may

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-09-13 Thread Tomi Valkeinen
On 12/04/2023 10:39, Tony Lindgren wrote: We may not have dsi->dsidev initialized during probe, and that can lead into various dsi related warnings as omap_dsi_host_detach() gets called with dsi->dsidev set to NULL. The warnings can be "Fixed dependency cycle(s)" followed by a WARNING: CPU: 0

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-09-13 Thread Tony Lindgren
* Laurent Pinchart [230412 11:59]: > On Wed, Apr 12, 2023 at 11:55:34AM +0300, Tomi Valkeinen wrote: > > On 12/04/2023 11:50, Laurent Pinchart wrote: > > > Hi Tony, > > > > > > Thank you for the patch. > > > > > > On Wed, Apr 12, 2023 at 10:39:53AM +0300, Tony Lindgren wrote: > > >> We may not

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-04-12 Thread H. Nikolaus Schaller
> Am 12.04.2023 um 10:50 schrieb Laurent Pinchart > : > > Hi Tony, > > Thank you for the patch. > > On Wed, Apr 12, 2023 at 10:39:53AM +0300, Tony Lindgren wrote: >> We may not have dsi->dsidev initialized during probe, and that can >> lead into various dsi related warnings as

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-04-12 Thread Laurent Pinchart
On Wed, Apr 12, 2023 at 11:55:34AM +0300, Tomi Valkeinen wrote: > On 12/04/2023 11:50, Laurent Pinchart wrote: > > Hi Tony, > > > > Thank you for the patch. > > > > On Wed, Apr 12, 2023 at 10:39:53AM +0300, Tony Lindgren wrote: > >> We may not have dsi->dsidev initialized during probe, and that

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-04-12 Thread Tomi Valkeinen
On 12/04/2023 11:50, Laurent Pinchart wrote: Hi Tony, Thank you for the patch. On Wed, Apr 12, 2023 at 10:39:53AM +0300, Tony Lindgren wrote: We may not have dsi->dsidev initialized during probe, and that can lead into various dsi related warnings as omap_dsi_host_detach() gets called with

Re: [PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-04-12 Thread Laurent Pinchart
Hi Tony, Thank you for the patch. On Wed, Apr 12, 2023 at 10:39:53AM +0300, Tony Lindgren wrote: > We may not have dsi->dsidev initialized during probe, and that can > lead into various dsi related warnings as omap_dsi_host_detach() gets > called with dsi->dsidev set to NULL. > > The warnings

[PATCH] drm/omap: dsi: Fix deferred probe warnings

2023-04-12 Thread Tony Lindgren
We may not have dsi->dsidev initialized during probe, and that can lead into various dsi related warnings as omap_dsi_host_detach() gets called with dsi->dsidev set to NULL. The warnings can be "Fixed dependency cycle(s)" followed by a WARNING: CPU: 0 PID: 787 at