]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cc6fbcc921cdb2f1655c05302369ad579330099
treedab150a236619d781a34fbfc46a896fdb1b2d15e
parent3feead00e9a91507a76d9b3a448d84bed07784bc
parentf36bb6fef9a54db7fc15379c62d29011db00f125
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>