ARM: ep93xx: move timer to its own file
authorLinus Walleij <linus.walleij@linaro.org>
Mon, 15 Jun 2015 11:15:26 +0000 (13:15 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 8 Jul 2015 14:22:39 +0000 (16:22 +0200)
commit361c81f996707e122bffe95c5a3e6c47611b8a29
treeca3dd6cdb7c665aa4190e7b0a0df53b256216c47
parentd770e558e21961ad6cfdf0ff7df0eb5d7d4f0754
ARM: ep93xx: move timer to its own file

This breaks the timer code out of the core file in preparation
for refactoring.

Tested-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-ep93xx/Makefile
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/timer-ep93xx.c [new file with mode: 0644]