[PATCH 3/4][V2] ARM: nomadik: add dynamic irq flag to the timer

Daniel Lezcano daniel.lezcano at linaro.org
Fri Mar 8 10:17:29 EST 2013


> Add the dynamic irq affinity feature to the timer clock device.
> 
> Signed-off-by: Daniel Lezcano <daniel.lezcano at linaro.org>
> Reviewed-by: Vincent Guittot <vincent.guittot at linaro.org>
> Acked-by: Rickard Andersson <rickard.andersson at stericsson.com>
> ---

Hi Linus,

AFAIU, you are ok with this patch, Rickard acked it and Vincent reviewed it.

Thomas agreed to merge it into its tree as I requested because we will
need to wait for your tree to gain visibility to this new flag before
submitting this patch, which can take awhile.

Could you please ack it if it is ok for you ?

Thanks
  -- Daniel

> 
> 
>  drivers/clocksource/nomadik-mtu.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/clocksource/nomadik-mtu.c b/drivers/clocksource/nomadik-mtu.c
> index 7cbcaa0..73dc540 100644
> --- a/drivers/clocksource/nomadik-mtu.c
> +++ b/drivers/clocksource/nomadik-mtu.c
> @@ -136,7 +136,8 @@ static void nmdk_clkevt_mode(enum clock_event_mode mode,
>   static struct clock_event_device nmdk_clkevt = {
>  	.name		= "mtu_1",
> -	.features	= CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_PERIODIC,
> +	.features	= CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_PERIODIC |
> +	                  CLOCK_EVT_FEAT_DYNIRQ,
>  	.rating		= 200,
>  	.set_mode	= nmdk_clkevt_mode,
>  	.set_next_event	= nmdk_clkevt_next,
> -- 
> 1.7.9.5



More information about the linux-arm-kernel mailing list