From: Krzysztof Kozlowski Date: Thu, 17 Oct 2013 16:06:46 +0000 (+0200) Subject: spi/s3c64xx: Add missing pm_runtime_set_active() call in probe() X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~15^2~29^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383382501193dc70fb92393eb585a39f9d39b378;p=pandora-kernel.git spi/s3c64xx: Add missing pm_runtime_set_active() call in probe() Mark device as PM runtime active during initialization to reflect actual device power/clocks state. This reduces the enable count for SPI bus controller gate clock so it can be disabled when the bus controller is not used. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Kyungmin Park Reviewed-by: Sylwester Nawrocki Signed-off-by: Mark Brown --- Reading git-diff-tree failed