Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753612AbcD0Lzt (ORCPT ); Wed, 27 Apr 2016 07:55:49 -0400 Received: from mail-ig0-f193.google.com ([209.85.213.193]:34326 "EHLO mail-ig0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753279AbcD0Lzo (ORCPT ); Wed, 27 Apr 2016 07:55:44 -0400 MIME-Version: 1.0 In-Reply-To: <4599222.az1Zyv5Lrl@wuerfel> References: <1461707052-1337718-1-git-send-email-arnd@arndb.de> <3034953.EvqV1iv2Ef@caliban.sf-tec.de> <18012781.hPTzXnRcSP@wuerfel> <4599222.az1Zyv5Lrl@wuerfel> Date: Wed, 27 Apr 2016 13:55:43 +0200 X-Google-Sender-Auth: ldxqG8uen437O5zm87ah2k3wo0o Message-ID: Subject: Re: [PATCH 6/8] char/genrtc: parisc: use asm-generic/rtc.h From: Geert Uytterhoeven To: Arnd Bergmann Cc: Rolf Eike Beer , Greg Kroah-Hartman , Tony Luck , "James E.J. Bottomley" , Helge Deller , Benjamin Herrenschmidt , Michael Ellerman , Rich Felker , David Howells , Koichi Yasutake , Richard Henderson , Ivan Kokshaysky , alpha , "the arch/x86 maintainers" , Alessandro Zummo , Alexandre Belloni , "linux-kernel@vger.kernel.org" , "linux-ia64@vger.kernel.org" , Parisc List , "linuxppc-dev@lists.ozlabs.org" , Linux-sh list , RTCLINUX , Linux-Arch Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1348 Lines: 35 On Wed, Apr 27, 2016 at 1:35 PM, Arnd Bergmann wrote: > 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. I've just checked Debian's unofficial linux-image-4.5.0-1-m68k_4.5.1-1_m68k, and it also enables RTC_CLASS and CONFIG_RTC_DRV_GENERIC, so gen_rtc can be dropped on m68k for sure. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds