Re: [PATCH v3 03/13] net: phy: at803x: improve the WOL feature

From: Jie Luo
Date: Tue Oct 19 2021 - 08:42:57 EST



On 10/19/2021 8:29 PM, Andrew Lunn wrote:
Hi Andrew,

when this register AT803X_INTR_STATUS bits are cleared after read, we can't
clear only WOL interrupt here.
O.K. But you do have the value of the interrupt status register. So
you could call phy_trigger_machine(phydev) if there are any other
interrupt pending. They won't get lost that way.

Andrew
This make sense, thanks for this comment, will add it in the next patch set.