Merge branch 'net-axienet-dynamically-enable-mdio-interface'
authorJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 19:13:55 +0000 (11:13 -0800)
committerJakub Kicinski <kuba@kernel.org>
Sat, 7 Nov 2020 19:13:55 +0000 (11:13 -0800)
commit0798827b47d3d9a56ef8985f1f7c8456994572ed
tree94615efc7b8e8524a434bf261ec7e9c0251e6507
parentad8fc41c7845f3813b07fb0039244be81a37d23f
parent253761a0e61b7128460e26e74f57356e3eb2072e
Merge branch 'net-axienet-dynamically-enable-mdio-interface'

Radhey Shyam Pandey says:

====================
net: axienet: Dynamically enable MDIO interface

This patchset dynamically enable MDIO interface. The background for this
change is coming from Cadence GEM controller(macb) in which MDC is active
only during MDIO read or write operations while the PHY registers are
read or written. It is implemented as an IP feature.

For axiethernet as dynamic MDC enable/disable is not supported in hw
we are implementing it in sw. This change doesn't affect any existing
functionality.
====================

Link: https://lore.kernel.org/r/1604402770-78045-1-git-send-email-radhey.shyam.pandey@xilinx.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>