[PATCH 14/18] MMC: OMAP: Use tasklet instead of workqueue for cover switch notification

2008-01-28 Thread Carlos Aguiar
From: Jarkko Lavinen <[EMAIL PROTECTED]> The cover waitqueue is occasionally scheduled twice from timer and the interrupt and oops follows. It would have been possible to fix this problem with spinlocks but using tasklet was a dropin sloution with no need for locking. This path also adds some

[PATCH 14/18] MMC: OMAP: Use tasklet instead of workqueue for cover switch notification

2008-01-28 Thread Carlos Aguiar
From: Jarkko Lavinen [EMAIL PROTECTED] The cover waitqueue is occasionally scheduled twice from timer and the interrupt and oops follows. It would have been possible to fix this problem with spinlocks but using tasklet was a dropin sloution with no need for locking. This path also adds some