commit | 929a015b1809a30748d487f9d25b16a41434b61a | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Mon Aug 04 15:26:56 2014 +0300 |
committer | Sekhar Nori <nsekhar@ti.com> | Tue Aug 26 14:49:15 2014 +0530 |
tree | 30cffce32bda1503c98a7b5525bfa9ebdbd78e99 | |
parent | 7d1311b93e58ed55f3a31cc8f94c4b8fe988a2b9 [diff] |
ARM: edma: Fix configuration parsing for SoCs with multiple eDMA3 CC The edma_setup_from_hw() should know about the CC number when parsing the CCCFG register - when it reads the register to be precise. The base addresses for CCs stored in an array and we need to provide the correct id to edma_read() in order to read the correct register. Cc: <stable@vger.kernel.org> # 3.16 Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>