Merge branch 'net-support-bgmac-with-B50212E-B1-PHY'
authorDavid S. Miller <davem@davemloft.net>
Fri, 13 Oct 2017 05:59:38 +0000 (22:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Oct 2017 05:59:38 +0000 (22:59 -0700)
commitc669b5cf42d0b066ced7ab70e7cf15e2155acb2c
treed104e37e5f425f6eeec2fbd8518d2a6d537fe1a0
parent32c10bbfe914c76d8802be33c97b59be9582df1b
parent12acd136913ccdf394eeb2bc8686ff5505368119
Merge branch 'net-support-bgmac-with-B50212E-B1-PHY'

Rafał Miłecki says:

====================
net: support bgmac with B50212E B1 PHY

I got a report that a board with BCM47189 SoC and B50212E B1 PHY doesn't
work well some devices as there is massive ping loss. After analyzing
PHY state it has appeared that is runs in slave mode and doesn't auto
switch to master properly when needed.

This patchset fixes this by:
1) Adding new flag support to the PHY driver for setting master mode
2) Modifying bgmac to request master mode for reported hardware
====================

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