]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clocksource/drivers/ostm: Add renesas-ostm timer driver
authorChris Brandt <chris.brandt@renesas.com>
Fri, 27 Jan 2017 20:02:15 +0000 (15:02 -0500)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 7 Feb 2017 19:58:30 +0000 (20:58 +0100)
commitfb6002a8268c493435d0e6d0d6ad17873919a7f6
tree43086e43f80a6a243546bb23be52cda795cf46ee
parenta1966cd29d5fee2fada47b82dcb73126eb65dfd4
clocksource/drivers/ostm: Add renesas-ostm timer driver

This patch adds a OSTM driver for the Renesas architecture.
The OS Timer (OSTM) has independent channels that can be
used as a freerun or interval times.
This driver uses the first probed device as a clocksource
and then any additional devices as clock events.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
arch/arm/mach-shmobile/Kconfig
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/renesas-ostm.c [new file with mode: 0644]