lkml.org 
[lkml]   [2019]   [Apr]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRe: [PATCH 3/3] clk: qcom: Add QCS404 TuringCC
Date
Quoting Bjorn Andersson (2019-03-06 09:47:58)
> +
> +static int turingcc_probe(struct platform_device *pdev)
> +{
> + int ret;
> +
> + pm_runtime_enable(&pdev->dev);
> + ret = pm_clk_create(&pdev->dev);

Neat solution. Thanks!

> + if (ret)
> + goto disable_pm_runtime;
> +
> + ret = pm_clk_add(&pdev->dev, NULL);

\
 
 \ /
  Last update: 2019-04-11 22:37    [W:0.264 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site