OSDN Git Service

Merge branch 'broadcom-phy-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Jan 2017 04:13:45 +0000 (23:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jan 2017 04:13:45 +0000 (23:13 -0500)
commit1541f98cc252fac55d4e7cc933deddf341ff1710
tree418ae6eb3373ade68fc733c32c6ecb20d77335cd
parent434502930f59995f37fcc2c02cab79e059fb5043
parent5e7bfa6cb0a94c673f6d565e58353366d88e2aa5
Merge branch 'broadcom-phy-cleanup'

Rafał Miłecki says:

====================
net-next: Broadcom PHY driver cleanup

I will probably need to use broadcom.ko for PHY connected to interface
of bgmac supported device so I started looking at it willing to
understand it better.

I found AUXCTL part of the driver / lib a bit confusing and hard to read
so I'm trying to clean it up a bit. I hope this patchset makes following
AUXCTL operations much easier making it clear which defines are for
registers and which for values.

There is no functional change in this pachset.
====================

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