Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: nomadik: add dynamic irq flag to the timer

Add the dynamic irq affinity feature to the timer clock device.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reviewed-by: Vincent Guittot <vincent.guittot@linaro.org>
Acked-by: Rickard Andersson <rickard.andersson@stericsson.com>

+2 -1
+2 -1
drivers/clocksource/nomadik-mtu.c
··· 165 165 166 166 static struct clock_event_device nmdk_clkevt = { 167 167 .name = "mtu_1", 168 - .features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_PERIODIC, 168 + .features = CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_PERIODIC | 169 + CLOCK_EVT_FEAT_DYNIRQ, 169 170 .rating = 200, 170 171 .set_mode = nmdk_clkevt_mode, 171 172 .set_next_event = nmdk_clkevt_next,