All of lore.kernel.org
 help / color / mirror / Atom feed
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/3] ARM: at91/tc/clocksource: remove IRQF_DISABLED
Date: Wed, 2 Oct 2013 14:47:49 +0200	[thread overview]
Message-ID: <524C15F5.5030704@atmel.com> (raw)
In-Reply-To: <1380717348-6650-1-git-send-email-b.brezillon@overkiz.com>

On 02/10/2013 14:35, Boris BREZILLON :
> Remove the deprecated IRQF_DISABLED flag.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>   drivers/clocksource/tcb_clksrc.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clocksource/tcb_clksrc.c b/drivers/clocksource/tcb_clksrc.c
> index 10a5d9e..00fdd11 100644
> --- a/drivers/clocksource/tcb_clksrc.c
> +++ b/drivers/clocksource/tcb_clksrc.c
> @@ -180,7 +180,7 @@ static irqreturn_t ch2_irq(int irq, void *handle)
>
>   static struct irqaction tc_irqaction = {
>   	.name		= "tc_clkevt",
> -	.flags		= IRQF_TIMER | IRQF_DISABLED,
> +	.flags		= IRQF_TIMER,
>   	.handler	= ch2_irq,
>   };
>
>


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Boris BREZILLON <b.brezillon@overkiz.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Thomas Gleixner <tglx@linutronix.de>
Cc: <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 3/3] ARM: at91/tc/clocksource: remove IRQF_DISABLED
Date: Wed, 2 Oct 2013 14:47:49 +0200	[thread overview]
Message-ID: <524C15F5.5030704@atmel.com> (raw)
In-Reply-To: <1380717348-6650-1-git-send-email-b.brezillon@overkiz.com>

On 02/10/2013 14:35, Boris BREZILLON :
> Remove the deprecated IRQF_DISABLED flag.
>
> Signed-off-by: Boris BREZILLON <b.brezillon@overkiz.com>

Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>

> ---
>   drivers/clocksource/tcb_clksrc.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clocksource/tcb_clksrc.c b/drivers/clocksource/tcb_clksrc.c
> index 10a5d9e..00fdd11 100644
> --- a/drivers/clocksource/tcb_clksrc.c
> +++ b/drivers/clocksource/tcb_clksrc.c
> @@ -180,7 +180,7 @@ static irqreturn_t ch2_irq(int irq, void *handle)
>
>   static struct irqaction tc_irqaction = {
>   	.name		= "tc_clkevt",
> -	.flags		= IRQF_TIMER | IRQF_DISABLED,
> +	.flags		= IRQF_TIMER,
>   	.handler	= ch2_irq,
>   };
>
>


-- 
Nicolas Ferre

  reply	other threads:[~2013-10-02 12:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-02 12:34 [PATCH 0/3] ARM: at91/tc/clocksource: various robustness improvements Boris BREZILLON
2013-10-02 12:34 ` Boris BREZILLON
2013-10-02 12:34 ` [PATCH 1/3] ARM: at91/tc/clocksource: replace clk_enable/disable with clk_prepare_enable/disable_unprepare Boris BREZILLON
2013-10-02 12:34   ` Boris BREZILLON
2013-10-02 12:35 ` Boris BREZILLON
2013-10-02 12:35   ` Boris BREZILLON
2013-10-02 12:35 ` [PATCH 2/3] ARM: at91/tc/clocksource: improve driver robustness Boris BREZILLON
2013-10-02 12:35   ` Boris BREZILLON
2013-10-02 12:47   ` Nicolas Ferre
2013-10-02 12:47     ` Nicolas Ferre
2013-10-02 12:35 ` [PATCH 3/3] ARM: at91/tc/clocksource: remove IRQF_DISABLED Boris BREZILLON
2013-10-02 12:35   ` Boris BREZILLON
2013-10-02 12:47   ` Nicolas Ferre [this message]
2013-10-02 12:47     ` Nicolas Ferre
2013-10-03 14:31 ` [PATCH 0/3] ARM: at91/tc/clocksource: various robustness improvements Daniel Lezcano
2013-10-03 14:31   ` Daniel Lezcano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=524C15F5.5030704@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.