]> git.baikalelectronics.ru Git - kernel.git/commit
net: phy: broadcom: use auxctl reading helper in BCM54612E code
authorRafał Miłecki <rafal@milecki.pl>
Wed, 25 Jan 2017 20:00:25 +0000 (21:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Jan 2017 04:13:44 +0000 (23:13 -0500)
commitfae01eac7a4c4dfa5a12a3af2499ef9465243c65
tree849b63163566469599ab451af502b0eeafbb8bf1
parent87e62f219cb07dea7f38ba82860ad9a6fe9d465a
net: phy: broadcom: use auxctl reading helper in BCM54612E code

Starting with commit c53f5951ab04 ("net: phy: broadcom: add
bcm54xx_auxctl_read") we have a reading helper so use it and avoid code
duplication.
It also means we don't need MII_BCM54XX_AUXCTL_SHDWSEL_MISC define as
it's the same as MII_BCM54XX_AUXCTL_SHDWSEL_MISC just for reading needs
(same value shifted by 12 bits).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/broadcom.c
include/linux/brcmphy.h