summaryrefslogtreecommitdiffstats
path: root/include/linux/mfd
diff options
context:
space:
mode:
authorMark Brown2008-11-12 22:27:04 +0100
committerLinus Torvalds2008-11-13 02:17:18 +0100
commit077eaf5b40ecb2c345d82f02275c20e965dfa3e5 (patch)
tree9f29121591ffb69cef527e4de11d183b6bf01f6d /include/linux/mfd
parentics932s401: new clock generator chip driver (diff)
downloadkernel-qcow2-linux-077eaf5b40ecb2c345d82f02275c20e965dfa3e5.tar.gz
kernel-qcow2-linux-077eaf5b40ecb2c345d82f02275c20e965dfa3e5.tar.xz
kernel-qcow2-linux-077eaf5b40ecb2c345d82f02275c20e965dfa3e5.zip
rtc: rtc-wm8350: add support for WM8350 RTC
This adds support for the RTC provided by the Wolfson Microelectronics WM8350. This driver was originally written by Graeme Gregory and Liam Girdwood, though it has been modified since then to update it to current mainline coding standards and for API completeness. [akpm@linux-foundation.org: s/schedule_timeout_interruptible/schedule_timeout_uninterruptible/ to prevent bogus timeout when signal_pending()] Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Cc: Alessandro Zummo <a.zummo@towertech.it> Cc: David Brownell <david-b@pacbell.net> Cc: Liam Girdwood <linux@wolfsonmicro.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/mfd')
-rw-r--r--include/linux/mfd/wm8350/rtc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/mfd/wm8350/rtc.h b/include/linux/mfd/wm8350/rtc.h
index dfda69e9f440..24add2bef6c9 100644
--- a/include/linux/mfd/wm8350/rtc.h
+++ b/include/linux/mfd/wm8350/rtc.h
@@ -261,6 +261,8 @@
struct wm8350_rtc {
struct platform_device *pdev;
+ struct rtc_device *rtc;
+ int alarm_enabled; /* used over suspend/resume */
};
#endif