Re: [PATCH] drm/bridge: analogix_dp: Fix clk-disable removal

2025-05-28 Thread Dmitry Baryshkov
On Wed, 28 May 2025 00:51:19 +0200, Heiko Stuebner wrote: > Commit 6579a03e68ff ("drm/bridge: analogix_dp: Remove the unnecessary > calls to clk_disable_unprepare() during probing") removed the mismatched > clock_disable calls from analogix_dp_probe. > > But that patch was created and sent before

Re: [PATCH] drm/bridge: analogix_dp: Fix clk-disable removal

2025-05-28 Thread Lucas De Marchi
On Wed, May 28, 2025 at 12:51:19AM +0200, Heiko Stuebner wrote: Commit 6579a03e68ff ("drm/bridge: analogix_dp: Remove the unnecessary calls to clk_disable_unprepare() during probing") removed the mismatched clock_disable calls from analogix_dp_probe. But that patch was created and sent before co

Re: [PATCH] drm/bridge: analogix_dp: Fix clk-disable removal

2025-05-28 Thread Dmitry Baryshkov
On Wed, May 28, 2025 at 12:51:19AM +0200, Heiko Stuebner wrote: > Commit 6579a03e68ff ("drm/bridge: analogix_dp: Remove the unnecessary > calls to clk_disable_unprepare() during probing") removed the mismatched > clock_disable calls from analogix_dp_probe. > > But that patch was created and sent b