Re: [PATCH net-next v8 01/15] phylink: Add phylink_mac_interrupt
From: Andrew Lunn
Date: Mon Aug 31 2026 - 13:04:08 EST
On Mon, Aug 31, 2026 at 11:58:50AM +0200, Birger Koblitz wrote:
> Add the phylink_mac_interrupt() function to phylink, which
> passes a link-change interrupt received by the MAC to phylib.
> This function can be used by drivers which want to avoid
> polling the PHY and instead rely on an interrupt received by
> the MAC when a link-change happens.
>
> Signed-off-by: Birger Koblitz <mail@xxxxxxxxxxxxxxxxx>
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew