]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: integrator: use clk_prepare_enable() for timer
authorLinus Walleij <linus.walleij@linaro.org>
Sun, 5 Aug 2012 20:37:55 +0000 (22:37 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 6 Aug 2012 17:55:32 +0000 (19:55 +0200)
commit6cc48cf682055653e528258e74f3ea6cacaec71a
tree002cc91bc3286d757d8b0ed990a99ebefa4250d3
parente68bd971b560f07eb28da68f47418c60c7cd8944
ARM: integrator: use clk_prepare_enable() for timer

The Integrator timer is using the clock framework to get the
timer frequency, but missed to prepare the clock before enabling.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-integrator/integrator_ap.c