[ARM] msm: add proc_comm support, necessary for clock and power control
authorBrian Swetland <swetland@google.com>
Tue, 9 Sep 2008 16:36:50 +0000 (09:36 -0700)
committerBrian Swetland <swetland@google.com>
Wed, 22 Oct 2008 09:39:32 +0000 (02:39 -0700)
commitb8a16e1fdfe9caed734df0e157ad74ae2b13e3bd
treebce53911b0eb587d067dcbda6ea47b9cc0b0536f
parent1637de0c9b4dbac0f185e94b2b8cd2c2db78700d
[ARM] msm: add proc_comm support, necessary for clock and power control

The proc_comm protocol is the lowest level protocol available for
communicating with the modem core.  It provides access to clock and
power control, among other things, and is safe for use from atomic
contexts, unlike the higher level SMD and RPC transports.

Signed-off-by: Brian Swetland <swetland@google.com>
arch/arm/mach-msm/Makefile
arch/arm/mach-msm/proc_comm.c [new file with mode: 0644]
arch/arm/mach-msm/proc_comm.h [new file with mode: 0644]