diff options
author | Changhwan Youn <chaos.youn@samsung.com> | 2010-07-26 08:13:08 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2010-08-05 05:32:42 -0400 |
commit | cfca3a619baeaba3a0037fef5da48108e9c0bb1c (patch) | |
tree | a376690199684ff399023d7781873010fafd3fea /arch/arm/plat-s5p | |
parent | 84bbc16c1f6210b2dfc39344b132d5801c357a70 (diff) |
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>
Diffstat (limited to 'arch/arm/plat-s5p')
-rw-r--r-- | arch/arm/plat-s5p/include/plat/s5pv310.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/plat-s5p/include/plat/s5pv310.h b/arch/arm/plat-s5p/include/plat/s5pv310.h index d2f05e1cad9d..769c991ceb37 100644 --- a/arch/arm/plat-s5p/include/plat/s5pv310.h +++ b/arch/arm/plat-s5p/include/plat/s5pv310.h | |||
@@ -22,6 +22,7 @@ extern int s5pv310_init(void); | |||
22 | extern void s5pv310_init_irq(void); | 22 | extern void s5pv310_init_irq(void); |
23 | extern void s5pv310_map_io(void); | 23 | extern void s5pv310_map_io(void); |
24 | extern void s5pv310_init_clocks(int xtal); | 24 | extern void s5pv310_init_clocks(int xtal); |
25 | extern struct sys_timer s5pv310_timer; | ||
25 | 26 | ||
26 | #define s5pv310_init_uarts s5pv310_common_init_uarts | 27 | #define s5pv310_init_uarts s5pv310_common_init_uarts |
27 | 28 | ||