diff options
author | Florian Fainelli <florian.fainelli@broadcom.com> | 2023-10-04 20:54:14 +0300 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2023-10-13 11:07:18 +0300 |
commit | e9bc4411548aaa738905d37851a0146c16b3bb21 (patch) | |
tree | 1167092776d4e8197c6a02043566f81afcb5f29c /fs/jbd2/commit.c | |
parent | 87e51b76c9db8c29cde573af0faf5a3e13e23960 (diff) | |
download | linux-e9bc4411548aaa738905d37851a0146c16b3bb21.tar.xz |
pwm: brcmstb: Utilize appropriate clock APIs in suspend/resume
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: 3a9f5957020f ("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>
Diffstat (limited to 'fs/jbd2/commit.c')
0 files changed, 0 insertions, 0 deletions