mfd: max8998: Add irq domain support
authorTomasz Figa <t.figa@samsung.com>
Mon, 24 Jun 2013 12:39:52 +0000 (14:39 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Sun, 30 Jun 2013 21:29:44 +0000 (23:29 +0200)
This patch adds irq domain support for max8998 interrupts.

To keep both non-DT and DT worlds happy, simple domain is used, which is
linear when no explicit IRQ base is specified and legacy, with static
mapping, otherwise.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

No differences found