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)
commit77f4f6220a98f4f3eb08be10230d7e8c604aa2b8
tree76f44de1599ba25217e24f3905732010260e0df2
parent2e4e44107176d552f8bb1bb76053e850e3809841
parentd8ebfed3f11b62ebc192af3cab64d835ff047e74
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>
This page took 0.029414 seconds and 5 git commands to generate.