]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit
clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 platform
authorBaolin Wang <baolin.wang@spreadtrum.com>
Mon, 8 Jan 2018 13:28:47 +0000 (14:28 +0100)
committerIngo Molnar <mingo@kernel.org>
Mon, 8 Jan 2018 16:57:24 +0000 (17:57 +0100)
commit067bc9144766495650e621b79bd2bc199cee0769
tree9cf0476a58feeb5ae9be064c916f4ef412f57341
parent286f30db8b713b17e048bb86df1e257fd8695498
clocksource/drivers/spreadtrum: Add timer driver for the Spreadtrum SC9860 platform

The Spreadtrum SC9860 platform will use the architected timers as local
clock events, but we also need a broadcast timer device to wake up the
CPUs when the CPUs are in sleep mode.

The Spreadtrum timer can support 32-bit or 64-bit counters, as well as
supporting period mode or one-shot mode.

Signed-off-by: Baolin Wang <baolin.wang@spreadtrum.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Acked-by: Philippe Ombredanne <pombredanne@nexb.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1515418139-23276-8-git-send-email-daniel.lezcano@linaro.org
[ Minor readability edits. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-sprd.c [new file with mode: 0644]