Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-17 | clocksource: orion: Use linux/sched_clock.h | Stephen Boyd | 1 | -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-02 | clocksource: Add Marvell Orion SoC timer | Sebastian Hesselbarth | 1 | -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]> |