Merge branch 'mv88e6xxx-phylink-prepare'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 May 2023 09:39:41 +0000 (10:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 May 2023 09:39:41 +0000 (10:39 +0100)
commiteba7dbc5eba06a503ba78fdfb4488dbaaeed9471
treef153403dd85604db59a125b699b1426f35985426
parent9b66ee06e5ca2698d0ba12a7ad7188cb724279e7
parent267d7692f6cd5c9b8796324cdd54db594ca8d3e4
Merge branch 'mv88e6xxx-phylink-prepare'

Russell King says:

====================
net: dsa: mv88e6xxx: prepare for phylink_pcs conversion

These two patches provide some preparation for converting the mv88e6xxx
DSA driver to use phylink_pcs rather than bolting the serdes bits into
the MAC calls.

In order to correctly drive mv88e6xxx hardware when the PCS code is
split, we need to force the link down while changing the configuration
of a port. This is provided for via the mac_prepare() and mac_finish()
methods, but DSA does not forward these on to DSA drivers.

Patch 1 adds support to the DSA core to forward these two methods to
DSA drivers, and patch 2 moves the code from mv88e6xxx_mac_config()
into the respective methods.
====================

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