From: Brian Niebuhr Date: Mon, 27 Sep 2010 16:53:23 +0000 (+0530) Subject: spi: davinci: do not store DMA channel information per chip select X-Git-Tag: v2.6.38-rc1~454^2~6^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96fd881f22b44fc14772316a6b9231012393cda8;p=pandora-kernel.git spi: davinci: do not store DMA channel information per chip select Do not store DMA channel related information per chip-select since that information does not depend on the chip select. The same DMA channels can be used for transfers on all chip-selects since the transfer happens one-at-a-time. Signed-off-by: Brian Niebuhr Tested-By: Michael Williamson Signed-off-by: Sekhar Nori --- Reading git-diff-tree failed