commit | cb78205955d4a2c26c18984896b81cc63b416f63 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Wed Oct 14 14:42:54 2015 +0300 |
committer | Vinod Koul <vinod.koul@intel.com> | Wed Oct 14 19:57:11 2015 +0530 |
tree | ad20974ede56cd8f6c839734bf6fed456e31628c | |
parent | 2b6b3b7420190888793c49e97276e1e73bd7eaed [diff] |
dmaengine: edma: Allocate memory dynamically for bitmaps and structures Instead of using defines to specify the size of different arrays and bitmaps, allocate the memory for them based on the information we get from the HW itself. Since these defines are set based on the worst case, there are devices where they are not valid. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com>