From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id t2si379240wme.1.2015.11.01.09.34.57 for ; Sun, 01 Nov 2015 09:34:57 -0800 (PST) Date: Sun, 1 Nov 2015 18:34:57 +0100 From: Alexandre Belloni To: Krzysztof Kozlowski Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, Donggeun Kim , MyungJoo Ham , KyungMin Park Subject: [rtc-linux] Re: [PATCH v3] rtc: rtc-s3c: Set year, month, day value for setting alarm Message-ID: <20151101173457.GC22331@piout.net> References: <1446378544-18020-1-git-send-email-k.kozlowski.k@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1446378544-18020-1-git-send-email-k.kozlowski.k@gmail.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 01/11/2015 at 20:49:04 +0900, Krzysztof Kozlowski wrote : > This patch sets year, month, day value for set_alarm function. > The current driver omits to set the values. > > This fixes setting wake alarm for dates different than current day. > Without the patch the alarm scheduled for tomorrow would fire today on > chosen time. > > Signed-off-by: Donggeun Kim > Signed-off-by: MyungJoo Ham > Signed-off-by: KyungMin Park > [k.kozlowski: Rebase and test the patch, update commit message] > Signed-off-by: Krzysztof Kozlowski > Applied, many thanks for your reviews. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com -- -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscribe@googlegroups.com. For more options, visit https://groups.google.com/d/optout. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752633AbbKARfA (ORCPT ); Sun, 1 Nov 2015 12:35:00 -0500 Received: from down.free-electrons.com ([37.187.137.238]:36646 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752375AbbKARe7 (ORCPT ); Sun, 1 Nov 2015 12:34:59 -0500 Date: Sun, 1 Nov 2015 18:34:57 +0100 From: Alexandre Belloni To: Krzysztof Kozlowski Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org, Donggeun Kim , MyungJoo Ham , KyungMin Park Subject: Re: [PATCH v3] rtc: rtc-s3c: Set year, month, day value for setting alarm Message-ID: <20151101173457.GC22331@piout.net> References: <1446378544-18020-1-git-send-email-k.kozlowski.k@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1446378544-18020-1-git-send-email-k.kozlowski.k@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/11/2015 at 20:49:04 +0900, Krzysztof Kozlowski wrote : > This patch sets year, month, day value for set_alarm function. > The current driver omits to set the values. > > This fixes setting wake alarm for dates different than current day. > Without the patch the alarm scheduled for tomorrow would fire today on > chosen time. > > Signed-off-by: Donggeun Kim > Signed-off-by: MyungJoo Ham > Signed-off-by: KyungMin Park > [k.kozlowski: Rebase and test the patch, update commit message] > Signed-off-by: Krzysztof Kozlowski > Applied, many thanks for your reviews. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com