]> bbs.cooldavid.org Git - net-next-2.6.git/commit
arm: msm: smd: fix SMD modem processor sync condition
authorDaniel Walker <c_dwalke@quicinc.com>
Thu, 18 Mar 2010 19:31:08 +0000 (12:31 -0700)
committerDaniel Walker <dwalker@codeaurora.org>
Wed, 12 May 2010 16:19:33 +0000 (09:19 -0700)
commit0aec66d493c1476daa88ec56b1076e51f1ceff0b
treefed44f8a6e89719dba16dd5a22978368c28394c9
parentb13525c2637957a757709945fbc9bc8b1065d071
arm: msm: smd: fix SMD modem processor sync condition

When booting up we need to wait for the modem processor to
partially boot. This is because the modem processor does
resource allocation for us. If we don't wait the modem won't
honor our requests and we end up crashing or in an unknown
state. This change just formalizes the waiting process.

Signed-off-by: Daniel Walker <c_dwalke@quicinc.com>
arch/arm/mach-msm/proc_comm.c
arch/arm/mach-msm/proc_comm.h
arch/arm/mach-msm/smd.c