linux/arch/sh/drivers/dma
Guennadi Liakhovetski 623b4ac4bf sh: fix Transfer Size calculation in both DMA drivers
Both the original arch/sh/drivers/dma/dma-sh.c and the new SH dmaengine drivers
do not take into account bits 3:2 of the Transfer Size field in the CHCR
register, besides, bit-field defines set bit 2, but the mask only passes bits
1:0 through. TS_16BLK and TS_32BLK macros are bogus too. This patch fixes all
these issues for sh7722 and sh7724, other CPUs stay unchanged and might need to
be fixed too.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Acked-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2010-02-08 09:40:24 +09:00
..
dma-api.c sh: remove unneeded cast 2008-02-14 14:22:07 +09:00
dma-g2.c sh: migrate to arch/sh/include/ 2008-07-29 08:09:44 +09:00
dma-pvr2.c sh: migrate to arch/sh/include/ 2008-07-29 08:09:44 +09:00
dma-sh.c sh: fix Transfer Size calculation in both DMA drivers 2010-02-08 09:40:24 +09:00
dma-sysfs.c sh: dma: Kill off bogus dma_sysclass symbol export. 2009-11-13 12:29:19 +09:00
dmabrg.c spelling fixes: arch/sh/ 2007-05-21 14:31:39 +09:00
Kconfig Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx into for-linus 2009-09-23 18:31:11 +10:00
Makefile dmaengine: sh: Add Support SuperH DMA Engine driver 2009-09-08 17:56:02 -07:00