commit | 87467bd9052725283b9a9f4b1b310fed8744fb1e | [log] [tgz] |
---|---|---|
author | Brian Niebuhr <bniebuhr@efjohnson.com> | Wed Oct 06 17:03:10 2010 +0530 |
committer | Sekhar Nori <nsekhar@ti.com> | Thu Nov 18 18:38:36 2010 +0530 |
tree | 522a1d71933440af2b16072bbf95a138dd08392e | |
parent | 6dbd29b27bd2627ba0025a6cff14381e69512cdf [diff] |
spi: davinci: let DMA operation be specified on per-device basis Let DMA operation be specified on a per-device basis instead of selecting it once during probe. A side effect of this is the need to combine the PIO and DMA buffer txrx_bufs routine. This is good since they anyway share some common functionality. Signed-off-by: Brian Niebuhr <bniebuhr@efjohnson.com> Tested-By: Michael Williamson <michael.williamson@criticallink.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>