]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch 'fec-next'
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Sep 2014 20:27:13 +0000 (16:27 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Sep 2014 20:27:13 +0000 (16:27 -0400)
Florian Fainelli says:

====================
net: phy: Broadcom BCM7xxx PHY workaround update

This patch sets the change to of_phy_connect() that you have seen before,
this time with the full context of why it is useful and applicable here.

Due to some design decision, the internal PHY on Broadcom BCM7xxx chips
is not entirely self contained and does not report its internal revision
through MII_PHYSID2, that is left to external PHY designs.

This forces us to get the PHY revision from the GENET and SF2 switch drivers
because those two peripherals integrate such a PHY and do contain the PHY
revision in their registers.

The approach taken here is hopefully easy to extend to similar needs for
other chips/ as well.
====================

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

Trivial merge