irqchip: qcom-pdc: Remove irq_set_wake and irq_enable callbacks
Currently irq_mask callback is not completely masking irq at PDC
in case if the interrupt is marked for wakeup. Leaving it unmasked
at PDC may generate unwanted wakeups.
Remove irq_set_wake and irq_enable callbacks and manage interrupt
mask and unmask at PDC (and its parent GIC) using irq_mask and
irq_unmask callbacks.
Change-Id: Ife0026e612b8136ef3c26023fc0bda7b5286bae8
Signed-off-by:
Maulik Shah <mkshah@codeaurora.org>
Loading
Please sign in to comment