From: Andy Fleming Date: Tue, 5 Feb 2008 22:35:30 +0000 (-0600) Subject: Fix PHY Lib support for gianfar and ucc_geth X-Git-Tag: v2.6.25-rc1~518^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15cf6dde99e40bf571a5ca48376650e163fcd30f;p=pandora-kernel.git Fix PHY Lib support for gianfar and ucc_geth The PHY Lib now uses mutexes instead of spin_locks. ucc_geth and gianfar both grab the locks in their mdio_reset functions, so they need to use mutex_(un)lock instead. This was not caught until someone tested it on an SMP system. Signed-off-by: Andy Fleming Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed