1 Mar 2011 04:14
Re: [PATCH V4] ARM: EXYNOS4: Implement kernel timers using MCT
Kyungmin Park <kmpark <at> infradead.org>
2011-03-01 03:14:24 GMT
2011-03-01 03:14:24 GMT
Hi,
MCT is only possible from EVT1.0 or later. The current universal_c210
used the EVT0 version.
So can you remove the ifdef and board can select which timer is used?
Please refer the omap implementation and how to use it.
If we use the same configuration, It will be boot failed at
universal_c210 board.
Thank you,
Kyungmin Park
On Mon, Feb 28, 2011 at 2:16 PM, Kukjin Kim <kgene.kim <at> samsung.com> wrote:
> From: Changhwan Youn <chaos.youn <at> samsung.com>
>
> The Multi-Core Timer(MCT) of EXYNOS4 is designed for implementing
> clock source timer and clock event timers. This patch implements
> 1 clock source timer with 64 bit free running counter of MCT and
> 2 clock event timers with two of 31-bit tick counters.
>
> Signed-off-by: Changhwan Youn <chaos.youn <at> samsung.com>
> Cc: Ben Dooks <ben-linux <at> fluff.org>
> Cc: Russell King <rmk+kernel <at> arm.linux.org.uk>
> Signed-off-by: Kukjin Kim <kgene.kim <at> samsung.com>
> ---
> Changes since v3:
> - Re-worked based on exynos4
> - Changed member of clock_evetn_device like following
> struct mct_clock_event_device {
(Continue reading)
RSS Feed