commit | 447f18f1b4a3e86159353d016dcaac25414b3a42 | [log] [tgz] |
---|---|---|
author | Sudhakar Rajashekhara <sudhakar.raj@ti.com> | Wed Jan 06 17:29:11 2010 +0530 |
committer | Kevin Hilman <khilman@deeprootsystems.com> | Thu Feb 04 13:30:01 2010 -0800 |
tree | 6a7d3c23189ee9e9c4dd53a2be74bc3f68783b63 | |
parent | 2d517508060c22ef371a61495773cf890def291a [diff] |
davinci: Fix edma_alloc_channel api for EDMA_CHANNEL_ANY case Though edma_alloc_channel api was looping through the available channel controllers in EDMA_CHANNEL_ANY case, it was never returning the channel for 2nd channel controller, if 1st channel controller had no free channels. This issue has been fixed with this patch. Signed-off-by: Sudhakar Rajashekhara <sudhakar.raj@ti.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>