commit | 7a1cd9ad87979744e1510782b25c38feb9602739 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Thu Aug 18 16:55:27 2011 +0200 |
committer | Vinod Koul <vinod.koul@linux.intel.com> | Wed Sep 28 10:07:40 2011 +0530 |
tree | 93dd2e114d474096fd654707d61a9e0f96a52a6b | |
parent | b4dae6e1adaedc9c343b5f00332312d649600bdc [diff] |
dma: shdma: transfer based runtime PM Currently the shdma dmaengine driver uses runtime PM to save power, when no channel on the specific controller is requested by a user. This patch switches the driver to count individual DMA transfers. That way the controller can be powered down between transfers, even if some of its channels are in use. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>