Re: (subset) [PATCH v6 20/21] drm/kirin: dsi: Adjust probe order

2021-10-27 Thread Maxime Ripard
On Mon, 25 Oct 2021 17:15:35 +0200, Maxime Ripard wrote: > Without proper care and an agreement between how DSI hosts and devices > drivers register their MIPI-DSI entities and potential components, we can > end up in a situation where the drivers can never probe. > > Most drivers were taking evas

Re: [PATCH v6 20/21] drm/kirin: dsi: Adjust probe order

2021-10-27 Thread John Stultz
On Mon, Oct 25, 2021 at 8:16 AM Maxime Ripard wrote: > > Without proper care and an agreement between how DSI hosts and devices > drivers register their MIPI-DSI entities and potential components, we can > end up in a situation where the drivers can never probe. > > Most drivers were taking evasiv

[PATCH v6 20/21] drm/kirin: dsi: Adjust probe order

2021-10-25 Thread Maxime Ripard
Without proper care and an agreement between how DSI hosts and devices drivers register their MIPI-DSI entities and potential components, we can end up in a situation where the drivers can never probe. Most drivers were taking evasive maneuvers to try to workaround this, but not all of them were f