]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1a2c1f1f00232aa039c3b1fd7e75769d7a69ca58
tree76f44de1599ba25217e24f3905732010260e0df2
parent139c57e3ec2855a950549ebf4c4998ea90981b23
parentd13ba50fca5695add7ac8f9eadea026bcb6e2dd1
Merge branch 'fec-next'

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>