msm: smd: provide atomic channel writes
authorBrian Swetland <swetland@google.com>
Mon, 7 Dec 2009 23:28:08 +0000 (15:28 -0800)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 12 May 2010 16:15:31 +0000 (09:15 -0700)
Some smd clients may write from multiple threads, in which case it's
not safe to call smd_write without holding a lock.  smd_write_atomic()
provides the same functionality as smd_write() but obtains the smd
lock first.

Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>

No differences found