Merge branch 'Full-phylink-support-for-mv88e6352'
authorDavid S. Miller <davem@davemloft.net>
Sun, 2 Sep 2018 23:16:24 +0000 (16:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Sep 2018 23:16:24 +0000 (16:16 -0700)
commit1fcc3fd75ee57640226c7b6f59c67a797659c6fb
tree0ac74f5f137a9da783fce5e9edec2e0dd1df963a
parent743e481580b4646cde416dd549e2ecb0f16848d2
parent4382172fa778ad388aa01cb5d97f94ad25f34c38
Merge branch 'Full-phylink-support-for-mv88e6352'

Andrew Lunn says:

====================
Full phylink support for mv88e6352

These two patches implement full phylink support for the mv88e6352
family, when using an SFP connected to its SERDES interface. This adds
interrupt support to the SERDES, so that we get interrupts on link
up/down, and then make calls phydev_link_change().

The first patch is a minor bug fix, which does not seem to affect any
current features, so i'm not submitting it for stable. It is however
required for configuring SERDES interrupts.
====================

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