Re: [PATCH net-next v4 1/2] net: phy: Add support for driver-specific next update time

From: Andrew Lunn
Date: Wed Feb 12 2025 - 07:59:31 EST


On Mon, Feb 10, 2025 at 09:23:57AM +0100, Oleksij Rempel wrote:
> Introduce the `phy_get_next_update_time` function to allow PHY drivers
> to dynamically determine the time (in jiffies) until the next state
> update event. This enables more flexible and adaptive polling intervals
> based on the link state or other conditions.
>
> Signed-off-by: Oleksij Rempel <o.rempel@xxxxxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew