Merge branch 'net-dsa-microchip-provide-wake-on-lan-support-part-2'
authorJakub Kicinski <kuba@kernel.org>
Fri, 27 Oct 2023 21:43:55 +0000 (14:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 27 Oct 2023 21:43:55 +0000 (14:43 -0700)
commitdfaed0e9f1e7c0a261ece2242294e4f7891dbadb
treeea76e3a675f8882eb8fa66059b08490def9ae58a
parent3a04927f8d4b7a4f008f04af41e31173002eb1ea
parent8afb91acc4a3ea25ce15160df1fcab93b155b75e
Merge branch 'net-dsa-microchip-provide-wake-on-lan-support-part-2'

Oleksij Rempel says:

====================
net: dsa: microchip: provide Wake on LAN support (part 2)

This patch series introduces extensive Wake on LAN (WoL) support for the
Microchip KSZ9477 family of switches, coupled with some code refactoring
and error handling enhancements. The principal aim is to enable and
manage Wake on Magic Packet and other PHY event triggers for waking up
the system, whilst ensuring that the switch isn't reset during a
shutdown if WoL is active.

The Wake on LAN functionality is optional and is particularly beneficial
if the PME pins are connected to the SoC as a wake source or to a PMIC
that can enable or wake the SoC.
====================

Link: https://lore.kernel.org/r/20231026051051.2316937-1-o.rempel@pengutronix.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>