commit | cb12a106907ddd8c473f911ef3111c964d197738 | [log] [tgz] |
---|---|---|
author | Vamsi Krishna <vskrishn@codeaurora.org> | Wed Aug 17 15:18:26 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 16:15:29 2011 -0700 |
tree | 7dceea9aaaa2df91f15589eee5ac380ebb924aef | |
parent | e606a7b1e106868b786df0b912b1fda9e2d5084a [diff] |
msm: smd: Add smd_tiocmset api without spinlocks tiocmset can be called from client drivers in smd callbacks which could result in dead-lock as most of the call-backs holds spinlock which is used by tiocmset. Add tiocmset call which does not use spinlocks so that it can be used from smd callbacks. Signed-off-by: Vamsi Krishna <vskrishn@codeaurora.org>