aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorIoana Ciornei <[email protected]>2020-11-13 18:52:16 +0200
committerJakub Kicinski <[email protected]>2020-11-17 11:36:59 -0800
commit9a12dd6f186c26798f999877be6b02fcd0e65c13 (patch)
tree41826e47057b5900791ff14d1917f1f6aed8bc50 /tools/perf/scripts/python
parent01c4a00bf347974b98f8771fc9e931743661e6cd (diff)
net: phy: lxt: remove the use of .ack_interrupt()
In preparation of removing the .ack_interrupt() callback, we must replace its occurrences (aka phy_clear_interrupt), from the 2 places where it is called from (phy_enable_interrupts and phy_disable_interrupts), with equivalent functionality. This means that clearing interrupts now becomes something that the PHY driver is responsible of doing, before enabling interrupts and after clearing them. Make this driver follow the new contract. Cc: Christophe Leroy <[email protected]> Signed-off-by: Ioana Ciornei <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions