Re: [PATCH 1/7] sky2: dont set bogus bit in PHY register

2007-05-30 Thread Jeff Garzik
Stephen Hemminger wrote: This code inherited from the sk98lin driver is incorrect on the Yukon2. The GPHY_CTRL register values are specific to the internal PHY of the chip and the values used were leftovers. Driver was setting bit 13 which is now the INT polarity for the PHY! Signed-off-by:

[PATCH 1/7] sky2: dont set bogus bit in PHY register

2007-05-24 Thread Stephen Hemminger
This code inherited from the sk98lin driver is incorrect on the Yukon2. The GPHY_CTRL register values are specific to the internal PHY of the chip and the values used were leftovers. Driver was setting bit 13 which is now the INT polarity for the PHY! Signed-off-by: Stephen Hemminger [EMAIL