]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit028743d7e8367e79f70074444af8b53d73c5136c
treef0bfdf7d131f89548fd07c506fe41440816656a3
parent48319aa49aa51a7b9999cd8f6548f42379c2793e
parent733b2a5f2b8231ec6a848f35c3338c42f950cd34
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>