Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1389946

Re: [PATCH v3 13/16] char/genrtc: remove powerpc support

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH v3 13/16] char/genrtc: remove powerpc support
Date 2016-04-28 11:50 +0200
Message-ID <rsQK6-WE-5@gated-at.bofh.it> (permalink)
References <rsGhH-P8-3@gated-at.bofh.it> <rsGrn-Tl-5@gated-at.bofh.it> <rsOyC-7CU-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thursday 28 April 2016 09:25:25 Geert Uytterhoeven wrote:
> On Thu, Apr 28, 2016 at 12:34 AM, Arnd Bergmann <arnd@arndb.de> wrote:
> > --- a/arch/powerpc/platforms/Kconfig
> > +++ b/arch/powerpc/platforms/Kconfig
> > @@ -321,6 +321,17 @@ config OF_RTC
> >           Uses information from the OF or flattened device tree to instantiate
> >           platform devices for direct mapped RTC chips like the DS1742 or DS1743.
> >
> > +config GEN_RTC
> > +       bool "Use the platform RTC operations from user space"
> > +       select RTC_CLASS
> > +       select RTC_DRV_GENERIC
> > +       help
> > +         This option provides backwards compatibility with the old gen_rtc.ko
> > +         module that was traditionally used for old PowerPC machines.
> > +         Platforms should migrate to enabling the RTC_DRV_GENERIC by hand
> > +         replacing changing their get_rtc_time/set_rtc_time callbacks with
> 
> Drop "changing".
> 
> 

done, thanks!

	Arnd

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH v3 13/16] char/genrtc: remove powerpc support Arnd Bergmann <arnd@arndb.de> - 2016-04-28 00:50 +0200
  Re: [PATCH v3 13/16] char/genrtc: remove powerpc support Geert Uytterhoeven <geert@linux-m68k.org> - 2016-04-28 09:30 +0200
    Re: [PATCH v3 13/16] char/genrtc: remove powerpc support Arnd Bergmann <arnd@arndb.de> - 2016-04-28 11:50 +0200

csiph-web