Files
linux/drivers
Florian Fainelli e3677bfcbb pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
[ Upstream commit e9bc4411548aaa738905d37851a0146c16b3bb21 ]

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.

Fixes: 3a9f595702 ("pwm: Add Broadcom BCM7038 PWM controller support")
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-11-20 10:30:15 +01:00
..
2023-09-23 10:59:52 +02:00
2023-11-08 11:23:42 +01:00
2022-05-09 09:03:20 +02:00
2023-11-20 10:30:10 +01:00
2023-11-20 10:30:12 +01:00
2020-12-30 11:51:26 +01:00
2023-04-05 11:16:43 +02:00
2022-08-25 11:18:33 +02:00
2023-07-27 08:37:19 +02:00