summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/versatile.c
Commit message (Collapse)AuthorAgeFilesLines
* clocksource: versatile: Use sched_clock_register()Thomas Gleixner2014-06-041-3/+3
| | | | | | | | | | | The newly merged versatile sched clock support uses a deprecated interface. Of course that patch got routed through the ARM tree instead of going through the relevant maintainer tree. Use the proper interface so we can get rid of the cruft. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
* clocksource: Sched clock source for Versatile ExpressPawel Moll2014-05-151-0/+40
This patch adds a trival sched clock source using free running, 24MHz clocked counter present in the ARM Ltd. reference platforms (Versatile, RealView, Versatile Express) System Registers block. This code replaces the call in the VE machine code. Signed-off-by: Pawel Moll <pawel.moll@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org>