From: Bruno Ducrot <ducrot@poupinou.org>
To: cpufreq@www.linux.org.uk
Cc: davej@redhat.com
Subject: Re: cpufreq/linux/arch/arm/mach-sa1100 cpu-sa1100.c, 1.5, 1.6 cpu-sa1110.c, 1.12, 1.13
Date: Thu, 26 Aug 2004 18:57:32 +0200 [thread overview]
Message-ID: <20040826165732.GP29560@poupinou.org> (raw)
In-Reply-To: <20040826151540.F21364@flint.arm.linux.org.uk>
On Thu, Aug 26, 2004 at 03:15:40PM +0100, Russell King wrote:
> On Thu, Aug 26, 2004 at 03:10:34PM +0100, Russell King wrote:
> > On Thu, Aug 26, 2004 at 02:25:51PM +0100, Ducrot Bruno wrote:
> > > Update of /mnt/src/cvsroot/cpufreq/linux/arch/arm/mach-sa1100
> > > In directory flint:/tmp/cvs-serv26017/linux/arch/arm/mach-sa1100
> > > @@ -329,8 +329,12 @@
> > > }
> > >
> > > static struct cpufreq_driver sa1110_driver = {
> > > + .flags = CPUFREQ_STICKY |
> >
> > > + CPUFREQ_PANIC_OUTOFSYNC | <<<<
> > > + CPUFREQ_PANIC_RESUME_OUTOFSYNC, <<<<
> >
> > Erm, _why_ ?
Because I only merged the latest bk kernel. I should pay more attention
in the future.. Sorry.
> >
> > This makes very little sense. If you put the system to sleep at
> > 147MHz and it normally boots at 206.4MHz, you'll resume at 206.4MHz.
> >
> > It's up to the kernel to reset the clock rate itself. This is nothing
> > new - cpufreq has always done this, so why are we adding this new
> > restriction?
> >
> > It makes zero sense.
>
> And to follow that up, yes, I missed it back in June when I added
> the CPUFREQ_STICKY here. However, I was completely unaware that
> this change had been made back in May 2004.
>
> Can we please route changes to architecture files via the architecture
> people _before_ merging them. Pretty please?
Does something like this ok?
Index: linux/arch/arm/mach-sa1100/cpu-sa1100.c
===================================================================
RCS file: /mnt/src/cvsroot/cpufreq/linux/arch/arm/mach-sa1100/cpu-sa1100.c,v
retrieving revision 1.6
diff -u -r1.6 cpu-sa1100.c
--- linux/arch/arm/mach-sa1100/cpu-sa1100.c 26 Aug 2004 13:25:17 -0000 1.6
+++ linux/arch/arm/mach-sa1100/cpu-sa1100.c 26 Aug 2004 16:55:27 -0000
@@ -230,9 +230,7 @@
}
static struct cpufreq_driver sa1100_driver = {
- .flags = CPUFREQ_STICKY |
- CPUFREQ_PANIC_OUTOFSYNC |
- CPUFREQ_PANIC_RESUME_OUTOFSYNC,
+ .flags = CPUFREQ_STICKY,
.verify = sa11x0_verify_speed,
.target = sa1100_target,
.get = sa11x0_getspeed,
Index: linux/arch/arm/mach-sa1100/cpu-sa1110.c
===================================================================
RCS file: /mnt/src/cvsroot/cpufreq/linux/arch/arm/mach-sa1100/cpu-sa1110.c,v
retrieving revision 1.13
diff -u -r1.13 cpu-sa1110.c
--- linux/arch/arm/mach-sa1100/cpu-sa1110.c 26 Aug 2004 13:25:17 -0000 1.13
+++ linux/arch/arm/mach-sa1100/cpu-sa1110.c 26 Aug 2004 16:55:27 -0000
@@ -329,9 +329,7 @@
}
static struct cpufreq_driver sa1110_driver = {
- .flags = CPUFREQ_STICKY |
- CPUFREQ_PANIC_OUTOFSYNC |
- CPUFREQ_PANIC_RESUME_OUTOFSYNC,
+ .flags = CPUFREQ_STICKY,
.verify = sa11x0_verify_speed,
.target = sa1110_target,
.get = sa11x0_getspeed,
--
Bruno Ducrot
-- Which is worse: ignorance or apathy?
-- Don't know. Don't care.
prev parent reply other threads:[~2004-08-26 16:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-08-26 13:25 cpufreq/linux/arch/arm/mach-sa1100 cpu-sa1100.c, 1.5, 1.6 cpu-sa1110.c, 1.12, 1.13 Ducrot Bruno
2004-08-26 14:10 ` Russell King
2004-08-26 14:15 ` Russell King
2004-08-26 16:57 ` Bruno Ducrot [this message]
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=20040826165732.GP29560@poupinou.org \
--to=ducrot@poupinou.org \
--cc=cpufreq@www.linux.org.uk \
--cc=davej@redhat.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.