[PATCH v2 0/1] rtc: tps6594: Add power management support

From: Richard Genoud
Date: Wed May 15 2024 - 11:29:31 EST


Changes in v2:
- use DEFINE_SIMPLE_DEV_PM_OPS instead of deprecated SIMPLE_DEV_PM_OPS
(This fixes the defined but unsed warning when CONFIG_PM is unset)

Richard Genoud (1):
rtc: tps6594: Add power management support

drivers/rtc/rtc-tps6594.c | 46 +++++++++++++++++++++++++++++++++++++
include/linux/mfd/tps6594.h | 1 +
2 files changed, 47 insertions(+)