All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] net: phylink: add phylink_set_mac_pm() helper
@ 2022-10-10 20:32 ` Shenwei Wang
  0 siblings, 0 replies; 10+ messages in thread
From: Shenwei Wang @ 2022-10-10 20:32 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Maxime Coquelin, Russell King, Andrew Lunn, Heiner Kallweit
  Cc: Giuseppe Cavallaro, Alexandre Torgue, Jose Abreu, netdev,
	linux-stm32, linux-arm-kernel, imx, Shenwei Wang

Per Russell's suggestion, the implementation is changed from the helper
function to add an extra property in phylink_config structure because this
change can easily cover SFP usecase too.

Shenwei Wang (2):
  net: phylink: add mac_managed_pm in phylink_config structure
  net: stmmac: Enable mac_managed_pm phylink config

 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 1 +
 drivers/net/phy/phylink.c                         | 4 ++++
 include/linux/phylink.h                           | 2 ++
 3 files changed, 7 insertions(+)

--
2.34.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-10 23:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-10 20:32 [PATCH 0/2] net: phylink: add phylink_set_mac_pm() helper Shenwei Wang
2022-10-10 20:32 ` Shenwei Wang
2022-10-10 20:33 ` [PATCH 1/2] net: phylink: add mac_managed_pm in phylink_config structure Shenwei Wang
2022-10-10 20:33   ` Shenwei Wang
2022-10-10 21:33   ` Russell King (Oracle)
2022-10-10 21:33     ` Russell King (Oracle)
2022-10-10 23:04     ` [EXT] " Shenwei Wang
2022-10-10 23:04       ` Shenwei Wang
2022-10-10 20:33 ` [PATCH 2/2] net: stmmac: Enable mac_managed_pm phylink config Shenwei Wang
2022-10-10 20:33   ` Shenwei Wang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.