mbox series

[net-next,v2,0/3] net: mscc-miim: add integrated PHY reset support

Message ID 20220313002536.13068-1-michael@walle.cc (mailing list archive)
Headers show
Series net: mscc-miim: add integrated PHY reset support | expand

Message

Michael Walle March 13, 2022, 12:25 a.m. UTC
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 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             | 59 +++++++++++++------
 2 files changed, 42 insertions(+), 19 deletions(-)

Comments

Andrew Lunn March 13, 2022, 12:54 a.m. UTC | #1
On Sun, Mar 13, 2022 at 01:25:33AM +0100, Michael Walle wrote:
> 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 v1:
>  - fix typo in the subject in patch 3/3

Please don't repost so quickly. It would been better to just reply to
yourself saying you had spotted the typo, and will repost in a day or
two once people had had chance to review the code.

    Andrew