From: Sebastian Andrzej Siewior Date: Tue, 20 Aug 2013 16:35:53 +0000 (+0200) Subject: dma: cpp41: enable pm_runtime during init X-Git-Tag: v3.12-rc1~186^2~19^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6aafa2bf3bc1ca43405a4b753d91d7549224fdc;p=pandora-kernel.git dma: cpp41: enable pm_runtime during init With enabled pm_runtime in the kernel the device won't work because it is not "on" during the probe function. This patch enables the device via pm_runtime on probe so it remains activated. Acked-by: Vinod Koul Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed