[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAD=FV=WRfctkUtMgtNh=4DT4aZWKFXRfV3YRjMG-qH2sjW8sgA@mail.gmail.com>
Date: Thu, 3 May 2018 15:22:30 -0700
From: Doug Anderson <dianders@...omium.org>
To: Taniya Das <tdas@...eaurora.org>
Cc: Stephen Boyd <sboyd@...eaurora.org>,
Michael Turquette <mturquette@...libre.com>,
Andy Gross <andy.gross@...aro.org>,
David Brown <david.brown@...aro.org>,
Rajendra Nayak <rnayak@...eaurora.org>,
Amit Nischal <anischal@...eaurora.org>,
linux-arm-msm@...r.kernel.org,
"open list:ARM/QUALCOMM SUPPORT" <linux-soc@...r.kernel.org>,
linux-clk <linux-clk@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [v7] clk: qcom: clk-rpmh: Add QCOM RPMh clock driver
Hi,
On Thu, May 3, 2018 at 3:39 AM, Taniya Das <tdas@...eaurora.org> wrote:
> + rpmh_client = rpmh_get_client(pdev);
> + if (IS_ERR(rpmh_client)) {
> + ret = PTR_ERR(rpmh_client);
> + dev_err(&pdev->dev, "Failed to request RPMh client, ret=%d\n",
> + ret);
> + return ret;
> + }
Please rebase atop the latest RPMh code (v7). There is no more
rpmh_get_client(). If you want help doing this, please see
<http://crosreview.com/1042987> which contains all the changes to work
with v7.
-Doug
Powered by blists - more mailing lists