Re: [PATCH 2/2] ARM: s3c64xx: cpuidle - use timekeeping wrapper

2012-05-17 Thread Mark Brown
On Mon, May 14, 2012 at 04:06:17PM +0200, Daniel Lezcano wrote: The timekeeping is computed from the cpuidle core if we set the .en_core_tk_irqen flag. Let's use it and remove the duplicated code. Tested-by: Mark Brown broo...@opensource.wolfsonmicro.com signature.asc Description: Digital

[PATCH 2/2] ARM: s3c64xx: cpuidle - use timekeeping wrapper

2012-05-09 Thread Daniel Lezcano
The timekeeping is computed from the cpuidle core if we set the .en_core_tk_irqen flag. Let's use it and remove the duplicated code. Signed-off-by: Daniel Lezcano daniel.lezc...@linaro.org --- arch/arm/mach-s3c64xx/cpuidle.c | 12 +--- 1 files changed, 1 insertions(+), 11 deletions(-)