Searched hist:"07862 c1c" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clocksource/ |
H A D | Makefile | 07862c1c Wed Jul 17 03:04:57 CDT 2013 Jonas Jensen <jonas.jensen@gmail.com> ARM: clocksource: Add support for MOXA ART SoCs
This patch adds an clocksource driver for the main timer(s) found on MOXA ART SoCs.
The MOXA ART SoC provides three separate timers with individual count/load/match registers, two are used here:
TIMER1: clockevents, used to support oneshot and periodic events TIMER2: set up as a free running counter, used as clocksource
Timers are preconfigured by bootloader to count down and interrupt on match or zero. Count increments every APB clock cycle and is automatically reloaded when it reaches zero.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> 07862c1c Wed Jul 17 03:04:57 CDT 2013 Jonas Jensen <jonas.jensen@gmail.com> ARM: clocksource: Add support for MOXA ART SoCs This patch adds an clocksource driver for the main timer(s) found on MOXA ART SoCs. The MOXA ART SoC provides three separate timers with individual count/load/match registers, two are used here: TIMER1: clockevents, used to support oneshot and periodic events TIMER2: set up as a free running counter, used as clocksource Timers are preconfigured by bootloader to count down and interrupt on match or zero. Count increments every APB clock cycle and is automatically reloaded when it reaches zero. Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
|