[ARM] msm: shared memory interface for baseband processor ipc
authorBrian Swetland <swetland@google.com>
Mon, 29 Sep 2008 23:00:48 +0000 (16:00 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 12 May 2010 16:14:52 +0000 (09:14 -0700)
commit2eb44eb9c8026f3f548bfbc903156b6aea54ed24
tree77c5a94f893eba0f7aab3570fc74200fddface22
parent830d843b75338b94b7c769a2c3b59b04744a9323
[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>
arch/arm/mach-msm/Kconfig
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/include/mach/msm_smd.h [new file with mode: 0644]
arch/arm/mach-msm/include/mach/system.h
arch/arm/mach-msm/smd.c [new file with mode: 0644]
arch/arm/mach-msm/smd_private.h [new file with mode: 0644]