clockevents/driversi/mps2: add MPS2 Timer driver
authorVladimir Murzin <vladimir.murzin@arm.com>
Mon, 25 Apr 2016 08:45:44 +0000 (09:45 +0100)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Thu, 28 Apr 2016 13:09:06 +0000 (15:09 +0200)
commit0302637f1860400cfe0895e4355a5fecb89e0347
treeedd6e38ec63fd5b042759d857e6c43b735edfc90
parent96669fa43ccaf4131183d4a3b0f159ce9ecaf2ff
clockevents/driversi/mps2: add MPS2 Timer driver

MPS2 platform has simple 32 bits general purpose countdown timers.

The driver uses the first detected timer as a clocksource and the rest
of the timers as a clockevent

Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Vladimir Murzin <vladimir.murzin@arm.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/Kconfig
drivers/clocksource/Makefile
drivers/clocksource/mps2-timer.c [new file with mode: 0644]