]> 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)
commit538656a35eba97494e508927c977bb39ca28cae6
treef0bfdf7d131f89548fd07c506fe41440816656a3
parent1925d65516a5f7095809de9f6c1ccdfa46a6741b
parent84402f7aeeecedb2f255cc89c350b8b93d0dd821
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>