aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRussell King <[email protected]>2019-06-10 20:10:48 +0300
committerLinus Walleij <[email protected]>2019-06-12 11:13:26 +0200
commit693de831c6e5412f613b8cd84e2ef442fec91a03 (patch)
tree28c99c11c539e04cf5b8d1db52d0097a48ee3cd2 /tools/perf/scripts/python
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 <[email protected]> Signed-off-by: Grygorii Strashko <[email protected]> Tested-by: Tony Lindgren <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions