android_kernel_motorola_sm6225/drivers/net/caif
Dmitry Tarnyagin 73033c987a caif-hsi: Fix for wakeup condition problem
Under stressed conditions a race could happen when del_timer_sync() was called
from softirq context at the same time when mod_timer_pending() for the same
timer was called from the workqueue. This leaded to a state mismatch in the
CAIF HSI driver and following unexpected link wakeup procedure.

The fix puts del_timer_sync() and mod_timer_pending() calls under a spin lock
to protect against the race condition.

Signed-off-by: Sjur Brændeland <sjur.brandeland@stericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-10-19 03:25:41 -04:00
..
caif_hsi.c caif-hsi: Fix for wakeup condition problem 2011-10-19 03:25:41 -04:00
caif_serial.c net: Remove unneeded version.h includes from drivers/net/ 2011-06-24 02:40:08 -07:00
caif_shm_u5500.c net: Remove unneeded version.h includes from drivers/net/ 2011-06-24 02:40:08 -07:00
caif_shmcore.c drivers/net: Remove casts of void * 2011-06-21 15:48:29 -07:00
caif_spi.c caif: Remove OOM messages, use kzalloc 2011-08-28 17:16:13 -04:00
caif_spi_slave.c net: Remove unneeded version.h includes from drivers/net/ 2011-06-24 02:40:08 -07:00
Kconfig caif: Add CAIF HSI Link layer driver 2011-06-01 21:15:38 -07:00
Makefile caif: Add CAIF HSI Link layer driver 2011-06-01 21:15:38 -07:00