]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: EXYNOS: move mct driver to drivers/clocksource
authorThomas Abraham <thomas.abraham@linaro.org>
Sat, 9 Mar 2013 07:16:13 +0000 (16:16 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 9 Mar 2013 07:18:14 +0000 (16:18 +0900)
commit6539d088e70d3f77f1e47f3757b1ac87cf565889
tree0eab3d60f50eb74d30c71e19b3b62e3de83df35c
parentcc10ae53a99fbbf8e0b701ac10c2fb22206495da
ARM: EXYNOS: move mct driver to drivers/clocksource

Move the multi core timer (mct) driver to from mach-exynos
to drivers/clocksource and update the Kconfig and makefiles.

Cc: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/Kconfig
arch/arm/mach-exynos/Kconfig
arch/arm/mach-exynos/Makefile
arch/arm/mach-exynos/mct.c [deleted file]
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/exynos_mct.c [new file with mode: 0644]