Re: [PATCH net-next v2 02/10] net: phy: Add support for polling cable test
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-05 03:15:48
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-05-05 03:15:48
On 5/4/2020 5:18 PM, Andrew Lunn wrote:
Some PHYs are not capable of generating interrupts when a cable test finished. They do however support interrupts for normal operations, like link up/down. As such, the PHY state machine would normally not poll the PHY. Add support for indicating the PHY state machine must poll the PHY when performing a cable test. Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> -- Florian