[PATCH 0/8] watchdog: Convert drivers to DEFINE_SIMPLE_DEV_PM_OPS()
From: Triet Hoang
Date: Wed Aug 26 2026 - 02:09:35 EST
This series converts the watchdog drivers to use DEFINE_SIMPLE_DEV_PM_OPS()
and pm_sleep_ptr().
This is a straightforward cleanup with no functional change intended.
Signed-off-by: Triet Hoang <triet.hoang.dev@xxxxxxxxx>
Triet Hoang (8):
watchdog: cadence_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
watchdog: da9062: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
watchdog: keembay_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
watchdog: msc313e_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
watchdog: of_xilinx_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
watchdog: pm8916_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
watchdog: sp805_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
watchdog: stmp3xxx_rtc_wdt: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
drivers/watchdog/cadence_wdt.c | 8 ++++----
drivers/watchdog/da9062_wdt.c | 8 ++++----
drivers/watchdog/keembay_wdt.c | 8 ++++----
drivers/watchdog/msc313e_wdt.c | 8 ++++----
drivers/watchdog/of_xilinx_wdt.c | 8 ++++----
drivers/watchdog/pm8916_wdt.c | 8 ++++----
drivers/watchdog/sp805_wdt.c | 8 ++++----
drivers/watchdog/stmp3xxx_rtc_wdt.c | 8 ++++----
8 files changed, 32 insertions(+), 32 deletions(-)
--
2.53.0