Re: [PATCH] pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume

From: Thierry Reding
Date: Thu Oct 12 2023 - 09:56:13 EST



On Wed, 04 Oct 2023 10:54:14 -0700, Florian Fainelli wrote:
> The suspend/resume functions currently utilize
> clk_disable()/clk_enable() respectively which may be no-ops with certain
> clock providers such as SCMI. Fix this to use clk_disable_unprepare()
> and clk_prepare_enable() respectively as we should.
>
>

Applied, thanks!

[1/1] pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
commit: 4da07e8a22919fde057b554716e4c5a640d4d805

Best regards,
--
Thierry Reding <thierry.reding@xxxxxxxxx>