ARM: sirf: use clocksource_of infrastructure
authorArnd Bergmann <arnd@arndb.de>
Tue, 19 Mar 2013 14:27:22 +0000 (15:27 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 25 Mar 2013 11:29:41 +0000 (12:29 +0100)
commit275786b71d42bb54c03c15197128d7cb05d4dd8b
treef617b3c2c278798da79f832f14faa81fa57f2c6c
parent67bdb28718ae6dbdfbfa541161529acfa0f3c137
ARM: sirf: use clocksource_of infrastructure

This moves the two sirf clocksource drivers to drivers/clocksource
and integrates them into the framework for locating the clock sources
automatically.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Barry Song <Baohua.Song@csr.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
arch/arm/mach-prima2/Makefile
arch/arm/mach-prima2/common.c
arch/arm/mach-prima2/common.h
arch/arm/mach-prima2/timer-marco.c [deleted file]
arch/arm/mach-prima2/timer-prima2.c [deleted file]
drivers/clocksource/Makefile
drivers/clocksource/timer-marco.c [new file with mode: 0644]
drivers/clocksource/timer-prima2.c [new file with mode: 0644]
This page took 0.030233 seconds and 5 git commands to generate.