aboutsummaryrefslogtreecommitdiff
path: root/drivers/clocksource/time-orion.c
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17clocksource: orion: Use linux/sched_clock.hStephen Boyd1-1/+1
The sched_clock.h include is under include/linux now. Cc: Sebastian Hesselbarth <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: John Stultz <[email protected]>
2013-07-02clocksource: Add Marvell Orion SoC timerSebastian Hesselbarth1-0/+150
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 <[email protected]> Signed-off-by: Daniel Lezcano <[email protected]> Tested-by: Ezequiel Garcia <[email protected]> Tested-by: Andrew Lunn <[email protected]>