android_kernel_google_msm/drivers/dma
Barry Song 73cb409323 dmaengine: sirf: fix a typo in moving running dma_desc to active queue
commit 26fd12209c upstream.

list_move_tail(&schan->queued, &schan->active) makes the list_empty(schan->queued)
undefined, we either should change it to:
list_move_tail(schan->queued.next, &schan->active)
or
list_move_tail(&sdesc->node, &schan->active)

Signed-off-by: Barry Song <Baohua.Song@csr.com>
Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-31 10:03:02 -07:00
..
ioat
ipu
ppc4xx
amba-pl08x.c
at_hdmac.c dmaengine: at_hdmac: check that each sg data length is non-null 2012-10-02 10:30:10 -07:00
at_hdmac_regs.h
coh901318.c
coh901318_lli.c
coh901318_lli.h
dmaengine.c drivers/dma/dmaengine.c: lower the priority of 'failed to get' dma channel message 2012-10-13 05:38:38 +09:00
dmaengine.h
dmatest.c
dw_dmac.c
dw_dmac_regs.h
ep93xx_dma.c
fsldma.c
fsldma.h
imx-dma.c Revert dma: imx-dma: Fix kernel crash due to missing clock conversion 2012-09-14 10:00:04 -07:00
imx-sdma.c
intel_mid_dma.c
intel_mid_dma_regs.h
iop-adma.c
iovlock.c
Kconfig
Makefile
mpc512x_dma.c
mv_xor.c
mv_xor.h
mxs-dma.c
pch_dma.c
pl330.c DMA: PL330: Check the pointer returned by kzalloc 2012-10-02 10:30:10 -07:00
sa11x0-dma.c
shdma.c
shdma.h
sirf-dma.c dmaengine: sirf: fix a typo in moving running dma_desc to active queue 2012-10-31 10:03:02 -07:00
ste_dma40.c
ste_dma40_ll.c
ste_dma40_ll.h
timb_dma.c
TODO
txx9dmac.c
txx9dmac.h