Message ID | 20230511172110.2243275-1-f.fainelli@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | Support for Wake-on-LAN for Broadcom PHYs | expand |
Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@davemloft.net>: On Thu, 11 May 2023 10:21:07 -0700 you wrote: > This patch series adds support for Wake-on-LAN to the Broadcom PHY > driver. Specifically the BCM54210E/B50212E are capable of supporting > Wake-on-LAN using an external pin typically wired up to a system's GPIO. > > These PHY operate a programmable Ethernet MAC destination address > comparator which will fire up an interrupt whenever a match is received. > Because of that, it was necessary to introduce patch #1 which allows the > PHY driver's ->suspend() routine to be called unconditionally. This is > necessary in our case because we need a hook point into the device > suspend/resume flow to enable the wake-up interrupt as late as possible. > > [...] Here is the summary with links: - [net-next,v3,1/3] net: phy: Allow drivers to always call into ->suspend() https://git.kernel.org/netdev/net-next/c/a7e3448086d5 - [net-next,v3,2/3] net: phy: broadcom: Add support for Wake-on-LAN https://git.kernel.org/netdev/net-next/c/8baddaa9d4ba - [net-next,v3,3/3] net: bcmgenet: Add support for PHY-based Wake-on-LAN https://git.kernel.org/netdev/net-next/c/7e400ff35cbe You are awesome, thank you!