All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	RTCLINUX <rtc-linux@googlegroups.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [rtc-linux] Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist
Date: Sun, 17 Apr 2016 18:16:51 +0200	[thread overview]
Message-ID: <11356549.HIf78Z96bJ@wuerfel> (raw)
In-Reply-To: <20160410154352.GH5377@piout.net>

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 && !AVR32 && !BLACKFIN && !UML
> > > +       depends on ALPHA || M32R || M68K || MIPS || MN10300 || PPC || X86
> > 
> > ... so please drop it here.
> > 
> 
> Do you plan to resend that one?
> 

Yes, it's in my queue for resending, together with some other RTC patches.

	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.

WARNING: multiple messages have this Message-ID (diff)
From: arnd@arndb.de (Arnd Bergmann)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist
Date: Sun, 17 Apr 2016 18:16:51 +0200	[thread overview]
Message-ID: <11356549.HIf78Z96bJ@wuerfel> (raw)
In-Reply-To: <20160410154352.GH5377@piout.net>

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 && !AVR32 && !BLACKFIN && !UML
> > > +       depends on ALPHA || M32R || M68K || MIPS || MN10300 || PPC || X86
> > 
> > ... so please drop it here.
> > 
> 
> Do you plan to resend that one?
> 

Yes, it's in my queue for resending, together with some other RTC patches.

	Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: linux-arm-kernel@lists.infradead.org
Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>,
	Geert Uytterhoeven <geert@linux-m68k.org>,
	RTCLINUX <rtc-linux@googlegroups.com>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 1/2] char: PC rtc: replace blacklist with whitelist
Date: Sun, 17 Apr 2016 18:16:51 +0200	[thread overview]
Message-ID: <11356549.HIf78Z96bJ@wuerfel> (raw)
In-Reply-To: <20160410154352.GH5377@piout.net>

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 && !AVR32 && !BLACKFIN && !UML
> > > +       depends on ALPHA || M32R || M68K || MIPS || MN10300 || PPC || X86
> > 
> > ... so please drop it here.
> > 
> 
> Do you plan to resend that one?
> 

Yes, it's in my queue for resending, together with some other RTC patches.

	Arnd

  reply	other threads:[~2016-04-17 16:16 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-02  9:48 [rtc-linux] [PATCH 1/2] char: PC rtc: replace blacklist with whitelist Arnd Bergmann
2016-03-02  9:48 ` Arnd Bergmann
2016-03-02  9:48 ` Arnd Bergmann
2016-03-02  9:48 ` [rtc-linux] [PATCH 2/2] char: genrtc: " Arnd Bergmann
2016-03-02  9:48   ` Arnd Bergmann
2016-03-02  9:48   ` Arnd Bergmann
2016-03-02 10:03   ` [rtc-linux] " Alexandre Belloni
2016-03-02 10:03     ` Alexandre Belloni
2016-03-02 10:03     ` Alexandre Belloni
2016-03-02 10:25   ` [rtc-linux] " Geert Uytterhoeven
2016-03-02 10:25     ` Geert Uytterhoeven
2016-03-02 10:25     ` Geert Uytterhoeven
2016-03-02 10:03 ` [rtc-linux] Re: [PATCH 1/2] char: PC rtc: " Alexandre Belloni
2016-03-02 10:03   ` Alexandre Belloni
2016-03-02 10:03   ` Alexandre Belloni
2016-03-02 10:22 ` [rtc-linux] " Geert Uytterhoeven
2016-03-02 10:22   ` Geert Uytterhoeven
2016-03-02 10:22   ` Geert Uytterhoeven
2016-04-10 15:43   ` [rtc-linux] " Alexandre Belloni
2016-04-10 15:43     ` Alexandre Belloni
2016-04-10 15:43     ` Alexandre Belloni
2016-04-17 16:16     ` Arnd Bergmann [this message]
2016-04-17 16:16       ` Arnd Bergmann
2016-04-17 16:16       ` Arnd Bergmann
2016-04-17 21:37   ` [rtc-linux] " Arnd Bergmann
2016-04-17 21:37     ` Arnd Bergmann
2016-04-17 21:37     ` Arnd Bergmann
2016-04-18  7:09     ` [rtc-linux] " Geert Uytterhoeven
2016-04-18  7:09       ` Geert Uytterhoeven
2016-04-18  7:09       ` Geert Uytterhoeven
2016-04-18 11:41       ` Arnd Bergmann
2016-04-18 11:41         ` Arnd Bergmann
2016-04-18 11:41         ` Arnd Bergmann
2016-04-18 11:41         ` [rtc-linux] " Arnd Bergmann
2016-04-18  7:09     ` Geert Uytterhoeven

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=11356549.HIf78Z96bJ@wuerfel \
    --to=arnd@arndb.de \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=geert@linux-m68k.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rtc-linux@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.