Ben Dooks 9ef9ac51cc [PATCH] DM9000 - spinlock fixes
Fix DM9000 driver usage of spinlocks, which mainly came to light
when running a kernel with spinlock debugging. These come down to:

1) Un-initialised spin lock

2) Several cases of using  spin_xxx(lock) and not spin_xxx(&lock)

3) move the locking around the phy reg for read/write to only
   keep the lock when actually reading or writing to the phy.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-08-18 16:59:14 -04:00
..
2005-08-15 15:49:00 -04:00
2005-08-13 14:22:59 -07:00
2005-07-30 09:47:53 -05:00
2005-08-10 11:03:02 -07:00
2005-07-27 16:25:57 -07:00
2005-07-12 16:01:02 -07:00
2005-08-10 11:08:56 -07:00
2005-08-18 16:59:14 -04:00
2005-08-16 21:06:24 -07:00
2005-08-16 15:33:26 -07:00
2005-06-21 18:46:32 -07:00
2005-08-12 12:55:02 -07:00
2005-07-11 14:14:31 -07:00