public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* SR2: VDD autocomp is not active
@ 2009-12-27  8:47 tarek attia
  2009-12-28  7:48 ` Romit Dasgupta
  0 siblings, 1 reply; 9+ messages in thread
From: tarek attia @ 2009-12-27  8:47 UTC (permalink / raw)
  To: linux-omap

Hi all,

Each time I enable the ondemand governor ,it works fine for a while
,but each time the frequency is changed this messages appears :-

SR1: VDD autocomp is not active

then it works again ,but after small amount of time this messages
appears followed by hang up for the overall system

SR2: VDD autocomp is not active


Any one has an idea ??


Regards,
-- 
tarek

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

* Re: SR2: VDD autocomp is not active
  2009-12-27  8:47 SR2: VDD autocomp is not active tarek attia
@ 2009-12-28  7:48 ` Romit Dasgupta
  2009-12-29 12:28   ` tarek attia
  0 siblings, 1 reply; 9+ messages in thread
From: Romit Dasgupta @ 2009-12-28  7:48 UTC (permalink / raw)
  To: tarek attia; +Cc: linux-omap

tarek attia wrote:
> Hi all,
> 
> Each time I enable the ondemand governor ,it works fine for a while
> ,but each time the frequency is changed this messages appears :-
> 
> SR1: VDD autocomp is not active
> 
> then it works again ,but after small amount of time this messages
> appears followed by hang up for the overall system
> 
> SR2: VDD autocomp is not active
> 
> 

try this:
echo 1 > /sys/power/sr_vdd1_autocomp; echo 1 > /sys/power/sr_vdd2_autocomp


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

* Re: SR2: VDD autocomp is not active
  2009-12-28  7:48 ` Romit Dasgupta
@ 2009-12-29 12:28   ` tarek attia
  2009-12-29 12:30     ` Romit Dasgupta
  0 siblings, 1 reply; 9+ messages in thread
From: tarek attia @ 2009-12-29 12:28 UTC (permalink / raw)
  To: Romit Dasgupta; +Cc: linux-omap

Thank you for your reply ,

But another thing appears and also the system hangs up after
activation the ondemand governor

OPP4 doesn't support SmartReflex
SR1: VDD autocomp not activated

P.S:- I did as you told me by echo 1>sys/power/,,,etc


Regards,

On Mon, Dec 28, 2009 at 9:48 AM, Romit Dasgupta <romit@ti.com> wrote:
>
> tarek attia wrote:
> > Hi all,
> >
> > Each time I enable the ondemand governor ,it works fine for a while
> > ,but each time the frequency is changed this messages appears :-
> >
> > SR1: VDD autocomp is not active
> >
> > then it works again ,but after small amount of time this messages
> > appears followed by hang up for the overall system
> >
> > SR2: VDD autocomp is not active
> >
> >
>
> try this:
> echo 1 > /sys/power/sr_vdd1_autocomp; echo 1 > /sys/power/sr_vdd2_autocomp
>



--
tarek

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

* Re: SR2: VDD autocomp is not active
  2009-12-29 12:28   ` tarek attia
@ 2009-12-29 12:30     ` Romit Dasgupta
  2009-12-29 13:32       ` tarek attia
  0 siblings, 1 reply; 9+ messages in thread
From: Romit Dasgupta @ 2009-12-29 12:30 UTC (permalink / raw)
  To: tarek attia; +Cc: linux-omap

>>> Each time I enable the ondemand governor ,it works fine for a while
>>> ,but each time the frequency is changed this messages appears :-
>>>
>>> SR1: VDD autocomp is not active
>>>
>>> then it works again ,but after small amount of time this messages
>>> appears followed by hang up for the overall system
>>>
>>> SR2: VDD autocomp is not active
>>>
>>>
>> try this:
>> echo 1 > /sys/power/sr_vdd1_autocomp; echo 1 > /sys/power/sr_vdd2_autocomp
What platform are you using? Also what is your git HEAD?
I can smell 3630... ;-) please confirm.

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

* Re: SR2: VDD autocomp is not active
  2009-12-29 12:30     ` Romit Dasgupta
@ 2009-12-29 13:32       ` tarek attia
  2009-12-29 14:00         ` Romit Dasgupta
  0 siblings, 1 reply; 9+ messages in thread
From: tarek attia @ 2009-12-29 13:32 UTC (permalink / raw)
  To: Romit Dasgupta; +Cc: linux-omap

Basically I'm working on beagleboard rev B5 .
I'm not using the pm branch of kevin ,,however I'm using source files
from the rowboat project (Android) ,just I enabled the cpufreq and
smartreflex in the kernel configuration while I'm building the linux
kernel of Android .

Any Idea :-) ??

On Tue, Dec 29, 2009 at 2:30 PM, Romit Dasgupta <romit@ti.com> wrote:
>
> >>> Each time I enable the ondemand governor ,it works fine for a while
> >>> ,but each time the frequency is changed this messages appears :-
> >>>
> >>> SR1: VDD autocomp is not active
> >>>
> >>> then it works again ,but after small amount of time this messages
> >>> appears followed by hang up for the overall system
> >>>
> >>> SR2: VDD autocomp is not active
> >>>
> >>>
> >> try this:
> >> echo 1 > /sys/power/sr_vdd1_autocomp; echo 1 > /sys/power/sr_vdd2_autocomp
> What platform are you using? Also what is your git HEAD?
> I can smell 3630... ;-) please confirm.



--
tarek
--
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] 9+ messages in thread

* Re: SR2: VDD autocomp is not active
  2009-12-29 13:32       ` tarek attia
@ 2009-12-29 14:00         ` Romit Dasgupta
  2009-12-29 15:57           ` tarek attia
  0 siblings, 1 reply; 9+ messages in thread
From: Romit Dasgupta @ 2009-12-29 14:00 UTC (permalink / raw)
  To: tarek attia; +Cc: linux-omap

tarek attia wrote:
> Basically I'm working on beagleboard rev B5 .
> I'm not using the pm branch of kevin ,,however I'm using source files
> from the rowboat project (Android) ,just I enabled the cpufreq and
> smartreflex in the kernel configuration while I'm building the linux
> kernel of Android .
> 

Do you have this function in your code?
'omap2_clk_init_cpufreq_table' If not please use pm branch.

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

* Re: SR2: VDD autocomp is not active
  2009-12-29 14:00         ` Romit Dasgupta
@ 2009-12-29 15:57           ` tarek attia
  2009-12-30  6:36             ` Romit Dasgupta
  0 siblings, 1 reply; 9+ messages in thread
From: tarek attia @ 2009-12-29 15:57 UTC (permalink / raw)
  To: Romit Dasgupta; +Cc: linux-omap

Thank you :) ,

I found the "omap2_clk_init_cpufreq_table" function in the kernel
image installed on my board ,and the hanging up is not permanent
,sometimes occurs and some time doesn't .

So what the reason may be for this case? ..also what is the usage of
"sr_vdd1_autocomp" ??

I know that I'm bothering you,,but thanks for your reply in advance :-)

Regards,

On Tue, Dec 29, 2009 at 4:00 PM, Romit Dasgupta <romit@ti.com> wrote:
> tarek attia wrote:
>> Basically I'm working on beagleboard rev B5 .
>> I'm not using the pm branch of kevin ,,however I'm using source files
>> from the rowboat project (Android) ,just I enabled the cpufreq and
>> smartreflex in the kernel configuration while I'm building the linux
>> kernel of Android .
>>
>
> Do you have this function in your code?
> 'omap2_clk_init_cpufreq_table' If not please use pm branch.
>



-- 
tarek

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

* Re: SR2: VDD autocomp is not active
  2009-12-29 15:57           ` tarek attia
@ 2009-12-30  6:36             ` Romit Dasgupta
  2009-12-30 10:50               ` tarek attia
  0 siblings, 1 reply; 9+ messages in thread
From: Romit Dasgupta @ 2009-12-30  6:36 UTC (permalink / raw)
  To: tarek attia; +Cc: linux-omap

tarek attia wrote:
> Thank you :) ,
> 
> I found the "omap2_clk_init_cpufreq_table" function in the kernel
> image installed on my board ,and the hanging up is not permanent
> ,sometimes occurs and some time doesn't .
> 
> So what the reason may be for this case? ..also what is the usage of
> "sr_vdd1_autocomp" ??
> 
> I know that I'm bothering you,,but thanks for your reply in advance :-)
> 
Nothing to be bothered. Always glad to reply. sr_vdd1_autocomp enables Smart
reflex voltage autocompensation for VDD1 voltage rail.
You do seem to have the low level cpufreq driver in place. May be you can try
with pm branch.

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

* Re: SR2: VDD autocomp is not active
  2009-12-30  6:36             ` Romit Dasgupta
@ 2009-12-30 10:50               ` tarek attia
  0 siblings, 0 replies; 9+ messages in thread
From: tarek attia @ 2009-12-30 10:50 UTC (permalink / raw)
  To: Romit Dasgupta; +Cc: linux-omap

Thank you very much :-) .

Appreciate it really .

Regards,

On Wed, Dec 30, 2009 at 8:36 AM, Romit Dasgupta <romit@ti.com> wrote:
> tarek attia wrote:
>> Thank you :) ,
>>
>> I found the "omap2_clk_init_cpufreq_table" function in the kernel
>> image installed on my board ,and the hanging up is not permanent
>> ,sometimes occurs and some time doesn't .
>>
>> So what the reason may be for this case? ..also what is the usage of
>> "sr_vdd1_autocomp" ??
>>
>> I know that I'm bothering you,,but thanks for your reply in advance :-)
>>
> Nothing to be bothered. Always glad to reply. sr_vdd1_autocomp enables Smart
> reflex voltage autocompensation for VDD1 voltage rail.
> You do seem to have the low level cpufreq driver in place. May be you can try
> with pm branch.
>



-- 
tarek

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

end of thread, other threads:[~2009-12-30 10:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-27  8:47 SR2: VDD autocomp is not active tarek attia
2009-12-28  7:48 ` Romit Dasgupta
2009-12-29 12:28   ` tarek attia
2009-12-29 12:30     ` Romit Dasgupta
2009-12-29 13:32       ` tarek attia
2009-12-29 14:00         ` Romit Dasgupta
2009-12-29 15:57           ` tarek attia
2009-12-30  6:36             ` Romit Dasgupta
2009-12-30 10:50               ` tarek attia

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox