]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitaecc828cc9c9e7490e179beeba193ec3b630873c
tree7eb8838a7e169ea92cea1dfde69b3b0892c2fe43
parent45fe26f7cea3bd1dea9379f4e31f85728bec05cc
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