Re: [PATCH net-next v2 1/2] net: phy: Add support for driver-specific next update time
From: Andrew Lunn
Date: Wed Feb 05 2025 - 12:33:43 EST
> +/**
> + * phy_get_next_update_time - Determine the next PHY update time
> + * @phydev: Pointer to the phy_device structure
> + *
> + * This function queries the PHY driver to get the time for the next polling
> + * event. If the driver does not implement the callback, a default value is used.
> + *
> + * Return: The time for the next polling event in milliseconds
Jiffies, not milliseconds.
Andrew
---
pw-bot: cr