Hi Kyungmin,
>On Fri, Jul 16, 2010 at 5:58 PM, Kukjin Kim wrote:
>> From: Changhwan Youn
>>
>> 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_
Kyungmin Park wrote:
>
> On Fri, Jul 16, 2010 at 5:58 PM, Kukjin Kim wrote:
> > From: Changhwan Youn
> >
> > 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 a
On Fri, Jul 16, 2010 at 5:58 PM, Kukjin Kim wrote:
> From: Changhwan Youn
>
> 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
From: Changhwan Youn
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: Cha