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][RESEND] ARM: at91: remove IRQF_DISABLED
Date: Thu, 19 Sep 2013 15:38:04 +0200	[thread overview]
Message-ID: <523AFE3C.7050907@atmel.com> (raw)
In-Reply-To: <1378270479-24628-1-git-send-email-michael.opdenacker@free-electrons.com>

On 04/09/2013 06:54, Michael Opdenacker :
> This flag is a NOOP since 2.6.36 and can be removed.
>
> This is an update for 3.11 of a patch already sent for 3.10
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>

Thanks Michael, I stacked it on at91-3.12-fixes as I guess it can be 
accepted for this kernel release.

Bye,

> ---
>   arch/arm/mach-at91/at91rm9200_time.c  | 2 +-
>   arch/arm/mach-at91/at91sam926x_time.c | 2 +-
>   arch/arm/mach-at91/at91x40_time.c     | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-at91/at91rm9200_time.c b/arch/arm/mach-at91/at91rm9200_time.c
> index 180b302..f607deb 100644
> --- a/arch/arm/mach-at91/at91rm9200_time.c
> +++ b/arch/arm/mach-at91/at91rm9200_time.c
> @@ -93,7 +93,7 @@ static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id)
>
>   static struct irqaction at91rm9200_timer_irq = {
>   	.name		= "at91_tick",
> -	.flags		= IRQF_SHARED | IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
> +	.flags		= IRQF_SHARED | IRQF_TIMER | IRQF_IRQPOLL,
>   	.handler	= at91rm9200_timer_interrupt,
>   	.irq		= NR_IRQS_LEGACY + AT91_ID_SYS,
>   };
> diff --git a/arch/arm/mach-at91/at91sam926x_time.c b/arch/arm/mach-at91/at91sam926x_time.c
> index 3a4bc2e..bb39232 100644
> --- a/arch/arm/mach-at91/at91sam926x_time.c
> +++ b/arch/arm/mach-at91/at91sam926x_time.c
> @@ -171,7 +171,7 @@ static irqreturn_t at91sam926x_pit_interrupt(int irq, void *dev_id)
>
>   static struct irqaction at91sam926x_pit_irq = {
>   	.name		= "at91_tick",
> -	.flags		= IRQF_SHARED | IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
> +	.flags		= IRQF_SHARED | IRQF_TIMER | IRQF_IRQPOLL,
>   	.handler	= at91sam926x_pit_interrupt,
>   	.irq		= NR_IRQS_LEGACY + AT91_ID_SYS,
>   };
> diff --git a/arch/arm/mach-at91/at91x40_time.c b/arch/arm/mach-at91/at91x40_time.c
> index 2919eba..c0e637a 100644
> --- a/arch/arm/mach-at91/at91x40_time.c
> +++ b/arch/arm/mach-at91/at91x40_time.c
> @@ -57,7 +57,7 @@ static irqreturn_t at91x40_timer_interrupt(int irq, void *dev_id)
>
>   static struct irqaction at91x40_timer_irq = {
>   	.name		= "at91_tick",
> -	.flags		= IRQF_DISABLED | IRQF_TIMER,
> +	.flags		= IRQF_TIMER,
>   	.handler	= at91x40_timer_interrupt
>   };
>
>


-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: <linux@maxim.org.za>, <plagnioj@jcrosoft.com>,
	<linux@arm.linux.org.uk>, <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH][RESEND] ARM: at91: remove IRQF_DISABLED
Date: Thu, 19 Sep 2013 15:38:04 +0200	[thread overview]
Message-ID: <523AFE3C.7050907@atmel.com> (raw)
In-Reply-To: <1378270479-24628-1-git-send-email-michael.opdenacker@free-electrons.com>

On 04/09/2013 06:54, Michael Opdenacker :
> This flag is a NOOP since 2.6.36 and can be removed.
>
> This is an update for 3.11 of a patch already sent for 3.10
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>

Thanks Michael, I stacked it on at91-3.12-fixes as I guess it can be 
accepted for this kernel release.

Bye,

> ---
>   arch/arm/mach-at91/at91rm9200_time.c  | 2 +-
>   arch/arm/mach-at91/at91sam926x_time.c | 2 +-
>   arch/arm/mach-at91/at91x40_time.c     | 2 +-
>   3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/mach-at91/at91rm9200_time.c b/arch/arm/mach-at91/at91rm9200_time.c
> index 180b302..f607deb 100644
> --- a/arch/arm/mach-at91/at91rm9200_time.c
> +++ b/arch/arm/mach-at91/at91rm9200_time.c
> @@ -93,7 +93,7 @@ static irqreturn_t at91rm9200_timer_interrupt(int irq, void *dev_id)
>
>   static struct irqaction at91rm9200_timer_irq = {
>   	.name		= "at91_tick",
> -	.flags		= IRQF_SHARED | IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
> +	.flags		= IRQF_SHARED | IRQF_TIMER | IRQF_IRQPOLL,
>   	.handler	= at91rm9200_timer_interrupt,
>   	.irq		= NR_IRQS_LEGACY + AT91_ID_SYS,
>   };
> diff --git a/arch/arm/mach-at91/at91sam926x_time.c b/arch/arm/mach-at91/at91sam926x_time.c
> index 3a4bc2e..bb39232 100644
> --- a/arch/arm/mach-at91/at91sam926x_time.c
> +++ b/arch/arm/mach-at91/at91sam926x_time.c
> @@ -171,7 +171,7 @@ static irqreturn_t at91sam926x_pit_interrupt(int irq, void *dev_id)
>
>   static struct irqaction at91sam926x_pit_irq = {
>   	.name		= "at91_tick",
> -	.flags		= IRQF_SHARED | IRQF_DISABLED | IRQF_TIMER | IRQF_IRQPOLL,
> +	.flags		= IRQF_SHARED | IRQF_TIMER | IRQF_IRQPOLL,
>   	.handler	= at91sam926x_pit_interrupt,
>   	.irq		= NR_IRQS_LEGACY + AT91_ID_SYS,
>   };
> diff --git a/arch/arm/mach-at91/at91x40_time.c b/arch/arm/mach-at91/at91x40_time.c
> index 2919eba..c0e637a 100644
> --- a/arch/arm/mach-at91/at91x40_time.c
> +++ b/arch/arm/mach-at91/at91x40_time.c
> @@ -57,7 +57,7 @@ static irqreturn_t at91x40_timer_interrupt(int irq, void *dev_id)
>
>   static struct irqaction at91x40_timer_irq = {
>   	.name		= "at91_tick",
> -	.flags		= IRQF_DISABLED | IRQF_TIMER,
> +	.flags		= IRQF_TIMER,
>   	.handler	= at91x40_timer_interrupt
>   };
>
>


-- 
Nicolas Ferre

  reply	other threads:[~2013-09-19 13:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-04  4:54 [PATCH][RESEND] ARM: at91: remove IRQF_DISABLED Michael Opdenacker
2013-09-04  4:54 ` Michael Opdenacker
2013-09-19 13:38 ` Nicolas Ferre [this message]
2013-09-19 13:38   ` Nicolas Ferre

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=523AFE3C.7050907@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.