From: Marek Vasut Date: Tue, 4 Sep 2012 04:04:25 +0000 (+0200) Subject: mxs/dma: Enlarge the CCW descriptor area to 4 pages X-Git-Tag: v3.7-rc1~68^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e97fa91492b4943f25228e08d24abb31e5bce50;p=pandora-kernel.git mxs/dma: Enlarge the CCW descriptor area to 4 pages In case of a large SPI flash, the amount of DMA descriptors available to the DMA driver is not large enough anymore. For example 8MB SPI flash now needs 129 descriptors to be transfered in one long read. There are currently 53 descriptors available in one PAGE_SIZE-big block. Enlarge the allocated descriptor area to four PAGE_SIZE blocks to fulfill such requirements. Signed-off-by: Marek Vasut Cc: Dan Williams Cc: Fabio Estevam Cc: Shawn Guo Acked-by: Shawn Guo Signed-off-by: Vinod Koul --- Reading git-diff-tree failed