Re: [PATCH 1/3] phy/marvell: Make non-aneg speed/duplex forcing work for 88E1111 PHYs

2009-09-11 Thread David Miller
From: Anton Vorontsov Date: Thu, 10 Sep 2009 06:01:30 +0400 > According to specs, when auto-negotiation is disabled, Marvell PHYs need > a software reset after changing speed/duplex forcing bits. Otherwise, > the modified bits have no effect. > > Signed-off-by: Anton Vorontsov Applied. ___

[PATCH 1/3] phy/marvell: Make non-aneg speed/duplex forcing work for 88E1111 PHYs

2009-09-09 Thread Anton Vorontsov
According to specs, when auto-negotiation is disabled, Marvell PHYs need a software reset after changing speed/duplex forcing bits. Otherwise, the modified bits have no effect. Signed-off-by: Anton Vorontsov --- drivers/net/phy/marvell.c | 21 - 1 files changed, 20 insertio