diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-22 12:59:33 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-04-08 15:20:57 +0200 |
commit | f8a0941f1bbdbaa68441142675986501b48da8f5 (patch) | |
tree | c0221ed4ad47670549d4e91a27a92a68f82d800e /include | |
parent | 7994c664bdf365124a920457f9c3c9c111f89bcf (diff) | |
download | linux-3.10-f8a0941f1bbdbaa68441142675986501b48da8f5.tar.gz linux-3.10-f8a0941f1bbdbaa68441142675986501b48da8f5.tar.bz2 linux-3.10-f8a0941f1bbdbaa68441142675986501b48da8f5.zip |
mfd: arizona: Basic support for edge triggered IRQs
Allow the user to configure edge triggered IRQs, though we do not yet
fully handle new interrupts occurring while an interrupt is being handled.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/mfd/arizona/pdata.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mfd/arizona/pdata.h b/include/linux/mfd/arizona/pdata.h index 455c51d22d6..84fefede3a2 100644 --- a/include/linux/mfd/arizona/pdata.h +++ b/include/linux/mfd/arizona/pdata.h @@ -99,7 +99,8 @@ struct arizona_pdata { /** If a direct 32kHz clock is provided on an MCLK specify it here */ int clk32k_src; - bool irq_active_high; /** IRQ polarity */ + /** Mode for primary IRQ (defaults to active low) */ + unsigned int irq_flags; /* Base GPIO */ int gpio_base; |