clocksource: Add Owl timer
authorAndreas Färber <afaerber@suse.de>
Thu, 23 Feb 2017 18:27:12 +0000 (19:27 +0100)
committerAndreas Färber <afaerber@suse.de>
Sun, 18 Jun 2017 19:19:48 +0000 (21:19 +0200)
commit4be78a86c5063a50782dd2f16bd76df6a1771d77
tree1b6cb77fc5cb45b4b4956f04af1c37f6677399ce
parent2ea659a9ef488125eb46da6eb571de5eae5c43f6
clocksource: Add Owl timer

The Actions Semi S500 SoC provides four timers, 2Hz0/1 and 32-bit TIMER0/1.

Use TIMER0 as clocksource and TIMER1 as clockevents.

Based on LeMaker linux-actions tree.

An S500 datasheet can be found on the LeMaker Guitar pages:
http://www.lemaker.org/product-guitar-download-29.html

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/owl-timer.c [new file with mode: 0644]