Re: [PATCH] drm/mediatek: stop selecting foreign drivers

2024-12-25 Thread Chun-Kuang Hu
Hi, Arnd: Arnd Bergmann 於 2024年12月18日 週三 下午4:58寫道: > > From: Arnd Bergmann > > The PHY portion of the mediatek hdmi driver was originally part of > the driver it self and later split out into drivers/phy, which a > 'select' to keep the prior behavior. > > However, this leads to build failures wh

Re: [PATCH] drm/mediatek: stop selecting foreign drivers

2024-12-23 Thread 胡俊光

Re: [PATCH] drm/mediatek: stop selecting foreign drivers

2024-12-18 Thread AngeloGioacchino Del Regno
Il 18/12/24 12:44, Arnd Bergmann ha scritto: On Wed, Dec 18, 2024, at 11:50, AngeloGioacchino Del Regno wrote: Il 18/12/24 09:58, Arnd Bergmann ha scritto: From: Arnd Bergmann The problem is - no PHY no party, it's not going to work without... but I get the reasons behind this change. Are w

Re: [PATCH] drm/mediatek: stop selecting foreign drivers

2024-12-18 Thread Arnd Bergmann
On Wed, Dec 18, 2024, at 11:50, AngeloGioacchino Del Regno wrote: > Il 18/12/24 09:58, Arnd Bergmann ha scritto: >> From: Arnd Bergmann > > The problem is - no PHY no party, it's not going to work without... but > I get the > reasons behind this change. > > Are we sure that we can't just add a `d

Re: [PATCH] drm/mediatek: stop selecting foreign drivers

2024-12-18 Thread AngeloGioacchino Del Regno
Il 18/12/24 09:58, Arnd Bergmann ha scritto: From: Arnd Bergmann The PHY portion of the mediatek hdmi driver was originally part of the driver it self and later split out into drivers/phy, which a 'select' to keep the prior behavior. However, this leads to build failures when the PHY driver ca

Re: [PATCH] drm/mediatek: stop selecting foreign drivers

2024-12-18 Thread Geert Uytterhoeven
Hi Arnd, On Wed, Dec 18, 2024 at 9:58 AM Arnd Bergmann wrote: > From: Arnd Bergmann > > The PHY portion of the mediatek hdmi driver was originally part of > the driver it self and later split out into drivers/phy, which a > 'select' to keep the prior behavior. > > However, this leads to build fa