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

Thierry Reding thierry.reding at gmail.com
Thu Oct 12 06:55:58 PDT 2023


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 at gmail.com>



More information about the linux-arm-kernel mailing list