aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mfd/max8998.h
diff options
context:
space:
mode:
authorMyungJoo Ham <myungjoo.ham@samsung.com>2010-12-23 17:53:36 +0900
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-14 12:38:14 +0100
commitcdd137c9c86c201ddb7f42ec978d2da45e7b7a17 (patch)
tree1fe9850f283a3952b139d2fc113759fbb4fed88c /include/linux/mfd/max8998.h
parentmfd/ab8500: remove spi support (diff)
downloadlinux-dev-cdd137c9c86c201ddb7f42ec978d2da45e7b7a17.tar.xz
linux-dev-cdd137c9c86c201ddb7f42ec978d2da45e7b7a17.zip
mfd: MAX8998/LP3974 hibernation support
This patch makes the driver to save and restore register values for hibernation. Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to '')
-rw-r--r--include/linux/mfd/max8998.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mfd/max8998.h b/include/linux/mfd/max8998.h
index f8c9f884aff2..686a744e63fb 100644
--- a/include/linux/mfd/max8998.h
+++ b/include/linux/mfd/max8998.h
@@ -88,6 +88,7 @@ struct max8998_platform_data {
int buck1_set1;
int buck1_set2;
int buck2_set3;
+ bool wakeup;
};
#endif /* __LINUX_MFD_MAX8998_H */