android_kernel_oneplus_msm8998/drivers/spmi
Abhijeet Dharmapurikar 3b1bda734d spmi: pmic_arb: use handle_fasteoi_irq handler
The interrupt controller uses level handler for all its interrupt.
The hardware irq controller confirms to the fasteoi handler type in
that it rearms itself when acknowledged. There is no need to
additionally mask the interrupt while being handled.

Use fasteoi handler type for pmic interrupts. Since fasteoi needs
an irq_eoi callback, use the same function used for irq_ack.

Change-Id: I9a941d8b56ad5698da38e16b2afcf87ef920ebfd
Signed-off-by: Abhijeet Dharmapurikar <adharmap@codeaurora.org>
2016-03-22 11:16:03 -07:00
..
Kconfig spmi: Select IRQ_DOMAIN instead of depend on it 2015-08-05 12:27:09 -07:00
Makefile
spmi-pmic-arb.c spmi: pmic_arb: use handle_fasteoi_irq handler 2016-03-22 11:16:03 -07:00
spmi.c spmi: regmap: enable userspace writes 2016-03-01 12:22:48 -08:00