commit | b2c843a196b8f5aca74ebabd16c60d59480d6721 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Oct 14 14:42:50 2015 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Oct 14 19:57:11 2015 +0530 |
tree | 33db82cbaece2e8123fb8a96b15ba33202e9fb30 | |
parent | ca304fa9bb762f091e851d48de43f623c975d47a [diff] |
ARM/dmaengine: edma: Remove limitation on the number of eDMA controllers Since the driver stack no longer depends on lookup with id number in a global array of pointers, the limitation for the number of eDMAs are no longer needed. We can handle as many eDMAs in legacy and DT boot as we have memory for them to allocate the needed structures. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>