diff options
author | Rob Herring <[email protected]> | 2015-07-27 15:55:14 -0500 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2015-07-28 11:59:41 -0700 |
commit | 00f3ec37d29efed8983a2add67b692ca509ec99b (patch) | |
tree | bee8d3f611e355009f2e1b3c98f662c7c988f0f8 /tools/perf/scripts/python/stackcollapse.py | |
parent | d99215ae06be51558b723a3648515e672898ca4b (diff) |
clk: 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 modify 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 <[email protected]>
Acked-by: Boris Brezillon <[email protected]>
Cc: Mike Turquette <[email protected]>
Acked-by: Stephen Boyd <[email protected]>
Cc: [email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions