alistair23-linux/drivers/spmi
Josh Cartwright 67b563f1f2 spmi: pmic_arb: add support for interrupt handling
The Qualcomm PMIC Arbiter, in addition to being a basic SPMI controller,
also implements interrupt handling for slave devices.  Note, this is
outside the scope of SPMI, as SPMI leaves interrupt handling completely
unspecified.

Extend the driver to provide a irq_chip implementation and chained irq
handling which allows for these interrupts to be used.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Josh Cartwright <joshc@codeaurora.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-02-15 11:55:28 -08:00
..
Kconfig spmi: pmic_arb: add support for interrupt handling 2014-02-15 11:55:28 -08:00
Makefile
spmi-pmic-arb.c spmi: pmic_arb: add support for interrupt handling 2014-02-15 11:55:28 -08:00
spmi.c