summaryrefslogtreecommitdiff
path: root/drivers/net/phy/bcm63xx.c
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2020-11-01 14:51:05 +0200
committerJakub Kicinski <kuba@kernel.org>2020-11-05 16:32:00 -0800
commite11ef96d44f18b42d4caf90b9c8264afc8df6547 (patch)
tree68db727ab50a94134fac8776f33824142352cc16 /drivers/net/phy/bcm63xx.c
parent6ab930df83cca98de1805d102121b842e9ef80a0 (diff)
net: phy: aquantia: 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: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/phy/bcm63xx.c')
0 files changed, 0 insertions, 0 deletions