[PATCH v6 4/4] clk: samsung: exynos-audss: Use runtime PM
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
Date: 2017-03-27 15:24:59
Also in:
linux-clk, linux-pm, linux-samsung-soc
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
Date: 2017-03-27 15:24:59
Also in:
linux-clk, linux-pm, linux-samsung-soc
On 03/22/2017 12:35 PM, Marek Szyprowski wrote:
@@ -141,15 +141,15 @@ static int exynos_audss_clk_probe(struct platform_device *pdev)
+ /* + * Enable runtime PM here, so clock core with use runtime PM for all + * registered clocks. + */
While applying I rephrased the above comment to: /* * Enable runtime PM here to allow the clock core using runtime PM * for the registered clocks. */
+ pm_runtime_set_active(dev); + pm_runtime_enable(dev);
-- Thanks, Sylwester