]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: S5PV310: Add Timer support
authorChanghwan Youn <chaos.youn@samsung.com>
Mon, 26 Jul 2010 12:13:08 +0000 (21:13 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Thu, 5 Aug 2010 09:32:42 +0000 (18:32 +0900)
commitcfca3a619baeaba3a0037fef5da48108e9c0bb1c
treea376690199684ff399023d7781873010fafd3fea
parent84bbc16c1f6210b2dfc39344b132d5801c357a70
ARM: S5PV310: Add Timer support

This patch adds timer support for S5PV310.  Until now, all S5P SoCs
use CONFIG_ARCH_USES_GETTIMEOFFSET macro as a default configuration.
Instead,S5PV310 implements clocksource and clock_event_device to
support the high resolution timer and tickless system.

Signed-off-by: Changhwan Youn <chaos.youn@samsung.com>
Signed-off-by: Hyuk Lee <hyuk1.lee@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv310/include/mach/pwm-clock.h [new file with mode: 0644]
arch/arm/mach-s5pv310/localtimer.c [new file with mode: 0644]
arch/arm/mach-s5pv310/time.c [new file with mode: 0644]
arch/arm/plat-s5p/include/plat/s5pv310.h
arch/arm/plat-samsung/Makefile