]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
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)
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>

Trivial merge