Merge branch 'bcm7xxx_workaround'
authorDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2015 03:28:21 +0000 (20:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 29 Jun 2015 03:28:21 +0000 (20:28 -0700)
commit7c80c3af5a2fd4dfb6a2c644181c259c3e2053cf
treef0bfdf7d131f89548fd07c506fe41440816656a3
parent8031612d7fa8e49589a91da238a93a067826c668
parentd8e704e461c217918cf236f49276e469580afbef
Merge branch 'bcm7xxx_workaround'

Florian Fainelli says:

====================
net: phy: bcm7xxx initial read/write workaround

This patch series fixes occasional BCM7xxx PHY driver binding failure due
to a harware bug where the first read or write does not come out of the PHY
MDIO management controller.

Since we have two different MDIO controllers using this PHY, a similar
need to be replicated in GENET and UniMAC MDIO.
====================

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