Re: [rtc-linux] [PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source

2014-02-25 Thread Andrew Morton
On Tue, 21 Jan 2014 13:24:51 +0800 Dongsheng Wang dongsheng.w...@freescale.com wrote: From: Wang Dongsheng dongsheng.w...@freescale.com Add suspend/resume and device_init_wakeup to enable ds3232 as wakeup source, /sys/class/rtc/rtcX/wakealarm for set wakeup alarm. ... @@ -411,23

RE: [rtc-linux] [PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source

2014-02-25 Thread dongsheng.w...@freescale.com
] [PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source On Tue, 21 Jan 2014 13:24:51 +0800 Dongsheng Wang dongsheng.w...@freescale.com wrote: From: Wang Dongsheng dongsheng.w...@freescale.com Add suspend/resume and device_init_wakeup to enable ds3232 as wakeup source, /sys/class/rtc

Re: [rtc-linux] [PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source

2014-02-25 Thread Scott Wood
-B35336; linuxppc- d...@lists.ozlabs.org Subject: Re: [rtc-linux] [PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source On Tue, 21 Jan 2014 13:24:51 +0800 Dongsheng Wang dongsheng.w...@freescale.com wrote: + if (client-irq != NO_IRQ) { x86_64 allmodconfig: drivers

RE: [rtc-linux] [PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source

2014-02-25 Thread dongsheng.w...@freescale.com
-linux] [PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source On Tue, 2014-02-25 at 21:09 -0600, Wang Dongsheng-B40534 wrote: -Original Message- From: Andrew Morton [mailto:a...@linux-foundation.org] Sent: Wednesday, February 26, 2014 6:07 AM To: rtc-li...@googlegroups.com

[PATCH] rtc/ds3232: Enable ds3232 to work as wakeup source

2014-01-20 Thread Dongsheng Wang
From: Wang Dongsheng dongsheng.w...@freescale.com Add suspend/resume and device_init_wakeup to enable ds3232 as wakeup source, /sys/class/rtc/rtcX/wakealarm for set wakeup alarm. Signed-off-by: Wang Dongsheng dongsheng.w...@freescale.com diff --git a/drivers/rtc/rtc-ds3232.c