]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - drivers/clocksource/timer-tegra.c
clocksource/drivers/tegra: Set up maximum-ticks limit properly
authorDmitry Osipenko <digetx@gmail.com>
Tue, 18 Jun 2019 14:03:58 +0000 (17:03 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 25 Jun 2019 17:49:18 +0000 (19:49 +0200)
commit6fde3894e26ec53989b12162f11616029825a8c8
tree945d60aaf7c0f3eab4640c92ff49b2f3f86ced43
parent0ef6b01d024c24fad307b277cfa4a2be7d25dc29
clocksource/drivers/tegra: Set up maximum-ticks limit properly

Tegra's timer has 29 bits for the counter and for the "load" register
which sets counter to a load-value. The counter's value is lower than
the actual value by 1 because it starts to decrement after one tick,
hence the maximum number of ticks that hardware can handle equals to
29 bits + 1.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-tegra.c