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 q10si230023wiz.0.2015.06.13.05.23.02 for ; Sat, 13 Jun 2015 05:23:02 -0700 (PDT) Date: Sat, 13 Jun 2015 14:23:01 +0200 From: Alexandre Belloni To: Xunlei Pang Cc: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, Alessandro Zummo , John Stultz , Arnd Bergmann , "David S. Miller" , sparclinux@vger.kernel.org, Xunlei Pang , Paul Bolle Subject: [rtc-linux] Re: [PATCH v3 1/3] NTP: rtc: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronization Message-ID: <20150613122301.GI3890@piout.net> References: <1434078618-16373-1-git-send-email-xlpang@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <1434078618-16373-1-git-send-email-xlpang@126.com> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , Hi, On 12/06/2015 at 11:10:16 +0800, Xunlei Pang wrote : > +config RTC_SYSTOHC_DEVICE > + string "RTC used to synchronize NTP adjustment" > + depends on RTC_SYSTOHC > + default RTC_HCTOSYS_DEVICE Actually, I forgot one case so I changed it to: + default RTC_HCTOSYS_DEVICE if RTC_HCTOSYS + default "rtc0" I applied both series, thanks. -- 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 From: Alexandre Belloni Date: Sat, 13 Jun 2015 12:23:01 +0000 Subject: Re: [PATCH v3 1/3] NTP: rtc: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronization Message-Id: <20150613122301.GI3890@piout.net> List-Id: References: <1434078618-16373-1-git-send-email-xlpang@126.com> In-Reply-To: <1434078618-16373-1-git-send-email-xlpang@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Xunlei Pang Cc: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, Alessandro Zummo , John Stultz , Arnd Bergmann , "David S. Miller" , sparclinux@vger.kernel.org, Xunlei Pang , Paul Bolle Hi, On 12/06/2015 at 11:10:16 +0800, Xunlei Pang wrote : > +config RTC_SYSTOHC_DEVICE > + string "RTC used to synchronize NTP adjustment" > + depends on RTC_SYSTOHC > + default RTC_HCTOSYS_DEVICE Actually, I forgot one case so I changed it to: + default RTC_HCTOSYS_DEVICE if RTC_HCTOSYS + default "rtc0" I applied both series, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753341AbbFMMXM (ORCPT ); Sat, 13 Jun 2015 08:23:12 -0400 Received: from down.free-electrons.com ([37.187.137.238]:36496 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752526AbbFMMXD (ORCPT ); Sat, 13 Jun 2015 08:23:03 -0400 Date: Sat, 13 Jun 2015 14:23:01 +0200 From: Alexandre Belloni To: Xunlei Pang Cc: linux-kernel@vger.kernel.org, rtc-linux@googlegroups.com, Alessandro Zummo , John Stultz , Arnd Bergmann , "David S. Miller" , sparclinux@vger.kernel.org, Xunlei Pang , Paul Bolle Subject: Re: [PATCH v3 1/3] NTP: rtc: Add CONFIG_RTC_SYSTOHC_DEVICE for NTP synchronization Message-ID: <20150613122301.GI3890@piout.net> References: <1434078618-16373-1-git-send-email-xlpang@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434078618-16373-1-git-send-email-xlpang@126.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 Hi, On 12/06/2015 at 11:10:16 +0800, Xunlei Pang wrote : > +config RTC_SYSTOHC_DEVICE > + string "RTC used to synchronize NTP adjustment" > + depends on RTC_SYSTOHC > + default RTC_HCTOSYS_DEVICE Actually, I forgot one case so I changed it to: + default RTC_HCTOSYS_DEVICE if RTC_HCTOSYS + default "rtc0" I applied both series, thanks. -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com