mbox series

[net-next,v2,0/6] net: dsa: microchip: provide Wake on LAN support

Message ID 20230721135501.1464455-1-o.rempel@pengutronix.de (mailing list archive)
Headers show
Series net: dsa: microchip: provide Wake on LAN support | expand

Message

Oleksij Rempel July 21, 2023, 1:54 p.m. UTC
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 (6):
  dt-bindings: net: dsa: microchip: add wakeup-source property
  dt-bindings: net: dsa: microchip: add local-mac-address property
    support
  net: dsa: microchip: ksz9477: add Wake on LAN support
  net: dsa: microchip: ksz9477: add Wake on PHY event support
  net: dsa: microchip: use wakeup-source DT property to enable PME
    output
  net: dsa: microchip: ksz9477: make switch MAC address configurable

 .../bindings/net/dsa/microchip,ksz.yaml       |  3 +
 drivers/net/dsa/microchip/ksz9477.c           | 86 +++++++++++++++++++
 drivers/net/dsa/microchip/ksz9477.h           |  4 +
 drivers/net/dsa/microchip/ksz_common.c        | 51 +++++++++++
 drivers/net/dsa/microchip/ksz_common.h        |  3 +
 5 files changed, 147 insertions(+)

Comments

Jakub Kicinski July 22, 2023, 1:35 a.m. UTC | #1
On Fri, 21 Jul 2023 15:54:55 +0200 Oleksij Rempel wrote:
> - rebase against latest next

Wrong next? IDK. Still doesn't apply :S