OSDN Git Service

Merge branch 'net-dsa-mv88e6xxx-serdes-link-without-phy'
authorJakub Kicinski <kuba@kernel.org>
Thu, 26 Nov 2020 01:58:09 +0000 (17:58 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 26 Nov 2020 01:58:09 +0000 (17:58 -0800)
commit64088b2ac19d146ad54ab95a718ebe155d4c1e43
treee7c16fdd4ae99b95e9f42f3ce9628c0c9f08ff10
parent0f614511fa224677ec32c0e8790c3bd0aa5acc3d
parent0fd5d79efa4a35c5b0944f7dc42b440d56af4b04
Merge branch 'net-dsa-mv88e6xxx-serdes-link-without-phy'

Chris Packham says:

====================
net: dsa: mv88e6xxx: serdes link without phy

This small series gets my hardware into a working state. The key points are to
make sure we don't force the link and that we ask the MAC for the link status.
I also have updated my dts to say `phy-mode = "1000base-x";` and `managed =
"in-band-status";`

I've dropped the patch for the 88E6123 as it's a distraction and I lack
hardware to do any proper testing with it. Earlier versions are on the mailing
list if anyone wants to pick it up in the future.

I notice there's a series for mv88e6393x circulating on the netdev mailing
list. As patch #1 is adding a new device specific op either this series will
need updating to cover the mv88e6393x or the mv88e6393x series will need
updating for the new op depenting on which lands first.
====================

Link: https://lore.kernel.org/r/20201124043440.28400-1-chris.packham@alliedtelesis.co.nz
Signed-off-by: Jakub Kicinski <kuba@kernel.org>