]> git.karo-electronics.de Git - linux-beck.git/commit
ARM: ux500: convert timer suspend/resume to clock_event_device
authorStephen Warren <swarren@nvidia.com>
Thu, 8 Nov 2012 00:07:45 +0000 (17:07 -0700)
committerStephen Warren <swarren@nvidia.com>
Mon, 24 Dec 2012 16:36:36 +0000 (09:36 -0700)
commit8726e96fcb29298351c777670742b553ca947508
tree5eb74fd3695b098832457253a4cead304477b625
parente3cbfb6213757429694775aa7e97ee80c98ee2c6
ARM: ux500: convert timer suspend/resume to clock_event_device

Move ux500's timer suspend/resume functions from struct sys_timer
ux500_timer into struct clock_event_device nmdk_clkevt. This
will allow the sys_timer suspend/resume fields to be removed, and
eventually lead to a complete removal of struct sys_timer.

Cc: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/mach-ux500/timer.c
drivers/clocksource/nomadik-mtu.c