[PATCH v5 1/2] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers
Anand Moon
linux.amoon at gmail.com
Fri Jun 28 21:25:37 PDT 2024
Hi Chanwoo,
On Wed, 26 Jun 2024 at 20:00, Chanwoo Choi <chanwoo at kernel.org> wrote:
>
> 24. 6. 17. 17:24에 Anand Moon 이(가) 쓴 글:
> > Hi All,
> >
> > On Fri, 10 May 2024 at 15:10, Anand Moon <linux.amoon at gmail.com> wrote:
> >>
> >> The devm_clk_get_enabled() helpers:
> >> - call devm_clk_get()
> >> - call clk_prepare_enable() and register what is needed in order to
> >> call clk_disable_unprepare() when needed, as a managed resource.
> >>
> >> This simplifies the code and avoids the calls to clk_disable_unprepare().
> >>
> >> While at it, use dev_err_probe consistently, and use its return value
> >> to return the error code.
> >>
> >> Signed-off-by: Anand Moon <linux.amoon at gmail.com>
> >
> > Gentle ping?
> >
> > Thanks
> > -Anand
> >
>
> Applied it. Thanks.
> I'm sorry for late reply.
>
Thanks & Regards
-Anand
> --
> Best Regards,
> Samsung Electronics
> Chanwoo Choi
>
More information about the linux-arm-kernel
mailing list