commit | 6550334f96ab02e540572a142d0851c7f3120585 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Sun May 13 11:03:26 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue May 15 18:57:25 2012 +0100 |
tree | 702644ab4e666ad57fe785dac776bc8e94ec8a9d | |
parent | 022f926a2401c80ed36ebb48a1bffbac08f34d98 [diff] |
mfd: wm8994: Update to fully use irq_domain Take advantage of the new regmap irq_domain support to dynamically allocate interrupts, using regmap_irq_get_virq() rather than irq_base to look up the interrupts. This means that most users should not need to specify an irq_base at all. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Samuel Ortiz <sameo@linux.intel.com>