]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'broadcom-MDIO-turn-around'
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 07:32:21 +0000 (00:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jun 2015 07:32:21 +0000 (00:32 -0700)
commit9ca1451d6e71ca970d6b439754bfcffb4dc986f1
tree108ee299f7ef4c18f115536c712b66369d6646c2
parent81865108354be59c1684796303ccc07e7c698ce3
parentaea4633cd526705c7e2ba2ea5bfcd2e8f124c2f7
Merge branch 'broadcom-MDIO-turn-around'

Florian Fainelli says:

====================
net: broadcom MDIO support for broken turn-around

These two patches update the GENET and UniMAC MDIO controllers to deal with
PHYs that are known to have a broken turn-around bug (e.g: BCM53125 and others)

This utilizes the infrastructure that code recently added to do that in 'net-next'.

Note that the changes look nearly identical and I will try to address the MDIO
code duplication between GENET and UniMAC in a future patch series.

Changes in v2:
- remove brcmphy.h include in mdio-bcm-unimac.c
- use the same comment as with GENET's MDIO read function
====================

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