linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] score: remove deprecated IRQF_DISABLED
@ 2013-10-12  4:09 Michael Opdenacker
  2013-12-09  5:30 ` [PATCH][RESEND] " Michael Opdenacker
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Opdenacker @ 2013-10-12  4:09 UTC (permalink / raw)
  To: liqin.linux, lennox.wu; +Cc: linux-kernel, Michael Opdenacker

This patch proposes to remove the use of the IRQF_DISABLED flag

It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/score/kernel/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c
index f0a43aff..24770cd 100644
--- a/arch/score/kernel/time.c
+++ b/arch/score/kernel/time.c
@@ -41,7 +41,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction timer_irq = {
 	.handler = timer_interrupt,
-	.flags = IRQF_DISABLED | IRQF_TIMER,
+	.flags = IRQF_TIMER,
 	.name = "timer",
 };
 
-- 
1.8.1.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH][RESEND] score: remove deprecated IRQF_DISABLED
  2013-10-12  4:09 [PATCH] score: remove deprecated IRQF_DISABLED Michael Opdenacker
@ 2013-12-09  5:30 ` Michael Opdenacker
  2014-03-04 21:17   ` [PATCH] [RESEND] " Michael Opdenacker
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Opdenacker @ 2013-12-09  5:30 UTC (permalink / raw)
  To: liqin.linux, lennox.wu; +Cc: linux-kernel, Michael Opdenacker

This patch proposes to remove the use of the IRQF_DISABLED flag

It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/score/kernel/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c
index f0a43affb201..24770cd9b473 100644
--- a/arch/score/kernel/time.c
+++ b/arch/score/kernel/time.c
@@ -41,7 +41,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction timer_irq = {
 	.handler = timer_interrupt,
-	.flags = IRQF_DISABLED | IRQF_TIMER,
+	.flags = IRQF_TIMER,
 	.name = "timer",
 };
 
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED
  2013-12-09  5:30 ` [PATCH][RESEND] " Michael Opdenacker
@ 2014-03-04 21:17   ` Michael Opdenacker
  2014-03-05  3:08     ` Lennox Wu
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Opdenacker @ 2014-03-04 21:17 UTC (permalink / raw)
  To: liqin.linux, lennox.wu; +Cc: linux-kernel, Michael Opdenacker

This patch removes the use of the IRQF_DISABLED flag
from arch/score/kernel/time.c

It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
---
 arch/score/kernel/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c
index f0a43affb201..24770cd9b473 100644
--- a/arch/score/kernel/time.c
+++ b/arch/score/kernel/time.c
@@ -41,7 +41,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction timer_irq = {
 	.handler = timer_interrupt,
-	.flags = IRQF_DISABLED | IRQF_TIMER,
+	.flags = IRQF_TIMER,
 	.name = "timer",
 };
 
-- 
1.8.3.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED
  2014-03-04 21:17   ` [PATCH] [RESEND] " Michael Opdenacker
@ 2014-03-05  3:08     ` Lennox Wu
  2014-10-01 10:04       ` Michael Opdenacker
  0 siblings, 1 reply; 7+ messages in thread
From: Lennox Wu @ 2014-03-05  3:08 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: Liqin Chen, open list

Thanks for cleaning the code.

Acked-by: Lennox Wu<lennox.wu@gmail.com>

2014-03-05 5:17 GMT+08:00 Michael Opdenacker
<michael.opdenacker@free-electrons.com>:
> This patch removes the use of the IRQF_DISABLED flag
> from arch/score/kernel/time.c
>
> It's a NOOP since 2.6.35 and it will be removed one day.
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> ---
>  arch/score/kernel/time.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c
> index f0a43affb201..24770cd9b473 100644
> --- a/arch/score/kernel/time.c
> +++ b/arch/score/kernel/time.c
> @@ -41,7 +41,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
>
>  static struct irqaction timer_irq = {
>         .handler = timer_interrupt,
> -       .flags = IRQF_DISABLED | IRQF_TIMER,
> +       .flags = IRQF_TIMER,
>         .name = "timer",
>  };
>
> --
> 1.8.3.2
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED
  2014-03-05  3:08     ` Lennox Wu
@ 2014-10-01 10:04       ` Michael Opdenacker
  2014-10-01 16:25         ` Lennox Wu
  0 siblings, 1 reply; 7+ messages in thread
From: Michael Opdenacker @ 2014-10-01 10:04 UTC (permalink / raw)
  To: liqin.linux, lennox.wu, akpm; +Cc: linux-kernel, Michael Opdenacker

This patch removes the use of the IRQF_DISABLED flag
from arch/score/kernel/time.c

It's a NOOP since 2.6.35 and it will be removed one day.

Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Acked-by: Lennox Wu <lennox.wu@gmail.com>
---
 arch/score/kernel/time.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c
index f0a43affb201..24770cd9b473 100644
--- a/arch/score/kernel/time.c
+++ b/arch/score/kernel/time.c
@@ -41,7 +41,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction timer_irq = {
 	.handler = timer_interrupt,
-	.flags = IRQF_DISABLED | IRQF_TIMER,
+	.flags = IRQF_TIMER,
 	.name = "timer",
 };
 
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED
  2014-10-01 10:04       ` Michael Opdenacker
@ 2014-10-01 16:25         ` Lennox Wu
  2014-10-02 19:45           ` Michael Opdenacker
  0 siblings, 1 reply; 7+ messages in thread
From: Lennox Wu @ 2014-10-01 16:25 UTC (permalink / raw)
  To: Michael Opdenacker; +Cc: Liqin Chen, open list

Hi Michael,
I will merge it and then issue a PULL request this weekend.
Thanks.

2014-10-01 18:04 GMT+08:00 Michael Opdenacker
<michael.opdenacker@free-electrons.com>:
> This patch removes the use of the IRQF_DISABLED flag
> from arch/score/kernel/time.c
>
> It's a NOOP since 2.6.35 and it will be removed one day.
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> Acked-by: Lennox Wu <lennox.wu@gmail.com>
> ---
>  arch/score/kernel/time.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/score/kernel/time.c b/arch/score/kernel/time.c
> index f0a43affb201..24770cd9b473 100644
> --- a/arch/score/kernel/time.c
> +++ b/arch/score/kernel/time.c
> @@ -41,7 +41,7 @@ static irqreturn_t timer_interrupt(int irq, void *dev_id)
>
>  static struct irqaction timer_irq = {
>         .handler = timer_interrupt,
> -       .flags = IRQF_DISABLED | IRQF_TIMER,
> +       .flags = IRQF_TIMER,
>         .name = "timer",
>  };
>
> --
> 1.9.1
>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH] [RESEND] score: remove deprecated IRQF_DISABLED
  2014-10-01 16:25         ` Lennox Wu
@ 2014-10-02 19:45           ` Michael Opdenacker
  0 siblings, 0 replies; 7+ messages in thread
From: Michael Opdenacker @ 2014-10-02 19:45 UTC (permalink / raw)
  To: Lennox Wu; +Cc: Liqin Chen, open list, Michael Opdenacker

Hi Lennox,

On 10/01/2014 06:25 PM, Lennox Wu wrote:
> Hi Michael,
> I will merge it and then issue a PULL request this weekend.
> Thanks.

That would be great. Thanks for taking this patch into account!

Michael.

-- 
Michael Opdenacker, CEO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
+33 484 258 098


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-02 19:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-12  4:09 [PATCH] score: remove deprecated IRQF_DISABLED Michael Opdenacker
2013-12-09  5:30 ` [PATCH][RESEND] " Michael Opdenacker
2014-03-04 21:17   ` [PATCH] [RESEND] " Michael Opdenacker
2014-03-05  3:08     ` Lennox Wu
2014-10-01 10:04       ` Michael Opdenacker
2014-10-01 16:25         ` Lennox Wu
2014-10-02 19:45           ` Michael Opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).