commit | d23511f9590870effa5ace575b59aac18c47175f | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Nov 28 18:50:39 2011 +0000 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Nov 28 18:51:57 2011 +0000 |
tree | c30929de930763a8a4930a171478dca9d414dfc3 | |
parent | f8beab2bb611d735767871e0e1a12dc6a0def7b1 [diff] |
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>