Re: [PATCH] clocksource: arm_arch_timer: Use clocksource for suspend timekeeping

2013-10-02 Thread Daniel Lezcano
On 09/27/2013 10:13 PM, Stephen Boyd wrote: The ARM architected timers keep counting during suspend so we can mark this clocksource with the CLOCK_SOURCE_SUSPEND_NONSTOP flag. This flag will indicate that this clocksource can be used for calculating suspend time and injecting sleep time into the

Re: [PATCH] clocksource: arm_arch_timer: Use clocksource for suspend timekeeping

2013-10-02 Thread Daniel Lezcano
On 09/27/2013 10:13 PM, Stephen Boyd wrote: The ARM architected timers keep counting during suspend so we can mark this clocksource with the CLOCK_SOURCE_SUSPEND_NONSTOP flag. This flag will indicate that this clocksource can be used for calculating suspend time and injecting sleep time into the

[PATCH] clocksource: arm_arch_timer: Use clocksource for suspend timekeeping

2013-09-27 Thread Stephen Boyd
The ARM architected timers keep counting during suspend so we can mark this clocksource with the CLOCK_SOURCE_SUSPEND_NONSTOP flag. This flag will indicate that this clocksource can be used for calculating suspend time and injecting sleep time into the timekeeping core. This should be more

[PATCH] clocksource: arm_arch_timer: Use clocksource for suspend timekeeping

2013-09-27 Thread Stephen Boyd
The ARM architected timers keep counting during suspend so we can mark this clocksource with the CLOCK_SOURCE_SUSPEND_NONSTOP flag. This flag will indicate that this clocksource can be used for calculating suspend time and injecting sleep time into the timekeeping core. This should be more