]> git.baikalelectronics.ru Git - kernel.git/commit
DM9000: Remove old timer based poll routines
authorBen Dooks <ben-linux@fluff.org>
Tue, 5 Feb 2008 00:02:05 +0000 (00:02 +0000)
committerJeff Garzik <jeff@garzik.org>
Mon, 11 Feb 2008 16:06:25 +0000 (11:06 -0500)
commitf67a20cd435c9173d5b459921c9ce556f2c2ab10
tree1f6d4f8954806ba983e2a5aa51de3d40d44ec8ee
parentc6d39b8a9f4add952ea94f3bce146c8697d63b4f
DM9000: Remove old timer based poll routines

Remove the timer based MII phy polling, as this is
currently broken with the new EEPROM code that now
uses mutexes to protect the phy access.

This will need to be replaced in the future by some
form of mutex safe mechanism for reading the MII
phy status.

The replacement has not been done here as changing
this patch, which is early in the sequence has quite
a knock-on effect. Once this series is merged, then
a new presentation of an patch to poll the MII link
status can be added.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/dm9000.c