projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b6f7e
)
Revert "ARM: OMAP: Mask interrupts when disabling interrupts, v2"
author
Kevin Hilman
<khilman@deeprootsystems.com>
Wed, 6 May 2009 22:53:25 +0000
(15:53 -0700)
committer
Kevin Hilman
<khilman@deeprootsystems.com>
Tue, 26 May 2009 22:56:55 +0000
(15:56 -0700)
This reverts commit
5461af5af5c6a7fee78978aafe720541bf3a2f55
.
Adding a disable hook to the irq_chip is not the way to fix the
problem being addressed by this patch. Instead, we need to fix
support for [enable|disable]_irq_wake().
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-omap2/irq.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-omap2/irq.c
b/arch/arm/mach-omap2/irq.c
index
998c5c4
..
08a3b99
100644
(file)
--- a/
arch/arm/mach-omap2/irq.c
+++ b/
arch/arm/mach-omap2/irq.c
@@
-134,7
+134,6
@@
static struct irq_chip omap_irq_chip = {
.ack = omap_mask_ack_irq,
.mask = omap_mask_irq,
.unmask = omap_unmask_irq,
- .disable = omap_mask_irq,
};
static void __init omap_irq_bank_init_one(struct omap_irq_bank *bank)