aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/micrel.c
diff options
context:
space:
mode:
authorVince Bridgers <vbridgers2013@gmail.com>2014-07-29 15:19:57 -0500
committerDavid S. Miller <davem@davemloft.net>2014-07-30 20:00:21 -0700
commit0c1d77dfb56660329d639090352bf690d3c33466 (patch)
treec98fd7a59ecefb01d3dc9ce978209bf14eed1c21 /drivers/net/phy/micrel.c
parentnet/fsl: Add format length modifier to avoid negative values (diff)
downloadlinux-dev-0c1d77dfb56660329d639090352bf690d3c33466.tar.xz
linux-dev-0c1d77dfb56660329d639090352bf690d3c33466.zip
net: libphy: Add phy specific function to access mmd phy registers
libphy was originally written assuming all phy devices support clause 45 access extensions to the mmd registers through the indirection registers located within the first 16 phy registers. This assumption is not true in all cases, and one specific example is the Micrel ksz9021 10/100/1000 Mbps phy. Using the stmmac driver, accessing the mmd registers to query and configure energy efficient Ethernet (EEE) features yielded unexpected behavior. This patch adds mmd access functions to the phy driver that can be overriden by the phy specific driver if the phy does not support this mechanism or uses it's own non-standard access mechanism. By default, the IEEE Compatible clause 45 access mechanism described in clause 22 is used. With this patch, EEE query/configure functions as expected using the stmmac and the Micrel ksz9021 phy. Signed-off-by: Vince Bridgers <vbridgers2013@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions