commit | 3f68b98a75381f785f4e13085296c52c75ea29ac | [log] [tgz] |
---|---|---|
author | Sekhar Nori <nsekhar@ti.com> | Tue May 04 14:11:35 2010 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu May 06 15:55:38 2010 -0700 |
tree | 98afc8fde032542324594e175bc2523c40700a1e | |
parent | e2800007f3b9aab51c1fe866034db576d3a9fd83 [diff] |
davinci: edma: use a more intuitive name for edma_info 'edma_info' structure inside the edma driver represents a single instance of edma channel controller. Call it 'edma_cc' instead. This also avoids readers confusing it with an instance of edma_soc_info structre which carries the platform data for a single channel controller instance. Signed-off-by: Sekhar Nori <nsekhar@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>