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

2016-04-28 Thread Arnd Bergmann
On Thursday 28 April 2016 09:25:25 Geert Uytterhoeven wrote: > On Thu, Apr 28, 2016 at 12:34 AM, Arnd Bergmann 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 dev

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

2016-04-28 Thread Geert Uytterhoeven
On Thu, Apr 28, 2016 at 12:34 AM, Arnd Bergmann 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

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

2016-04-27 Thread Arnd Bergmann
PowerPC is the last architecture using the GEN_RTC driver on some machines, but we can migrate them all to using the RTC_DRV_GENERIC driver instead now. This moves over the CONFIG_GEN_RTC option from drivers/char into arch/powerpc/platforms/Kconfig and makes it just select the replacement driver i