ARM: S5P: HRT support
authorSangbeom Kim <sbkim73@samsung.com>
Fri, 11 Mar 2011 23:02:07 +0000 (08:02 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 11 Mar 2011 23:02:07 +0000 (08:02 +0900)
commitf8bfff8e4c3c3d447fe12e3c0e3a36f3bdd891b5
treee870c10825866a3d2527a757f7697fa0cf4166d9
parent1d45ac49daa15fd0a64c58744ac9ea6451e607e6
ARM: S5P: HRT support

This patch adds support HR-Timer(High Resolution Timer) and dynamic
tick system for S5P SoCs. There are many clock sources for HR-Timer
on S5P SoCs. The PWM timer, RTC, System Timer, and MCT can be used
for clock source.
This patch can only support PWM timer for clock source of S5P64X0
and S5PV210.

Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-s5p/Makefile
arch/arm/plat-s5p/include/plat/s5p-time.h [new file with mode: 0644]
arch/arm/plat-s5p/s5p-time.c [new file with mode: 0644]