From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com Received: from mail.free-electrons.com (down.free-electrons.com. [37.187.137.238]) by gmr-mx.google.com with ESMTP id o85si1658558wme.0.2016.07.20.14.16.14 for ; Wed, 20 Jul 2016 14:16:14 -0700 (PDT) Date: Wed, 20 Jul 2016 23:16:02 +0200 From: Alexandre Belloni To: Arnaud Ebalard Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: [rtc-linux] Re: [PATCH] rtc: ds1307: fix century bit support Message-ID: <20160720211602.GD4446@piout.net> References: <1468370064-19255-1-git-send-email-alexandre.belloni@free-electrons.com> <87inw8hu62.fsf@natisbad.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 In-Reply-To: <87inw8hu62.fsf@natisbad.org> Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On 14/07/2016 at 21:54:45 +0200, Arnaud Ebalard wrote : > One small thing though: for user which have always used RTC_DRV_ISL12057 > config knob, the change will not be transparent. Would it be possible to > somehow make that old kernel config knob some kind of alias for > RTC_DRV_DS1307 and RTC_DRV_DS1307_CENTURY in Kconfig? > Well, I tried multiple things but making RTC_DRV_ISL12057 hidden makes it unable to select both RTC_DRV_DS1307 and RTC_DRV_DS1307_CENTURY. I'll try to find a solution but I pretty much prefer not having RTC_DRV_ISL12057 selectable anymore -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel 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 S1755415AbcGTVQR (ORCPT ); Wed, 20 Jul 2016 17:16:17 -0400 Received: from down.free-electrons.com ([37.187.137.238]:33585 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752043AbcGTVQP (ORCPT ); Wed, 20 Jul 2016 17:16:15 -0400 Date: Wed, 20 Jul 2016 23:16:02 +0200 From: Alexandre Belloni To: Arnaud Ebalard Cc: Alessandro Zummo , rtc-linux@googlegroups.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] rtc: ds1307: fix century bit support Message-ID: <20160720211602.GD4446@piout.net> References: <1468370064-19255-1-git-send-email-alexandre.belloni@free-electrons.com> <87inw8hu62.fsf@natisbad.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87inw8hu62.fsf@natisbad.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 14/07/2016 at 21:54:45 +0200, Arnaud Ebalard wrote : > One small thing though: for user which have always used RTC_DRV_ISL12057 > config knob, the change will not be transparent. Would it be possible to > somehow make that old kernel config knob some kind of alias for > RTC_DRV_DS1307 and RTC_DRV_DS1307_CENTURY in Kconfig? > Well, I tried multiple things but making RTC_DRV_ISL12057 hidden makes it unable to select both RTC_DRV_DS1307 and RTC_DRV_DS1307_CENTURY. I'll try to find a solution but I pretty much prefer not having RTC_DRV_ISL12057 selectable anymore -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com