Re: [PATCH] clocksource: tegra: Port tegra20 clocksource to arm64

2014-11-06 Thread Anatol Pomozov
Hi On Thu, Nov 6, 2014 at 8:17 PM, Stephen Warren wrote: > On 11/06/2014 05:21 PM, Anatol Pomozov wrote: >> register_persistent_clock() are in different headers in arm/arm64 >> >> Tested: Compiled the driver on 64bit platform and make sure that >> it works > > I assume "it works" refers to "it co

Re: [PATCH] clocksource: tegra: Port tegra20 clocksource to arm64

2014-11-06 Thread Stephen Warren
On 11/06/2014 05:21 PM, Anatol Pomozov wrote: > register_persistent_clock() are in different headers in arm/arm64 > > Tested: Compiled the driver on 64bit platform and make sure that > it works I assume "it works" refers to "it compiles" not "it executes successfully"? I think it'd be better to

[PATCH] clocksource: tegra: Port tegra20 clocksource to arm64

2014-11-06 Thread Anatol Pomozov
register_persistent_clock() are in different headers in arm/arm64 Tested: Compiled the driver on 64bit platform and make sure that it works Signed-off-by: Anatol Pomozov --- drivers/clocksource/tegra20_timer.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/clocksource/tegra20_t