All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/3] net: mscc-miim: add integrated PHY reset support
@ 2022-03-18 20:13 Michael Walle
  2022-03-18 20:13 ` [PATCH net-next v3 1/3] dt-bindings: net: mscc-miim: add lan966x compatible Michael Walle
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Michael Walle @ 2022-03-18 20:13 UTC (permalink / raw)
  To: David S . Miller, Jakub Kicinski, Rob Herring,
	Krzysztof Kozlowski, Andrew Lunn, Heiner Kallweit, Russell King
  Cc: netdev, devicetree, linux-kernel, Horatiu Vultur, Michael Walle

The MDIO driver has support to release the integrated PHYs from reset.
This was implemented for the SparX-5 for now. Now add support for the
LAN966x, too.

changes since v2:
 - fix typo in commit message
 - use microchip,lan966x instead of mscc,lan966x
 - rename mask variable to {phy_,}reset_bits
 - check return code from device_get_match_data() right after
   the call instead of checking it where it is used

changes since v1:
 - fix typo in the subject in patch 3/3

Michael Walle (3):
  dt-bindings: net: mscc-miim: add lan966x compatible
  net: mdio: mscc-miim: replace magic numbers for the bus reset
  net: mdio: mscc-miim: add lan966x internal phy reset support

 .../devicetree/bindings/net/mscc-miim.txt     |  2 +-
 drivers/net/mdio/mdio-mscc-miim.c             | 67 ++++++++++++++-----
 2 files changed, 50 insertions(+), 19 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-03-22  6:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-18 20:13 [PATCH net-next v3 0/3] net: mscc-miim: add integrated PHY reset support Michael Walle
2022-03-18 20:13 ` [PATCH net-next v3 1/3] dt-bindings: net: mscc-miim: add lan966x compatible Michael Walle
2022-03-18 20:13 ` [PATCH net-next v3 2/3] net: mdio: mscc-miim: replace magic numbers for the bus reset Michael Walle
2022-03-19  0:14   ` Andrew Lunn
2022-03-18 20:13 ` [PATCH net-next v3 3/3] net: mdio: mscc-miim: add lan966x internal phy reset support Michael Walle
2022-03-19  0:16   ` Andrew Lunn
2022-03-22  6:00 ` [PATCH net-next v3 0/3] net: mscc-miim: add integrated PHY " patchwork-bot+netdevbpf

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.