Re: [PATCH net-next v3 1/2] net: phy: Add support for driver-specific next update time
From: Andrew Lunn
Date: Sun Feb 09 2025 - 18:33:40 EST
> +++ b/include/linux/phy.h
> @@ -1273,6 +1273,19 @@ struct phy_driver {
> */
> int (*led_polarity_set)(struct phy_device *dev, int index,
> unsigned long modes);
> +
> + /**
> + * @get_next_update_time: Get the time until the next update event
> + * @dev: PHY device which has the LED
LED ?
Andrew