commit | 49fc3f497d7d409e9b0dc384fe7c173bccd3b1a1 | [log] [tgz] |
---|---|---|
author | Brian Niebuhr <bniebuhr@efjohnson.com> | Fri Oct 01 11:22:23 2010 +0530 |
committer | Sekhar Nori <nsekhar@ti.com> | Thu Nov 18 18:38:34 2010 +0530 |
tree | d6e92859da9116265aa007e50f66804264e0ca90 | |
parent | e91c659bbcf2f47519260182a75f64ede34df3ca [diff] |
spi: davinci: use edma_write_slot() to setup EDMA PaRAM slot Currently a series of EDMA API calls are being made to setup various aspects of EDMA PaRAM slots for receive and transmit. Instead setup the PaRAM using a local structure and write once to the hardware using edma_write_slot() Signed-off-by: Brian Niebuhr <bniebuhr@efjohnson.com> Tested-By: Michael Williamson <michael.williamson@criticallink.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>