spi: davinci: do not store DMA channel information per chip select
commit96fd881f22b44fc14772316a6b9231012393cda8
authorBrian Niebuhr <bniebuhr@efjohnson.com>
Mon, 27 Sep 2010 16:53:23 +0000 (27 22:23 +0530)
committerSekhar Nori <nsekhar@ti.com>
Thu, 18 Nov 2010 13:08:33 +0000 (18 18:38 +0530)
tree6a722eadf218f8df49bfa84fb734b404de3ff6ce
parentb23a5d4691043e97bbfde8c2fb5b8fecdc400308
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 <bniebuhr@efjohnson.com>
Tested-By: Michael Williamson <michael.williamson@criticallink.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
drivers/spi/davinci_spi.c