net: marvell: Add separate config ANEG function for Marvell 88E1111
authorHarini Katakam <harini.katakam@xilinx.com>
Mon, 27 Jun 2016 07:39:59 +0000 (13:09 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Jun 2016 08:07:36 +0000 (04:07 -0400)
commit3ec0a0f10ceb77c78f540ded1d13bf0cf7f89a07
tree7eb8838a7e169ea92cea1dfde69b3b0892c2fe43
parentd10f0b312adc21b9b78e36cf695e6157989ce041
net: marvell: Add separate config ANEG function for Marvell 88E1111

Marvell 88E1111 currently uses the generic marvell config ANEG function.
This function has a sequence accessing Page 5 and Register 31,
both of which are not defined or reserved for this PHY.
Hence this patch adds a new config ANEG function for Marvell 88E1111
without these erroneous accesses.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/marvell.c