Re: [PATCH v3 5/5] clocksource/drivers/timer-mediatek: Add support for system timer

From: Stanley Chu
Date: Thu Jun 28 2018 - 20:17:02 EST


On Thu, 2018-06-28 at 16:08 +0200, Daniel Lezcano wrote:
> On 28/06/2018 12:45, Stanley Chu wrote:
> > This patch adds a new "System Timer" on the Mediatek SoCs.
> >
> > The System Timer is introduced as an always-on timer being
> > clockevent device for tick-broadcasting.
> >
> > For clock, it is driven by 13 MHz system clock.
> > The implementation uses the system clock with no clock
> > source divider.
> >
> > For interrupt, the clock event timer can be used by all cores.
> >
> > Signed-off-by: Stanley Chu <stanley.chu@xxxxxxxxxxxx>
> > ---
>
> Please do the GPT prefix in patch 3/5, so this patch will contain 'syst'
> addition only.
>
Hi Daniel,

Sure! Will re-arrange patches in v4.

Thanks.
Stanley Chu