From mboxrd@z Thu Jan 1 00:00:00 1970 From: javier.martinez@collabora.co.uk (Javier Martinez Canillas) Date: Mon, 15 Sep 2014 16:03:09 +0200 Subject: [PATCH RESEND v9 1/5] rtc: max77686: Allow the max77686 rtc to wakeup the system In-Reply-To: <20140912150537.56419981804c68f9108a22b6@linux-foundation.org> References: <1410509864-10019-1-git-send-email-javier.martinez@collabora.co.uk> <1410509864-10019-2-git-send-email-javier.martinez@collabora.co.uk> <20140912150537.56419981804c68f9108a22b6@linux-foundation.org> Message-ID: <5416F19D.4030105@collabora.co.uk> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Andrew, Thanks a lot for taking a look to these patches! On 09/13/2014 12:05 AM, Andrew Morton wrote: > On Fri, 12 Sep 2014 10:17:39 +0200 Javier Martinez Canillas wrote: > >> From: Doug Anderson >> >> The max77686 includes an RTC that keeps power during suspend. It's >> convenient to be able to use it as a wakeup source. >> >> NOTE: due to wakeup ordering problems this patch alone doesn't work so >> well on exynos5250-snow. You also need something that brings the i2c >> bus up before the max77686 wakeup runs. > > I removed this paragraph. > Great. >> Signed-off-by: Doug Anderson >> Reviewed-by: Javier Martinez Canillas > > And I rewrote this to Signed-off-by:, as you were on the patch delivery > path. Documentation/SubmittingPatches section 12 has the gory details. > Yes, originally Doug posted this patch separately but was never picked so I included on my series but forgot to add my s-o-b and also to remove the note paragraph. Best regards, Javier