clocksource: Add Allwinner SoCs HS timers driver
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 7 Nov 2013 11:01:48 +0000 (12:01 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Wed, 11 Dec 2013 10:37:50 +0000 (11:37 +0100)
commit67905540e8b8eaf51e621cfd2ef15641d6d5b9a7
treee5f34ff5d62c075201fcd2337383cbac66183c50
parent5df9affb50a09e0cb571c4fa3e2d577db85c7475
clocksource: Add Allwinner SoCs HS timers driver

Most of the Allwinner SoCs (at this time, all but the A10) also have a
High Speed timers that are not using the 24MHz oscillator as a source
but rather the AHB clock running much faster.

The IP is slightly different between the A10s/A13 and the one used in
the A20/A31, since the latter have 4 timers available, while the former
have only 2 of them.

[dlezcano] : Fixed conflict with b788beda "Order Kconfig options
alphabetically"

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Tested-by: Emilio López <emilio@elopez.com.ar>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Documentation/devicetree/bindings/timer/allwinner,sun5i-a13-hstimer.txt [new file with mode: 0644]
arch/arm/mach-sunxi/Kconfig
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-sun5i.c [new file with mode: 0644]