Merge branch 'Cadence-ZyncMP-SGMII'
authorDavid S. Miller <davem@davemloft.net>
Sat, 29 Jan 2022 17:49:21 +0000 (17:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 29 Jan 2022 17:49:21 +0000 (17:49 +0000)
commitff58831fa02deb42fd731f830d8d9ec545573c7c
treedab150a236619d781a34fbfc46a896fdb1b2d15e
parent0a78117213c4bb85dfebf89b924226883597bc60
parente461bd6f43f4e568f7436a8b6bc21c4ce6914c36
Merge branch 'Cadence-ZyncMP-SGMII'

Robert Hancock says:

====================
Cadence MACB/GEM support for ZynqMP SGMII

Changes to allow SGMII mode to work properly in the GEM driver on the
Xilinx ZynqMP platform.

Changes since v3:
-more code formatting and error handling fixes

Changes since v2:
-fixed missing includes in DT binding example
-fixed phy_init and phy_power_on error handling/cleanup, moved
phy_power_on to open rather than probe

Changes since v1:
-changed order of controller reset and PHY init as per suggestion
-switched device reset to be optional
-updated bindings doc patch for switch to YAML
====================

Signed-off-by: David S. Miller <davem@davemloft.net>