Re: [PATCH v6 6/9] drm/mediatek: dsi: Register DSI host after acquiring clocks and PHY

2024-02-15 Thread 胡俊光

[PATCH v6 6/9] drm/mediatek: dsi: Register DSI host after acquiring clocks and PHY

2024-02-15 Thread AngeloGioacchino Del Regno
Registering the dsi host with its ops before getting dsi->regs is simply wrong: even though there's nothing (for now) asynchronously calling those ops before the end of the probe function, installing ops that are using iospace(s) and clocks before even initializing those is too fragile. Register t