* [PATCH] Fix drivers/rtc/Kconfig for powerpc
@ 2007-05-15 16:53 Wade Farnsworth
2007-05-16 16:31 ` Jon Loeliger
0 siblings, 1 reply; 10+ messages in thread
From: Wade Farnsworth @ 2007-05-15 16:53 UTC (permalink / raw)
To: rtc-linux; +Cc: linuxppc-dev
The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This makes
drivers/rtc/Kconfig to use the correct config option.
Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6-8641/drivers/rtc/Kconfig
===================================================================
--- linux-2.6-8641.orig/drivers/rtc/Kconfig
+++ linux-2.6-8641/drivers/rtc/Kconfig
@@ -246,7 +246,7 @@ comment "Platform RTC drivers"
config RTC_DRV_CMOS
tristate "PC-style 'CMOS'"
depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
- || M32R || ATARI || POWERPC || MIPS)
+ || M32R || ATARI || PPC || MIPS)
help
Say "yes" here to get direct support for the real time clock
found in every PC or ACPI-based system, and some other boards.
^ permalink raw reply [flat|nested] 10+ messages in thread
* [PATCH] Fix drivers/rtc/Kconfig for powerpc
@ 2007-06-06 16:57 Wade Farnsworth
2007-06-06 17:07 ` Jon Loeliger
0 siblings, 1 reply; 10+ messages in thread
From: Wade Farnsworth @ 2007-06-06 16:57 UTC (permalink / raw)
To: a.zummo; +Cc: linuxppc-dev, rtc-linux
The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This fixes
drivers/rtc/Kconfig to use the correct config option.
Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
---
This is a resubmission of a patch I sent a few weeks ago. I'm
resubmitting this as I haven't seen any activity regarding this patch
since I submitted it.
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6-powerpc-8641/drivers/rtc/Kconfig
===================================================================
--- linux-2.6-powerpc-8641.orig/drivers/rtc/Kconfig
+++ linux-2.6-powerpc-8641/drivers/rtc/Kconfig
@@ -246,7 +246,7 @@ comment "Platform RTC drivers"
config RTC_DRV_CMOS
tristate "PC-style 'CMOS'"
depends on RTC_CLASS && (X86 || ALPHA || ARM26 || ARM \
- || M32R || ATARI || POWERPC || MIPS)
+ || M32R || ATARI || PPC || MIPS)
help
Say "yes" here to get direct support for the real time clock
found in every PC or ACPI-based system, and some other boards.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
2007-06-06 16:57 Wade Farnsworth
@ 2007-06-06 17:07 ` Jon Loeliger
2007-06-06 17:17 ` Wade Farnsworth
0 siblings, 1 reply; 10+ messages in thread
From: Jon Loeliger @ 2007-06-06 17:07 UTC (permalink / raw)
To: Wade Farnsworth; +Cc: a.zummo, rtc-linux, linuxppc-dev
On Wed, 2007-06-06 at 11:57, Wade Farnsworth wrote:
> The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This fixes
> drivers/rtc/Kconfig to use the correct config option.
>
> Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
>
> ---
> This is a resubmission of a patch I sent a few weeks ago. I'm
> resubmitting this as I haven't seen any activity regarding this patch
> since I submitted it.
Did you miss where I ACK'ed it 16-May-2007? :-)
From: Jon Loeliger <jdl@freescale.com>
To: Wade Farnsworth <wfarnsworth@mvista.com>
Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>, rtc-linux@googlegroups.com
Subject: Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
Date: Wed, 16 May 2007 11:31:26 -0500
On Tue, 2007-05-15 at 11:53, Wade Farnsworth wrote:
> The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This makes
> drivers/rtc/Kconfig to use the correct config option.
>
> Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
Acked-by: Jon Loeliger <jdl@freescale.com>
jdl
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
2007-06-06 17:07 ` Jon Loeliger
@ 2007-06-06 17:17 ` Wade Farnsworth
2007-06-07 16:08 ` Jon Loeliger
0 siblings, 1 reply; 10+ messages in thread
From: Wade Farnsworth @ 2007-06-06 17:17 UTC (permalink / raw)
To: Jon Loeliger; +Cc: a.zummo, rtc-linux, linuxppc-dev
On Wed, 2007-06-06 at 12:07 -0500, Jon Loeliger wrote:
> On Wed, 2007-06-06 at 11:57, Wade Farnsworth wrote:
> > The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This fixes
> > drivers/rtc/Kconfig to use the correct config option.
> >
> > Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
> >
> > ---
> > This is a resubmission of a patch I sent a few weeks ago. I'm
> > resubmitting this as I haven't seen any activity regarding this patch
> > since I submitted it.
>
> Did you miss where I ACK'ed it 16-May-2007? :-)
Ah okay, maybe I don't understand what that means. When you say
"Acked-by" does that mean you'll push it upstream?
What I meant was I haven't seen anybody pick up this patch yet, and
would like to know it if will be, or if there is something else I need
to do.
--Wade
>
>
> From: Jon Loeliger <jdl@freescale.com>
> To: Wade Farnsworth <wfarnsworth@mvista.com>
> Cc: linuxppc-dev <linuxppc-dev@ozlabs.org>, rtc-linux@googlegroups.com
> Subject: Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
> Date: Wed, 16 May 2007 11:31:26 -0500
>
> On Tue, 2007-05-15 at 11:53, Wade Farnsworth wrote:
> > The powerpc arch uses CONFIG_PPC instead of CONFIG_POWERPC. This makes
> > drivers/rtc/Kconfig to use the correct config option.
> >
> > Signed-off-by: Wade Farnsworth <wfarnsworth@mvista.com>
>
> Acked-by: Jon Loeliger <jdl@freescale.com>
>
> jdl
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
2007-06-06 17:17 ` Wade Farnsworth
@ 2007-06-07 16:08 ` Jon Loeliger
2007-06-07 16:33 ` Wade Farnsworth
0 siblings, 1 reply; 10+ messages in thread
From: Jon Loeliger @ 2007-06-07 16:08 UTC (permalink / raw)
To: Wade Farnsworth; +Cc: a.zummo, rtc-linux, linuxppc-dev
On Wed, 2007-06-06 at 12:17, Wade Farnsworth wrote:
> >
> > Did you miss where I ACK'ed it 16-May-2007? :-)
>
> Ah okay, maybe I don't understand what that means. When you say
> "Acked-by" does that mean you'll push it upstream?
I meant that I picked the patch up, applied it to my tree,
tested it, and verified that _I_ thought it was good.
It received my Vote of Confidence, for whatever that is worth.
> What I meant was I haven't seen anybody pick up this patch yet, and
> would like to know it if will be, or if there is something else I need
> to do.
Right. This patch is in "generic" PowerPC related code,
and not in my area to "push upstream". I would expect, say,
Paul to pick it up directly. Perhaps Kumar would pick it up
and stage it for Paul. Perhaps akpm would pick it up. :-)
> --Wade
HTH,
jdl
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
2007-06-07 16:08 ` Jon Loeliger
@ 2007-06-07 16:33 ` Wade Farnsworth
2007-06-07 16:37 ` Jon Loeliger
0 siblings, 1 reply; 10+ messages in thread
From: Wade Farnsworth @ 2007-06-07 16:33 UTC (permalink / raw)
To: Jon Loeliger; +Cc: a.zummo, rtc-linux, linuxppc-dev
On Thu, 2007-06-07 at 11:08 -0500, Jon Loeliger wrote:
> On Wed, 2007-06-06 at 12:17, Wade Farnsworth wrote:
>
> > >
> > > Did you miss where I ACK'ed it 16-May-2007? :-)
> >
> > Ah okay, maybe I don't understand what that means. When you say
> > "Acked-by" does that mean you'll push it upstream?
>
> I meant that I picked the patch up, applied it to my tree,
> tested it, and verified that _I_ thought it was good.
> It received my Vote of Confidence, for whatever that is worth.
Ok. Thanks for acking it by the way.
>
> > What I meant was I haven't seen anybody pick up this patch yet, and
> > would like to know it if will be, or if there is something else I need
> > to do.
>
> Right. This patch is in "generic" PowerPC related code,
> and not in my area to "push upstream". I would expect, say,
> Paul to pick it up directly. Perhaps Kumar would pick it up
> and stage it for Paul. Perhaps akpm would pick it up. :-)
>
But since this is in drivers/rtc/Kconfig, wouldn't the maintainer of
that subsystem be expected to pick this up?
Thanks for the clarifications.
--Wade
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
2007-06-07 16:33 ` Wade Farnsworth
@ 2007-06-07 16:37 ` Jon Loeliger
2007-06-07 23:34 ` David Gibson
0 siblings, 1 reply; 10+ messages in thread
From: Jon Loeliger @ 2007-06-07 16:37 UTC (permalink / raw)
To: Wade Farnsworth; +Cc: a.zummo, rtc-linux, linuxppc-dev
On Thu, 2007-06-07 at 11:33, Wade Farnsworth wrote:
>
> But since this is in drivers/rtc/Kconfig, wouldn't the maintainer of
> that subsystem be expected to pick this up?
Oh, sure. In which case he/she may be waiting on
someone over in PowerPC land to ACK it first. :-)
Dunno.
jdl
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PATCH] Fix drivers/rtc/Kconfig for powerpc
2007-06-07 16:37 ` Jon Loeliger
@ 2007-06-07 23:34 ` David Gibson
2007-06-08 14:14 ` Loeliger Jon-LOELIGER
0 siblings, 1 reply; 10+ messages in thread
From: David Gibson @ 2007-06-07 23:34 UTC (permalink / raw)
To: Jon Loeliger; +Cc: a.zummo, rtc-linux, linuxppc-dev
On Thu, Jun 07, 2007 at 11:37:46AM -0500, Jon Loeliger wrote:
> On Thu, 2007-06-07 at 11:33, Wade Farnsworth wrote:
> >
> > But since this is in drivers/rtc/Kconfig, wouldn't the maintainer of
> > that subsystem be expected to pick this up?
>
> Oh, sure. In which case he/she may be waiting on
> someone over in PowerPC land to ACK it first. :-)
> Dunno.
Sure. This patch is so simple though, I think it could go straight to
Andrew Morton.
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2007-06-08 14:14 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-15 16:53 [PATCH] Fix drivers/rtc/Kconfig for powerpc Wade Farnsworth
2007-05-16 16:31 ` Jon Loeliger
-- strict thread matches above, loose matches on Subject: below --
2007-06-06 16:57 Wade Farnsworth
2007-06-06 17:07 ` Jon Loeliger
2007-06-06 17:17 ` Wade Farnsworth
2007-06-07 16:08 ` Jon Loeliger
2007-06-07 16:33 ` Wade Farnsworth
2007-06-07 16:37 ` Jon Loeliger
2007-06-07 23:34 ` David Gibson
2007-06-08 14:14 ` Loeliger Jon-LOELIGER
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).