Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-11 Thread Daniel Lezcano
On 02/04/2019 05:02, Joseph Lo wrote: > Since the clocksource framework has the support for suspend time > compensation. Re-work the driver to use that, so we can reduce the > duplicate code. > > Suggested-by: Daniel Lezcano > Signed-off-by: Joseph Lo > --- Awesome, thanks for this patch.

Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-02 Thread Thierry Reding
On Tue, Apr 02, 2019 at 11:50:20PM +0800, Joseph Lo wrote: > On 4/2/19 10:46 PM, Thierry Reding wrote: > > On Tue, Apr 02, 2019 at 11:02:34AM +0800, Joseph Lo wrote: > > > Since the clocksource framework has the support for suspend time > > > compensation. Re-work the driver to use that, so we can

Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-02 Thread Joseph Lo
On 4/2/19 10:46 PM, Thierry Reding wrote: On Tue, Apr 02, 2019 at 11:02:34AM +0800, Joseph Lo wrote: Since the clocksource framework has the support for suspend time compensation. Re-work the driver to use that, so we can reduce the duplicate code. Suggested-by: Daniel Lezcano Signed-off-by:

Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-02 Thread Thierry Reding
On Tue, Apr 02, 2019 at 11:02:34AM +0800, Joseph Lo wrote: > Since the clocksource framework has the support for suspend time > compensation. Re-work the driver to use that, so we can reduce the > duplicate code. > > Suggested-by: Daniel Lezcano > Signed-off-by: Joseph Lo > --- >

[PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-01 Thread Joseph Lo
Since the clocksource framework has the support for suspend time compensation. Re-work the driver to use that, so we can reduce the duplicate code. Suggested-by: Daniel Lezcano Signed-off-by: Joseph Lo --- drivers/clocksource/timer-tegra20.c | 63 + 1 file changed,