linux/drivers/dma/sh
Guennadi Liakhovetski a28a94e84b DMA: shdma: fix CHCLR register address calculation
struct sh_dmae_device::chan_reg is a pointer to u32, therefore when adding
offsets to it care should be taken to add offsets in sizeof(u32) units, not
in bytes. This patch corrects such a bug. While at it we also remove the
redundant parameter of the affected function.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski+renesas@gmail.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2013-08-25 11:48:22 +05:30
..
Kconfig sudmac: add support for SUDMAC 2013-04-30 15:50:12 +05:30
Makefile DMA: shdma: add DT support 2013-07-05 11:41:00 +05:30
shdma-base.c DMA: shdma: add DT support 2013-07-05 11:41:00 +05:30
shdma-of.c DMA: shdma: add DT support 2013-07-05 11:41:00 +05:30
shdma.c DMA: shdma: fix CHCLR register address calculation 2013-08-25 11:48:22 +05:30
shdma.h dmaengine: shdma: prepare to stop using struct dma_chan::private 2012-07-20 11:23:44 +05:30
sudmac.c sudmac: add support for SUDMAC 2013-04-30 15:50:12 +05:30