All of lore.kernel.org
 help / color / mirror / Atom feed
* [Beagleboard] linux-omap-pm -- cpufreq query
       [not found] <AANLkTim43rid4oGe2B8iTEXgVRMGT7=w6onNRF5zOQq=@mail.gmail.com>
@ 2010-09-30  4:54 ` Haribabu Narayanan
  2010-09-30 13:48   ` Kevin Hilman
  0 siblings, 1 reply; 3+ messages in thread
From: Haribabu Narayanan @ 2010-09-30  4:54 UTC (permalink / raw)
  To: linux-omap

Hi all,

    Till recently I was working with Angstrom environment for
beagleboard  (with a linux-omap-pm 2.6.29 kernel) and had to migrate
to the latest kernel version possible that is supported by
linux-omap-pm branch for non-omap related reasons.  I am sticking to
linux-omap-pm instead of linux-omap or linux mainlines chiefly because
I need cpufreq related functionalities.

  I was happily using the latest head from linux-omap-pm when I
realised that there are no frequency transitions that are occurring
now when I initiate requests through sys-fs writes.  I found out that
OMAP_PM_SRF is no longer supported (which was being used earlier on
for helping with cpufreq changes).

  Is it that one cannot do cpufreq related changes with the
current(+/-) linux-omap-pm kernel? I checked linux-omap-pm's
head/cpufreq branch for example and it contains only OMAP_PM_NONE and
OMAP_PM_NOOP in plat-omap/Kconfig. Are there any changes I can make so
that I can get back cpufreq functionality.  If yes, is there an
general idea as to when this will be available with linux-omap-pm head
?

thx,
-hari
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Beagleboard] linux-omap-pm -- cpufreq query
  2010-09-30  4:54 ` [Beagleboard] linux-omap-pm -- cpufreq query Haribabu Narayanan
@ 2010-09-30 13:48   ` Kevin Hilman
  2010-09-30 14:33     ` Haribabu Narayanan
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Hilman @ 2010-09-30 13:48 UTC (permalink / raw)
  To: Haribabu Narayanan; +Cc: linux-omap

Haribabu Narayanan <haribabu@iastate.edu> writes:

>     Till recently I was working with Angstrom environment for
> beagleboard  (with a linux-omap-pm 2.6.29 kernel) and had to migrate
> to the latest kernel version possible that is supported by
> linux-omap-pm branch for non-omap related reasons.  I am sticking to
> linux-omap-pm instead of linux-omap or linux mainlines chiefly because
> I need cpufreq related functionalities.
>
>   I was happily using the latest head from linux-omap-pm when I
> realised that there are no frequency transitions that are occurring
> now when I initiate requests through sys-fs writes.  I found out that
> OMAP_PM_SRF is no longer supported (which was being used earlier on
> for helping with cpufreq changes).
>
>   Is it that one cannot do cpufreq related changes with the
> current(+/-) linux-omap-pm kernel? 

That is correct.

> I checked linux-omap-pm's head/cpufreq branch for example and it
> contains only OMAP_PM_NONE and OMAP_PM_NOOP in plat-omap/Kconfig. Are
> there any changes I can make so that I can get back cpufreq
> functionality.

The kernel parts that enable DVFS (including SmartReflex, voltage layer
etc.) are being rewritten and are under review and test currently.
The best way to help would be to contribute to that development and or
test these series from Thara.

> If yes, is there an general idea as to when this will
> be available with linux-omap-pm head ?

When it's ready. ;)

This is not a commitment, but I suspect we will have this into mainline
during the 2.6.38 merge window.

Kevin



--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Beagleboard] linux-omap-pm -- cpufreq query
  2010-09-30 13:48   ` Kevin Hilman
@ 2010-09-30 14:33     ` Haribabu Narayanan
  0 siblings, 0 replies; 3+ messages in thread
From: Haribabu Narayanan @ 2010-09-30 14:33 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-omap

Thanks Kevin.

Just to confirm, is there any version/branch beyond pm-2.6.34 that has
cpufreq functional for omap3?

-hari


On Thu, Sep 30, 2010 at 8:48 AM, Kevin Hilman
<khilman@deeprootsystems.com> wrote:
> Haribabu Narayanan <haribabu@iastate.edu> writes:
>
>>     Till recently I was working with Angstrom environment for
>> beagleboard  (with a linux-omap-pm 2.6.29 kernel) and had to migrate
>> to the latest kernel version possible that is supported by
>> linux-omap-pm branch for non-omap related reasons.  I am sticking to
>> linux-omap-pm instead of linux-omap or linux mainlines chiefly because
>> I need cpufreq related functionalities.
>>
>>   I was happily using the latest head from linux-omap-pm when I
>> realised that there are no frequency transitions that are occurring
>> now when I initiate requests through sys-fs writes.  I found out that
>> OMAP_PM_SRF is no longer supported (which was being used earlier on
>> for helping with cpufreq changes).
>>
>>   Is it that one cannot do cpufreq related changes with the
>> current(+/-) linux-omap-pm kernel?
>
> That is correct.
>
>> I checked linux-omap-pm's head/cpufreq branch for example and it
>> contains only OMAP_PM_NONE and OMAP_PM_NOOP in plat-omap/Kconfig. Are
>> there any changes I can make so that I can get back cpufreq
>> functionality.
>
> The kernel parts that enable DVFS (including SmartReflex, voltage layer
> etc.) are being rewritten and are under review and test currently.
> The best way to help would be to contribute to that development and or
> test these series from Thara.
>
>> If yes, is there an general idea as to when this will
>> be available with linux-omap-pm head ?
>
> When it's ready. ;)
>
> This is not a commitment, but I suspect we will have this into mainline
> during the 2.6.38 merge window.
>
> Kevin
>
>
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-09-30 14:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTim43rid4oGe2B8iTEXgVRMGT7=w6onNRF5zOQq=@mail.gmail.com>
2010-09-30  4:54 ` [Beagleboard] linux-omap-pm -- cpufreq query Haribabu Narayanan
2010-09-30 13:48   ` Kevin Hilman
2010-09-30 14:33     ` Haribabu Narayanan

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.