[PATCH v5 1/2] PM / devfreq: exynos: Use Use devm_clk_get_enabled() helpers

Chanwoo Choi chanwoo at kernel.org
Wed Jun 26 07:30:32 PDT 2024


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.

-- 
Best Regards,
Samsung Electronics
Chanwoo Choi




More information about the linux-arm-kernel mailing list