summaryrefslogtreecommitdiff
path: root/drivers/watchdog/marvell_gti_wdt.c
diff options
context:
space:
mode:
authorJinjie Ruan <ruanjinjie@huawei.com>2023-08-24 16:55:14 +0300
committerWim Van Sebroeck <wim@linux-watchdog.org>2023-10-11 19:34:10 +0300
commitbdb970186d156eb596f8f16f6e8467cdd5d57a70 (patch)
treeadb1f643c41636af532aa87e1b40e79caa9c273d /drivers/watchdog/marvell_gti_wdt.c
parentc51a6977bd9560d7ef2ed35353b328f076e8a591 (diff)
downloadlinux-bdb970186d156eb596f8f16f6e8467cdd5d57a70.tar.xz
watchdog: sunplus: Use the devm_clk_get_enabled() helper function
The devm_clk_get_enabled() helper: - calls devm_clk_get() - calls clk_prepare_enable() and registers what is needed in order to call clk_disable_unprepare() when needed, as a managed resource. This simplifies the code and avoids the need of a dedicated function used with devm_add_action_or_reset(). Signed-off-by: Jinjie Ruan <ruanjinjie@huawei.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Link: https://lore.kernel.org/r/20230824135514.2661364-4-ruanjinjie@huawei.com Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
Diffstat (limited to 'drivers/watchdog/marvell_gti_wdt.c')
0 files changed, 0 insertions, 0 deletions