From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Date: Wed, 27 Apr 2016 11:35:30 +0000 Subject: Re: [PATCH 6/8] char/genrtc: parisc: use asm-generic/rtc.h Message-Id: <4599222.az1Zyv5Lrl@wuerfel> List-Id: References: <1461707052-1337718-1-git-send-email-arnd@arndb.de> <3034953.EvqV1iv2Ef@caliban.sf-tec.de> <18012781.hPTzXnRcSP@wuerfel> In-Reply-To: <18012781.hPTzXnRcSP@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Rolf Eike Beer Cc: Greg Kroah-Hartman , tony.luck@intel.com, geert@linux-m68k.org, jejb@parisc-linux.org, deller@gmx.de, benh@kernel.crashing.org, mpe@ellerman.id.au, dalias@libc.org, dhowells@redhat.com, yasutake.koichi@jp.panasonic.com, rth@twiddle.net, ink@jurassic.park.msu.ru, linux-alpha@vger.kernel.org, x86@kernel.org, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, rtc-linux@googlegroups.com, linux-arch@vger.kernel.org On Wednesday 27 April 2016 13:21:16 Arnd Bergmann wrote: > On Wednesday 27 April 2016 00:07:47 Rolf Eike Beer wrote: > > Arnd Bergmann wrote: > > > The asm-generic/rtc.h header can now be included by > > > architectures that provide their own set_rtc_time/get_rtc_time > > > macros, letting us remove most of the common contents in > > > the powerpc implementation. > > > > parisc in this case. > > > > Fixed, thanks! Actually, after the comment about just removing the gen_rtc driver in the long run, I checked again and found that PARISC unconditionally selects RTC_CLASS, so this driver can't even be built here. We should just remove the header and drop PARISC from the list. If we also drop m68k, that just leaves powerpc. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH 6/8] char/genrtc: parisc: use asm-generic/rtc.h Date: Wed, 27 Apr 2016 13:35:30 +0200 Message-ID: <4599222.az1Zyv5Lrl@wuerfel> References: <1461707052-1337718-1-git-send-email-arnd@arndb.de> <3034953.EvqV1iv2Ef@caliban.sf-tec.de> <18012781.hPTzXnRcSP@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: Greg Kroah-Hartman , tony.luck@intel.com, geert@linux-m68k.org, jejb@parisc-linux.org, deller@gmx.de, benh@kernel.crashing.org, mpe@ellerman.id.au, dalias@libc.org, dhowells@redhat.com, yasutake.koichi@jp.panasonic.com, rth@twiddle.net, ink@jurassic.park.msu.ru, linux-alpha@vger.kernel.org, x86@kernel.org, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, rtc-linux@googlegroups.com, linux-arch@vger.kernel.org To: Rolf Eike Beer Return-path: In-Reply-To: <18012781.hPTzXnRcSP@wuerfel> List-ID: List-Id: linux-parisc.vger.kernel.org On Wednesday 27 April 2016 13:21:16 Arnd Bergmann wrote: > On Wednesday 27 April 2016 00:07:47 Rolf Eike Beer wrote: > > Arnd Bergmann wrote: > > > The asm-generic/rtc.h header can now be included by > > > architectures that provide their own set_rtc_time/get_rtc_time > > > macros, letting us remove most of the common contents in > > > the powerpc implementation. > > > > parisc in this case. > > > > Fixed, thanks! Actually, after the comment about just removing the gen_rtc driver in the long run, I checked again and found that PARISC unconditionally selects RTC_CLASS, so this driver can't even be built here. We should just remove the header and drop PARISC from the list. If we also drop m68k, that just leaves powerpc. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Sender: rtc-linux@googlegroups.com Received: from mout.kundenserver.de (mout.kundenserver.de. [217.72.192.74]) by gmr-mx.google.com with ESMTPS id u137si565158wmd.1.2016.04.27.04.36.00 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Apr 2016 04:36:00 -0700 (PDT) From: Arnd Bergmann To: Rolf Eike Beer Cc: Greg Kroah-Hartman , tony.luck@intel.com, geert@linux-m68k.org, jejb@parisc-linux.org, deller@gmx.de, benh@kernel.crashing.org, mpe@ellerman.id.au, dalias@libc.org, dhowells@redhat.com, yasutake.koichi@jp.panasonic.com, rth@twiddle.net, ink@jurassic.park.msu.ru, linux-alpha@vger.kernel.org, x86@kernel.org, a.zummo@towertech.it, alexandre.belloni@free-electrons.com, linux-kernel@vger.kernel.org, linux-ia64@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-sh@vger.kernel.org, rtc-linux@googlegroups.com, linux-arch@vger.kernel.org Subject: [rtc-linux] Re: [PATCH 6/8] char/genrtc: parisc: use asm-generic/rtc.h Date: Wed, 27 Apr 2016 13:35:30 +0200 Message-ID: <4599222.az1Zyv5Lrl@wuerfel> In-Reply-To: <18012781.hPTzXnRcSP@wuerfel> References: <1461707052-1337718-1-git-send-email-arnd@arndb.de> <3034953.EvqV1iv2Ef@caliban.sf-tec.de> <18012781.hPTzXnRcSP@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Reply-To: rtc-linux@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , On Wednesday 27 April 2016 13:21:16 Arnd Bergmann wrote: > On Wednesday 27 April 2016 00:07:47 Rolf Eike Beer wrote: > > Arnd Bergmann wrote: > > > The asm-generic/rtc.h header can now be included by > > > architectures that provide their own set_rtc_time/get_rtc_time > > > macros, letting us remove most of the common contents in > > > the powerpc implementation. > > > > parisc in this case. > > > > Fixed, thanks! Actually, after the comment about just removing the gen_rtc driver in the long run, I checked again and found that PARISC unconditionally selects RTC_CLASS, so this driver can't even be built here. We should just remove the header and drop PARISC from the list. If we also drop m68k, that just leaves powerpc. Arnd -- -- 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.