* Re: power management on mips
2005-10-18 16:00 power management on mips Ivan Korzakow
@ 2005-10-18 15:50 ` sjhill
2005-10-18 18:15 ` Daniel Jacobowitz
1 sibling, 0 replies; 9+ messages in thread
From: sjhill @ 2005-10-18 15:50 UTC (permalink / raw)
To: Ivan Korzakow; +Cc: linux-mips
> Does anyone knows what power management features are there for mips ?
> I know for example that ACPI have been porting to arm. Anything
> equivalent for mips ? Is it possible to do some power management under
> Linux if ACPI or APM is not ported to mips ? And if yes, what would be
> the work to do ?
>
I have a sudden urge to vomit all over you, maybe because you said
ACPI and MIPS in the same sentence. ACPI is pretty x86-centric. I
doubt it will ever make its way into MIPS. Dan Malek or others may
have comments on various PM schemes used in MIPS. I am surprised
that ARM adopted it, but there's a reason I no longer do ARM kernel
development. ACPI is also a lot of code adding size to your kernel
as well as additional applications. Not really great if your are
doing an embedded system.
-Steve
^ permalink raw reply [flat|nested] 9+ messages in thread
* power management on mips
@ 2005-10-18 16:00 Ivan Korzakow
2005-10-18 15:50 ` sjhill
2005-10-18 18:15 ` Daniel Jacobowitz
0 siblings, 2 replies; 9+ messages in thread
From: Ivan Korzakow @ 2005-10-18 16:00 UTC (permalink / raw)
To: linux-mips
Hi list,
Does anyone knows what power management features are there for mips ?
I know for example that ACPI have been porting to arm. Anything
equivalent for mips ? Is it possible to do some power management under
Linux if ACPI or APM is not ported to mips ? And if yes, what would be
the work to do ?
Thanks in advance,
Ivan
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: power management on mips
@ 2005-10-18 17:43 Mitchell, Earl
2005-10-18 17:43 ` Mitchell, Earl
2005-10-18 17:53 ` Peter Popov
0 siblings, 2 replies; 9+ messages in thread
From: Mitchell, Earl @ 2005-10-18 17:43 UTC (permalink / raw)
To: Ivan Korzakow, linux-mips
APM is dead replaced by ACPI which is primarily used for x86 laptops
I think. While back I read that MontaVista and IBM were working on
something called Dynamic Power Mgmt (DPM). Might want to check that out?
See links below.
-earlm
http://www.linuxdevices.com/news/NS4297534594.html
http://tree.celinuxforum.org/CelfPubWiki/PowerManagementDefinitionOfTerms_5fR2
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org]On Behalf Of Ivan Korzakow
> Sent: Tuesday, October 18, 2005 9:01 AM
> To: linux-mips@linux-mips.org
> Subject: power management on mips
>
>
> Hi list,
>
> Does anyone knows what power management features are there for mips ?
> I know for example that ACPI have been porting to arm. Anything
> equivalent for mips ? Is it possible to do some power management under
> Linux if ACPI or APM is not ported to mips ? And if yes, what would be
> the work to do ?
>
> Thanks in advance,
>
> Ivan
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: power management on mips
2005-10-18 17:43 Mitchell, Earl
@ 2005-10-18 17:43 ` Mitchell, Earl
2005-10-18 17:53 ` Peter Popov
1 sibling, 0 replies; 9+ messages in thread
From: Mitchell, Earl @ 2005-10-18 17:43 UTC (permalink / raw)
To: Ivan Korzakow, linux-mips
APM is dead replaced by ACPI which is primarily used for x86 laptops
I think. While back I read that MontaVista and IBM were working on
something called Dynamic Power Mgmt (DPM). Might want to check that out?
See links below.
-earlm
http://www.linuxdevices.com/news/NS4297534594.html
http://tree.celinuxforum.org/CelfPubWiki/PowerManagementDefinitionOfTerms_5fR2
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org]On Behalf Of Ivan Korzakow
> Sent: Tuesday, October 18, 2005 9:01 AM
> To: linux-mips@linux-mips.org
> Subject: power management on mips
>
>
> Hi list,
>
> Does anyone knows what power management features are there for mips ?
> I know for example that ACPI have been porting to arm. Anything
> equivalent for mips ? Is it possible to do some power management under
> Linux if ACPI or APM is not ported to mips ? And if yes, what would be
> the work to do ?
>
> Thanks in advance,
>
> Ivan
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: power management on mips
2005-10-18 17:43 Mitchell, Earl
2005-10-18 17:43 ` Mitchell, Earl
@ 2005-10-18 17:53 ` Peter Popov
1 sibling, 0 replies; 9+ messages in thread
From: Peter Popov @ 2005-10-18 17:53 UTC (permalink / raw)
To: Mitchell, Earl, Ivan Korzakow, linux-mips
> I think. While back I read that MontaVista and IBM
> were working on
> something called Dynamic Power Mgmt (DPM). Might
> want to check that out?
> See links below.
That's alive and well in shipping mobile phones and
perhaps other devices. However, it requires quite a
bit of work to port it to a new architecture/cpu and
as far as I know it never went mainstream. You'll end
up with somewhat of a custom PM solution. Nothing
wrong with that, as long as you're willing to maintain
it internally as your kernel revs forward.
Pete
> -earlm
>
> http://www.linuxdevices.com/news/NS4297534594.html
>
http://tree.celinuxforum.org/CelfPubWiki/PowerManagementDefinitionOfTerms_5fR2
>
>
>
> > -----Original Message-----
> > From: linux-mips-bounce@linux-mips.org
> > [mailto:linux-mips-bounce@linux-mips.org]On Behalf
> Of Ivan Korzakow
> > Sent: Tuesday, October 18, 2005 9:01 AM
> > To: linux-mips@linux-mips.org
> > Subject: power management on mips
> >
> >
> > Hi list,
> >
> > Does anyone knows what power management features
> are there for mips ?
> > I know for example that ACPI have been porting to
> arm. Anything
> > equivalent for mips ? Is it possible to do some
> power management under
> > Linux if ACPI or APM is not ported to mips ? And
> if yes, what would be
> > the work to do ?
> >
> > Thanks in advance,
> >
> > Ivan
> >
> >
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: power management on mips
@ 2005-10-18 18:01 Mitchell, Earl
2005-10-18 18:01 ` Mitchell, Earl
2005-10-18 18:12 ` Peter Popov
0 siblings, 2 replies; 9+ messages in thread
From: Mitchell, Earl @ 2005-10-18 18:01 UTC (permalink / raw)
To: Peter Popov, Ivan Korzakow, linux-mips
True. PDAs and mobile devices also use it.
So it may be supported for platforms like
AMD's Alchemy (e.g. they have a PDA reference design).
-earlm
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org]On Behalf Of Peter Popov
> Sent: Tuesday, October 18, 2005 10:53 AM
> To: Mitchell, Earl; Ivan Korzakow; linux-mips@linux-mips.org
> Subject: RE: power management on mips
>
>
>
>
>
> > I think. While back I read that MontaVista and IBM
> > were working on
> > something called Dynamic Power Mgmt (DPM). Might
> > want to check that out?
> > See links below.
>
> That's alive and well in shipping mobile phones and
> perhaps other devices. However, it requires quite a
> bit of work to port it to a new architecture/cpu and
> as far as I know it never went mainstream. You'll end
> up with somewhat of a custom PM solution. Nothing
> wrong with that, as long as you're willing to maintain
> it internally as your kernel revs forward.
>
> Pete
>
> > -earlm
> >
> > http://www.linuxdevices.com/news/NS4297534594.html
> >
> http://tree.celinuxforum.org/CelfPubWiki/PowerManagementDefini
tionOfTerms_5fR2
>
>
>
> > -----Original Message-----
> > From: linux-mips-bounce@linux-mips.org
> > [mailto:linux-mips-bounce@linux-mips.org]On Behalf
> Of Ivan Korzakow
> > Sent: Tuesday, October 18, 2005 9:01 AM
> > To: linux-mips@linux-mips.org
> > Subject: power management on mips
> >
> >
> > Hi list,
> >
> > Does anyone knows what power management features
> are there for mips ?
> > I know for example that ACPI have been porting to
> arm. Anything
> > equivalent for mips ? Is it possible to do some
> power management under
> > Linux if ACPI or APM is not ported to mips ? And
> if yes, what would be
> > the work to do ?
> >
> > Thanks in advance,
> >
> > Ivan
> >
> >
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: power management on mips
2005-10-18 18:01 Mitchell, Earl
@ 2005-10-18 18:01 ` Mitchell, Earl
2005-10-18 18:12 ` Peter Popov
1 sibling, 0 replies; 9+ messages in thread
From: Mitchell, Earl @ 2005-10-18 18:01 UTC (permalink / raw)
To: Peter Popov, Ivan Korzakow, linux-mips
True. PDAs and mobile devices also use it.
So it may be supported for platforms like
AMD's Alchemy (e.g. they have a PDA reference design).
-earlm
> -----Original Message-----
> From: linux-mips-bounce@linux-mips.org
> [mailto:linux-mips-bounce@linux-mips.org]On Behalf Of Peter Popov
> Sent: Tuesday, October 18, 2005 10:53 AM
> To: Mitchell, Earl; Ivan Korzakow; linux-mips@linux-mips.org
> Subject: RE: power management on mips
>
>
>
>
>
> > I think. While back I read that MontaVista and IBM
> > were working on
> > something called Dynamic Power Mgmt (DPM). Might
> > want to check that out?
> > See links below.
>
> That's alive and well in shipping mobile phones and
> perhaps other devices. However, it requires quite a
> bit of work to port it to a new architecture/cpu and
> as far as I know it never went mainstream. You'll end
> up with somewhat of a custom PM solution. Nothing
> wrong with that, as long as you're willing to maintain
> it internally as your kernel revs forward.
>
> Pete
>
> > -earlm
> >
> > http://www.linuxdevices.com/news/NS4297534594.html
> >
> http://tree.celinuxforum.org/CelfPubWiki/PowerManagementDefini
tionOfTerms_5fR2
>
>
>
> > -----Original Message-----
> > From: linux-mips-bounce@linux-mips.org
> > [mailto:linux-mips-bounce@linux-mips.org]On Behalf
> Of Ivan Korzakow
> > Sent: Tuesday, October 18, 2005 9:01 AM
> > To: linux-mips@linux-mips.org
> > Subject: power management on mips
> >
> >
> > Hi list,
> >
> > Does anyone knows what power management features
> are there for mips ?
> > I know for example that ACPI have been porting to
> arm. Anything
> > equivalent for mips ? Is it possible to do some
> power management under
> > Linux if ACPI or APM is not ported to mips ? And
> if yes, what would be
> > the work to do ?
> >
> > Thanks in advance,
> >
> > Ivan
> >
> >
>
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: power management on mips
2005-10-18 18:01 Mitchell, Earl
2005-10-18 18:01 ` Mitchell, Earl
@ 2005-10-18 18:12 ` Peter Popov
1 sibling, 0 replies; 9+ messages in thread
From: Peter Popov @ 2005-10-18 18:12 UTC (permalink / raw)
To: Mitchell, Earl, Ivan Korzakow, linux-mips
--- "Mitchell, Earl" <earlm@mips.com> wrote:
>
> True. PDAs and mobile devices also use it.
> So it may be supported for platforms like
> AMD's Alchemy (e.g. they have a PDA reference
> design).
Yes, although I don't think AMD recommends switching
frequencies anymore. I think they rate/test the chip
only at its advertised speed. So static power
management could be implemented but Dynamic Power
Management (where most of the complexity is anyway)
would probably not be recommended by the manufacturer.
Pete
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: power management on mips
2005-10-18 16:00 power management on mips Ivan Korzakow
2005-10-18 15:50 ` sjhill
@ 2005-10-18 18:15 ` Daniel Jacobowitz
1 sibling, 0 replies; 9+ messages in thread
From: Daniel Jacobowitz @ 2005-10-18 18:15 UTC (permalink / raw)
To: Ivan Korzakow; +Cc: linux-mips
On Tue, Oct 18, 2005 at 06:00:40PM +0200, Ivan Korzakow wrote:
> I know for example that ACPI have been porting to arm.
As far as I know, that's not true.
--
Daniel Jacobowitz
CodeSourcery, LLC
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2005-10-18 18:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-18 16:00 power management on mips Ivan Korzakow
2005-10-18 15:50 ` sjhill
2005-10-18 18:15 ` Daniel Jacobowitz
-- strict thread matches above, loose matches on Subject: below --
2005-10-18 17:43 Mitchell, Earl
2005-10-18 17:43 ` Mitchell, Earl
2005-10-18 17:53 ` Peter Popov
2005-10-18 18:01 Mitchell, Earl
2005-10-18 18:01 ` Mitchell, Earl
2005-10-18 18:12 ` Peter Popov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox