Re: [PATCH] clk: rzg2l: Ignore disable for core clocks

2025-03-05 Thread Marek Vasut
On 3/4/25 8:44 PM, Paul Barker wrote: Following on from commit 9a699a0a0d62 ("clk: rzg2l: Ignore enable for core clocks"), we also need to ignore attempts to disable core clocks to avoid the need for conditionals around clk_disable_bulk() calls in drivers which support both RZ/G2L and other Renes

[PATCH] clk: rzg2l: Ignore disable for core clocks

2025-03-04 Thread Paul Barker
Following on from commit 9a699a0a0d62 ("clk: rzg2l: Ignore enable for core clocks"), we also need to ignore attempts to disable core clocks to avoid the need for conditionals around clk_disable_bulk() calls in drivers which support both RZ/G2L and other Renesas SoCs. Signed-off-by: Paul Barker --