dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is true
authorViresh Kumar <viresh.kumar@st.com>
Tue, 29 Nov 2011 07:26:50 +0000 (12:56 +0530)
committerVinod Koul <vinod.koul@linux.intel.com>
Mon, 5 Dec 2011 03:06:01 +0000 (08:36 +0530)
commit8f0d30f9ee333f4fb3458a9a33f7ead5269ea8f3
tree5c9b1212de19598d7e2653491cc5decc4df596d6
parentc94e910535be72f0c6ac0c69e6acd8d44414e80d
dmaengine/amba-pl08x: Config ccfg and increment phychan_hold if phychan is true

Currently, if plchan->phychan is true, we return immediately from
prep_phy_chan(). We must configure txd->ccfg and increment phychan_hold before
returning. Otherwise, request line number wouldn't be configured in this txd.

Reported-by: Rajeev Kumar <rajeev-dlh.kumar@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
drivers/dma/amba-pl08x.c
This page took 0.024885 seconds and 5 git commands to generate.