regmap: Report if we actually handled an interrupt in regmap-irq
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 28 Nov 2011 18:50:39 +0000 (18:50 +0000)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 28 Nov 2011 18:51:57 +0000 (18:51 +0000)
commitd23511f9590870effa5ace575b59aac18c47175f
treec30929de930763a8a4930a171478dca9d414dfc3
parentf8beab2bb611d735767871e0e1a12dc6a0def7b1
regmap: Report if we actually handled an interrupt in regmap-irq

While the IRQ core doesn't currently support shared threaded interrupts
that's no reason for drivers not to do their bit and report IRQ_NONE when
they don't get an interrupt. This allows the core spurious/wedget interrupt
detection support to do its thing.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/base/regmap/regmap-irq.c