]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: Add Tegra186 timers support
authorThierry Reding <treding@nvidia.com>
Mon, 4 Jul 2022 08:13:38 +0000 (13:43 +0530)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 15 Jul 2022 22:38:50 +0000 (00:38 +0200)
commit42cee19a9f839f2d60f1cd237d6905d8649127aa
tree68c4c08bb1ab0ba6cd7d842976ddd7537031d29b
parent6f6f3e313f39f91ed5ffd59bfaf29748ced9d24c
clocksource: Add Tegra186 timers support

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@nvidia.com>
Signed-off-by: Kartik <kkartik@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/1656922422-25823-3-git-send-email-kkartik@nvidia.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-tegra186.c [new file with mode: 0644]