All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/17] ARM: spear: Remove deprecated IRQF_DISABLED flag
@ 2013-12-30 16:09 ` Daniel Lezcano
  0 siblings, 0 replies; 40+ messages in thread
From: Daniel Lezcano @ 2013-12-30 16:09 UTC (permalink / raw)
  To: linux-arm-kernel

This flag is a NOOP and scheduled to be removed

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 arch/arm/mach-spear/time.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-spear/time.c b/arch/arm/mach-spear/time.c
index d449673..218ba5b 100644
--- a/arch/arm/mach-spear/time.c
+++ b/arch/arm/mach-spear/time.c
@@ -172,7 +172,7 @@ static irqreturn_t spear_timer_interrupt(int irq, void *dev_id)
 
 static struct irqaction spear_timer_irq = {
 	.name = "timer",
-	.flags = IRQF_DISABLED | IRQF_TIMER,
+	.flags = IRQF_TIMER,
 	.handler = spear_timer_interrupt
 };
 
-- 
1.7.9.5

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

end of thread, other threads:[~2014-01-03 14:35 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-30 16:09 [PATCH 01/17] ARM: spear: Remove deprecated IRQF_DISABLED flag Daniel Lezcano
2013-12-30 16:09 ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 02/17] ARM: ixp4xx: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 03/17] ARM: sa1100: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 04/17] ARM: mmp: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 05/17] ARM: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 06/17] ARM: cns3xxx: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 07/17] ARM: footbridge: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 08/17] ARM: ks8695: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 09/17] ARM: u300: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 10/17] ARM: rpc: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 11/17] ARM: iop: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 12/17] ARM: integrator: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 13/17] ARM: lpc32xx: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 14/17] ARM: netx: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 15/17] ARM: imx: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 16/17] ARM: ebsa110: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2013-12-30 16:09 ` [PATCH 17/17] ARM: w90x900: " Daniel Lezcano
2013-12-30 16:09   ` Daniel Lezcano
2014-01-02 18:29 ` [PATCH 01/17] ARM: spear: " Arnd Bergmann
2014-01-02 18:29   ` Arnd Bergmann
2014-01-02 18:51   ` Daniel Lezcano
2014-01-02 18:51     ` Daniel Lezcano
2014-01-03 14:34     ` Arnd Bergmann
2014-01-03 14:34       ` Arnd Bergmann

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.