commit | 2eb44eb9c8026f3f548bfbc903156b6aea54ed24 | [log] [tgz] |
---|---|---|
author | Brian Swetland <swetland@google.com> | Mon Sep 29 16:00:48 2008 -0700 |
committer | Daniel Walker <dwalker@codeaurora.org> | Wed May 12 09:14:52 2010 -0700 |
tree | 77c5a94f893eba0f7aab3570fc74200fddface22 | |
parent | 830d843b75338b94b7c769a2c3b59b04744a9323 [diff] |
[ARM] msm: shared memory interface for baseband processor ipc This code provides the low level interface to the "shared memory state machine" (smsm), and the virtual serial channels (smd), used to communicate with the baseband processor. Higher level transports (rpc, ethernet, AT command channel, etc) ride on top of this. Signed-off-by: Brian Swetland <swetland@google.com>