From: Tomasz Figa Date: Sun, 11 Aug 2013 17:59:18 +0000 (+0200) Subject: dmaengine: PL08x: Add support for different maximum transfer size X-Git-Tag: v3.12-rc1~68^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5110e51d127221c93f331841e601612b187b60f4;p=pandora-kernel.git dmaengine: PL08x: Add support for different maximum transfer size PL080S has separate register to store transfer size in, allowing single transfer to be much larger than in standard PL080. This patch makes the amba-pl08x driver aware of this and removes writing transfer size to reserved bits of CH_CONTROL register on PL080S, which was not a problem witn transfer sizes fitting the original bitfield of PL080, but now would overwrite other fields. Signed-off-by: Tomasz Figa Reviewed-by: Linus Walleij Signed-off-by: Vinod Koul --- Reading git-diff-tree failed