]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: phy: broadcom: extract all registers to brcmphy.h
authorFlorian Fainelli <f.fainelli@gmail.com>
Sat, 23 Aug 2014 01:55:39 +0000 (18:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 23 Aug 2014 18:38:53 +0000 (11:38 -0700)
commit3af20efc0f83cdc65ce56ec108c0e81f602364df
treec5315232b726b9b1cdbb61be15802d281c960206
parent5aa8dbbd5f9ae6ec6f5ab88596a29a5b5d4caf31
net: phy: broadcom: extract all registers to brcmphy.h

Commit 439d39a9ac8fbbba9c04581361188f33f21ced50 ("net: phy: broadcom:
extract register definitions") added a bunch of registers to brcmphy.h
but left some to broadcom.c, move all of them to the header file since
the BCM54xx and BCM7xxx PHY drivers do share all of these registers.

Signed-off-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