diff options
author | AngeloGioacchino Del Regno <[email protected]> | 2024-02-15 09:53:13 +0100 |
---|---|---|
committer | Chun-Kuang Hu <[email protected]> | 2024-02-19 14:45:06 +0000 |
commit | e4732b590a77318dff134612b013d66d2448ab20 (patch) | |
tree | f86421a915486e8894e704401d1ca66bdb86a601 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ff4e452146295a9311dec3c845a8bf533ed63379 (diff) |
drm/mediatek: dsi: Register DSI host after acquiring clocks and PHY
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 the DSI host after getting clocks, iospace and PHY.
This wil also allow to simplify the error paths in a later commit.
Reviewed-by: Alexandre Mergnat <[email protected]>
Signed-off-by: AngeloGioacchino Del Regno <[email protected]>
Reviewed-by: CK Hu <[email protected]>
Link: https://patchwork.kernel.org/project/dri-devel/patch/[email protected]/
Signed-off-by: Chun-Kuang Hu <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions