]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clocksource: Add Marvell Orion SoC timer
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Tue, 11 Jun 2013 06:38:50 +0000 (08:38 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 2 Jul 2013 13:01:45 +0000 (15:01 +0200)
commit0c1dcfd53b1066c411d3885cf8156abf59694360
treebb13bb0c0a6163798cced0045c71d4b02a3a3d11
parent07bd1172902e782f288e4d44b1fde7dec0f08b6f
clocksource: Add Marvell Orion SoC timer

This patch add a DT enabled driver for timers found on Marvell Orion SoCs
(Kirkwood, Dove, Orion5x, and Discovery Innovation). It installs a free-
running clocksource on timer0 and a clockevent source on timer1.
Corresponding device tree documentation is also added.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Tested-by: Andrew Lunn <andrew@lunn.ch>
Documentation/devicetree/bindings/timer/marvell,orion-timer.txt [new file with mode: 0644]
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/time-orion.c [new file with mode: 0644]