[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231013122405.3745475-1-o.rempel@pengutronix.de>
Date: Fri, 13 Oct 2023 14:23:58 +0200
From: Oleksij Rempel <o.rempel@...gutronix.de>
To: "David S. Miller" <davem@...emloft.net>,
Andrew Lunn <andrew@...n.ch>,
Eric Dumazet <edumazet@...gle.com>,
Florian Fainelli <f.fainelli@...il.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>,
Vladimir Oltean <olteanv@...il.com>,
Woojung Huh <woojung.huh@...rochip.com>,
Arun Ramadoss <arun.ramadoss@...rochip.com>,
Conor Dooley <conor+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Rob Herring <robh+dt@...nel.org>
Cc: Oleksij Rempel <o.rempel@...gutronix.de>, kernel@...gutronix.de,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
UNGLinuxDriver@...rochip.com,
"Russell King (Oracle)" <linux@...linux.org.uk>,
devicetree@...r.kernel.org
Subject: [PATCH net-next v3 0/7] net: dsa: microchip: provide Wake on LAN support
changes v3:
- use ethernet address of DSA master instead from devicetree
- use dev_ops->wol* instead of list of supported switch
- don't shotdown the switch if WoL is enabled
- rework on top of latest HSR changes
changes v2:
- rebase against latest next
This series of patches provides Wake on LAN support for the KSZ9477
family of switches. It was tested on KSZ8565 Switch with PME pin
attached to an external PMIC.
The patch making WoL configuration persist on system shutdown will be
send separately, since it will potentially need more discussion.
Oleksij Rempel (7):
net: dsa: microchip: Add missing MAC address register offset for
ksz8863
net: dsa: microchip: Set unique MAC at startup for WoL support
net: dsa: microchip: ksz9477: add Wake on LAN support
net: dsa: microchip: ksz9477: add Wake on PHY event support
dt-bindings: net: dsa: microchip: add wakeup-source property
net: dsa: microchip: use wakeup-source DT property to enable PME
output
net: dsa: microchip: do not shut down the switch if WoL is active
.../bindings/net/dsa/microchip,ksz.yaml | 2 +
drivers/net/dsa/microchip/ksz9477.c | 116 +++++++++++++++++
drivers/net/dsa/microchip/ksz9477.h | 4 +
drivers/net/dsa/microchip/ksz9477_i2c.c | 3 +
drivers/net/dsa/microchip/ksz_common.c | 117 ++++++++++++++++--
drivers/net/dsa/microchip/ksz_common.h | 7 ++
drivers/net/dsa/microchip/ksz_spi.c | 3 +
7 files changed, 245 insertions(+), 7 deletions(-)
--
2.39.2
Powered by blists - more mailing lists