kernel_optimize_test/drivers/dma/sh
Kuninori Morimoto 56b177055a rcar-dmac: fixup descriptor pointer for descriptor mode
In descriptor mode, the descriptor running pointer is not maintained
by the interrupt handler, thus, driver finds the running descriptor
from the descriptor pointer field in the CHCRB register.
But, CHCRB::DPTR indicates *next* descriptor pointer, not current.
Thus, The residue calculation will be missed. This patch fixup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2017-05-30 11:49:28 +05:30
..
Kconfig
Makefile
rcar-dmac.c rcar-dmac: fixup descriptor pointer for descriptor mode 2017-05-30 11:49:28 +05:30
shdma-arm.h
shdma-base.c
shdma-of.c
shdma-r8a73a4.c
shdma.h
shdmac.c
sudmac.c
usb-dmac.c dmaengine: usb-dmac: Fix DMAOR AE bit definition 2017-05-16 09:58:51 +05:30