summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2019-06-10 20:10:48 +0300
committerLinus Walleij <linus.walleij@linaro.org>2019-06-12 11:13:26 +0200
commit693de831c6e5412f613b8cd84e2ef442fec91a03 (patch)
tree28c99c11c539e04cf5b8d1db52d0097a48ee3cd2 /tools/perf/scripts/python/export-to-postgresql.py
parent395373c721a2dc22daf09c902effab5fc0bb5ae5 (diff)
gpio: omap: remove irq_ack method
The irq_ack method does not fit our hardware requirements. Edge interrupts must be cleared before we handle them, and level interrupts must be cleared after handling them. We handle the interrupt clearance in our interrupt handler for edge IRQs and in the unmask method for level IRQs. Replace the irq_ack method with the no-op method from the dummy irq chip. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk> Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com> Tested-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions