android_kernel_lge_bullhead/drivers/hwspinlock
Steven Cahail 42c818494b hwspinlock/msm: Add PID tracking for remote spinlocks
The msm_remote_spinlock driver currently does not store the owner of the
lock (the raw value of the lock), and the state of the hardware lock is not
saved in memory dumps. This increases difficulty when debugging situations
where the lock could not be acquired.

Store the value of each lock in an array, and provide an API to read
elements from this array for testing purposes.

Change-Id: I7186c5201bbd6e51249fb073e899d2ac69e5bec7
Signed-off-by: Steven Cahail <scahail@codeaurora.org>
2015-01-27 11:38:57 -07:00
..
Kconfig msm: remote_spinlock: Support multiplatform 2013-12-03 12:00:47 -07:00
Makefile msm: remote_spinlock: Support multiplatform 2013-12-03 12:00:47 -07:00
hwspinlock_core.c
hwspinlock_internal.h
msm_remote_spinlock.c hwspinlock/msm: Add PID tracking for remote spinlocks 2015-01-27 11:38:57 -07:00
omap_hwspinlock.c
u8500_hsem.c