clocksource: Driver for Conexant Digicolor SoC timer
authorBaruch Siach <baruch@tkos.co.il>
Mon, 26 Jan 2015 18:35:18 +0000 (20:35 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 29 Jan 2015 13:02:15 +0000 (14:02 +0100)
commit9b8bb7736b78e954044e12b94a2b16aafb0ee0e3
treeeb00371c1f348e95f19537b69ef43524d97da3af
parent9ff99be7dc69a56ec16d5a928a4e7622023abda5
clocksource: Driver for Conexant Digicolor SoC timer

Add clocksource driver to the Conexant CX92755 SoC, part of the Digicolor SoCs
series. Hardware provides 8 timers, A to H. Timer A is dedicated to a future
watchdog driver so we don't use it here. Use timer B for sched_clock, and timer
C for clock_event.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/timer-digicolor.c [new file with mode: 0644]