On 13/10/2022 22:32, Alexandre Belloni wrote: > On Wed, 24 Aug 2022 10:18:25 +0200, Christophe JAILLET wrote: >> The devm_clk_get_enabled() helper: >> - calls devm_clk_get() >> - calls clk_prepare_enable() and registers what is needed in order to >> call clk_disable_unprepare() when needed, as a managed resource. >> >> This simplifies the code, the error handling paths and avoid the need of >> a dedicated function used with devm_add_action_or_reset(). >> >> [...] > > Applied, thanks! > > [1/1] rtc: mpfs: Use devm_clk_get_enabled() helper > commit: 24fb316155a5f6ba278a8b110c60e67b79900356 > > Best regards, > While this is on my mind, making the rtc's ahb clock critical came up in previous discussion about this patch. A fix for that was applied to v6.0. Thanks, Conor.