Hi Rob,

On Wed, Mar 21, 2012 at 01:52:45, Robert Lee wrote:
> Enable core cpuidle timekeeping and irq enabling and remove that
> handling from this code.
> 
> Signed-off-by: Robert Lee <[email protected]>
> Reviewed-by: Kevin Hilman <[email protected]>
> Reviewed-by: Daniel Lezcano <[email protected]>
> Acked-by: Jean Pihet<[email protected]>

>  static struct cpuidle_driver davinci_idle_driver = {
> -     .name   = "cpuidle-davinci",
> -     .owner  = THIS_MODULE,
> +     .name           = "cpuidle-davinci",
> +     .owner          = THIS_MODULE,
> +     .states[0]      = ARM_CPUIDLE_WFI_STATE,
> +     .states[1]      = {
> +             .enter                  = davinci_enter_idle,
> +             .exit_latency           = 10,
> +             .target_residency       = 100000,

Apart from your other fix patch, can you also update the
target residency of this state to 10000 as is the case
with current code? With the new value the board is entering
this state really infrequently.

Thanks,
Sekhar

_______________________________________________
linaro-dev mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to