Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a330bd47 authored by Kevin Hilman's avatar Kevin Hilman
Browse files

Revert "ARM: OMAP: Mask interrupts when disabling interrupts, v2"



This reverts commit 5461af5a.

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: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 88b6f7eb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)