On Mon, Jul 04, 2022 at 01:43:38PM +0530, Kartik wrote:
From: Thierry Reding <treding@xxxxxxxxxx>
Currently this only supports a single watchdog, which uses a timer in
the background for countdown. Eventually the timers could be used for
various time-keeping tasks, but by default the architected timer will
already provide that functionality.
Signed-off-by: Thierry Reding <treding@xxxxxxxxxx>
Signed-off-by: Kartik <kkartik@xxxxxxxxxx>
---
drivers/clocksource/Kconfig | 8 +
drivers/clocksource/Makefile | 1 +
drivers/clocksource/timer-tegra186.c | 508 +++++++++++++++++++++++++++
3 files changed, 517 insertions(+)
create mode 100644 drivers/clocksource/timer-tegra186.c
Daniel, any more work needed on this? Looks good to me, so:
Acked-by: Thierry Reding <treding@xxxxxxxxxx>
I've picked up patches 1 and 4-6 into the Tegra tree, so you only need
to take patches 2 and 3.