Re: [PATCH v2 06/12] ARM: davinci: da830: switch to using the clocksource driver

From: Bartosz Golaszewski
Date: Fri Feb 08 2019 - 07:46:41 EST


pt., 8 lut 2019 o 13:23 Sekhar Nori <nsekhar@xxxxxx> napisaÅ(a):
>
> On 04/02/19 10:47 PM, Bartosz Golaszewski wrote:
> > -/*
> > - * T0_BOT: Timer 0, bottom : Used for clock_event & clocksource
> > - * T0_TOP: Timer 0, top : Used by DSP
> > - * T1_BOT, T1_TOP: Timer 1, bottom & top: Used for watchdog timer
>
> Aren't we changing this usage model for DA830 now, leaving no clock for
> use by DSP? It seems to me that after these patches clockevent is always
> T0_BOT and clocksource is always T0_TOP.
>
> Thanks,
> Sekhar

No it's still the same. I added some comments to the driver's header in v2.

Bart