Re: [PATCH] Fix PHY Lib support for gianfar and ucc_geth

2008-02-06 Thread Jeff Garzik
Andy Fleming wrote: 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 <[EMAIL PROTECTE

[PATCH] Fix PHY Lib support for gianfar and ucc_geth

2008-02-05 Thread Andy Fleming
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 <[EMAIL PROTECTED]> --- drivers/net/g