All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] net: phylink: add phylink_set_mac_pm() helper
@ 2022-10-10 20:48 ` Shenwei Wang
  0 siblings, 0 replies; 10+ messages in thread
From: Shenwei Wang @ 2022-10-10 20:48 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.

Changes in v4:
 - Clean up the codes in phylink.c
 - Continue the version number

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                         | 3 +++
 include/linux/phylink.h                           | 2 ++
 3 files changed, 6 insertions(+)

--
2.34.1


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

end of thread, other threads:[~2022-10-13 10:44 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:48 [PATCH v4 0/2] net: phylink: add phylink_set_mac_pm() helper Shenwei Wang
2022-10-10 20:48 ` Shenwei Wang
2022-10-10 20:48 ` [PATCH v4 1/2] net: phylink: add mac_managed_pm in phylink_config structure Shenwei Wang
2022-10-10 20:48   ` Shenwei Wang
2022-10-13 10:43   ` Russell King (Oracle)
2022-10-13 10:43     ` Russell King (Oracle)
2022-10-10 20:48 ` [PATCH v4 2/2] net: stmmac: Enable mac_managed_pm phylink config Shenwei Wang
2022-10-10 20:48   ` Shenwei Wang
2022-10-13  0:45   ` Jakub Kicinski
2022-10-13  0:45     ` Jakub Kicinski

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.