commit | 0aec66d493c1476daa88ec56b1076e51f1ceff0b | [log] [tgz] |
---|---|---|
author | Daniel Walker <c_dwalke@quicinc.com> | Thu Mar 18 12:31:08 2010 -0700 |
committer | Daniel Walker <dwalker@codeaurora.org> | Wed May 12 09:19:33 2010 -0700 |
tree | fed44f8a6e89719dba16dd5a22978368c28394c9 | |
parent | b13525c2637957a757709945fbc9bc8b1065d071 [diff] |
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>