commit | 15cf6dde99e40bf571a5ca48376650e163fcd30f | [log] [tgz] |
---|---|---|
author | Andy Fleming <afleming@freescale.com> | Tue Feb 05 16:35:30 2008 -0600 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Feb 06 06:42:04 2008 -0500 |
tree | 92ba98c4e5728ca78cc00dc27aaed0d185ee9c15 | |
parent | 4e84f9b10461ad3c869ced4373dd85771dd67d20 [diff] |
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 <afleming@freescale.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>