Re: [PATCH v2] drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency

2023-12-18 Thread Chun-Kuang Hu
Hi, Nicolas: Nícolas F. R. A. Prado 於 2023年11月21日 週二 下午10:29寫道: > > The mtk_dp driver registers a phy device which is handled by the > phy_mtk_dp driver and assumes that the phy probe will complete > synchronously, proceeding to make use of functionality exposed by that > driver right away. This

Re: [PATCH v2] drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency

2023-11-21 Thread Guillaume Ranquet
On Tue, 21 Nov 2023 15:29, "Nícolas F. R. A. Prado" wrote: >The mtk_dp driver registers a phy device which is handled by the >phy_mtk_dp driver and assumes that the phy probe will complete >synchronously, proceeding to make use of functionality exposed by that >driver right away. This assumption h

[PATCH v2] drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency

2023-11-21 Thread Nícolas F . R . A . Prado
The mtk_dp driver registers a phy device which is handled by the phy_mtk_dp driver and assumes that the phy probe will complete synchronously, proceeding to make use of functionality exposed by that driver right away. This assumption however is false when the phy driver is built as a module, causin