Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist

2016-04-18 Thread Arnd Bergmann
On Monday 18 April 2016 09:09:55 Geert Uytterhoeven wrote: > Hi Arnd, > > cc linux-m68k > > On Sun, Apr 17, 2016 at 11:37 PM, Arnd Bergmann wrote: > > On Wednesday 02 March 2016 11:22:04 Geert Uytterhoeven wrote: > >> On Wed, Mar 2, 2016 at 10:48 AM, Arnd Bergmann wrote: > >> > Every new archit

Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist

2016-04-18 Thread Geert Uytterhoeven
Hi Arnd, cc linux-m68k On Sun, Apr 17, 2016 at 11:37 PM, Arnd Bergmann wrote: > On Wednesday 02 March 2016 11:22:04 Geert Uytterhoeven wrote: >> On Wed, Mar 2, 2016 at 10:48 AM, Arnd Bergmann wrote: >> > Every new architecture has to add itself to the growing list of those >> > that do not supp

Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist

2016-04-17 Thread Arnd Bergmann
On Wednesday 02 March 2016 11:22:04 Geert Uytterhoeven wrote: > On Wed, Mar 2, 2016 at 10:48 AM, Arnd Bergmann wrote: > > Every new architecture has to add itself to the growing list of those > > that do not support the legacy PC RTC driver. > > > > This replaces the long list of architectures tha

Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist

2016-04-17 Thread Arnd Bergmann
On Sunday 10 April 2016 17:43:52 Alexandre Belloni wrote: > > > config RTC > > > tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)" > > > - depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \ > > > - && !ARM && !SUPERH && !S390 && !A

Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist

2016-04-10 Thread Alexandre Belloni
Arnd, On 02/03/2016 at 11:22:04 +0100, Geert Uytterhoeven wrote : > On Wed, Mar 2, 2016 at 10:48 AM, Arnd Bergmann wrote: > > Every new architecture has to add itself to the growing list of those > > that do not support the legacy PC RTC driver. > > > > This replaces the long list of architecture

Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist

2016-03-02 Thread Geert Uytterhoeven
On Wed, Mar 2, 2016 at 10:48 AM, Arnd Bergmann wrote: > Every new architecture has to add itself to the growing list of those > that do not support the legacy PC RTC driver. > > This replaces the long list of architectures that don't support it > with a shorter list of those that do. > > The list

Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist

2016-03-02 Thread Alexandre Belloni
On 02/03/2016 at 10:48:50 +0100, Arnd Bergmann wrote : > Every new architecture has to add itself to the growing list of those > that do not support the legacy PC RTC driver. > > This replaces the long list of architectures that don't support it > with a shorter list of those that do. > > The lis