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

Richard Genoud posted 1 patch 1 year, 9 months ago
There is a newer version of this series
drivers/rtc/rtc-tps6594.c   | 46 +++++++++++++++++++++++++++++++++++++
include/linux/mfd/tps6594.h |  1 +
2 files changed, 47 insertions(+)
[PATCH v2 0/1] rtc: tps6594: Add power management support
Posted by Richard Genoud 1 year, 9 months ago
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(+)