summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-06-09 21:26:28 +0300
committerMark Brown <broonie@kernel.org>2015-06-09 22:08:57 +0300
commite723f2ceb1ab571c660b1a1db31cb71aa2c0b29d (patch)
tree7c90fc2806c88f36a5052b36df416b53cf64b835 /arch
parent7043f5fb20b564f547d187f58725dbe75b942535 (diff)
downloadlinux-e723f2ceb1ab571c660b1a1db31cb71aa2c0b29d.tar.xz
regmap: kill off set_irq_flags usage
set_irq_flags is ARM specific with custom flags which have genirq equivalents. Convert drivers to use the genirq interfaces directly, so we can kill off set_irq_flags. The translation of flags is as follows: IRQF_VALID -> !IRQ_NOREQUEST IRQF_PROBE -> !IRQ_NOPROBE IRQF_NOAUTOEN -> IRQ_NOAUTOEN For IRQs managed by an irqdomain, the irqdomain core code handles clearing and setting IRQ_NOREQUEST already, so there is no need to do this in .map() functions and we can simply remove the set_irq_flags calls. Some users also set IRQ_NOPROBE and this has been maintained although it is not clear that is really needed. There appears to be a great deal of blind copy and paste of this code. Signed-off-by: Rob Herring <robh@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions