summaryrefslogtreecommitdiff
path: root/wctdm24xxp/base.c
diff options
context:
space:
mode:
authorsruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-02 20:30:58 +0000
committersruffell <sruffell@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-01-02 20:30:58 +0000
commit9099095634b7c959954a1d420c277b743e6ee7f6 (patch)
tree50cc73d7844e503e879812a5afc60e8423ddb481 /wctdm24xxp/base.c
parentdf19a0df6dab13f2be16680f039f0fe68a778198 (diff)
VPMADT032 stability changes for wctdm24xxp and wcte12xp:
- Remove double reads. - Wait for writes to complete before starting reads. - Optimize reads of multi-word register. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3592 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp/base.c')
-rw-r--r--wctdm24xxp/base.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/wctdm24xxp/base.c b/wctdm24xxp/base.c
index eef087d..323e7af 100644
--- a/wctdm24xxp/base.c
+++ b/wctdm24xxp/base.c
@@ -3087,8 +3087,6 @@ static enum vpmadt032_init_result wctdm_vpm150m_init(struct wctdm *wc)
while (test_bit(VPM150M_HPIRESET, &vpm150m->control))
schluffen(&wc->regq);
- msleep(1000);
-
printk("VPMADT032 Loading firwmare... ");
downloadstatus = gpakDownloadDsp(vpm150m->dspid, &fw);
@@ -3107,7 +3105,6 @@ static enum vpmadt032_init_result wctdm_vpm150m_init(struct wctdm *wc)
while (test_bit(VPM150M_SWRESET, &vpm150m->control))
schluffen(&wc->regq);
- msleep(1000);
#if 0
}
#endif