From mboxrd@z Thu Jan 1 00:00:00 1970 From: Taniya Das Subject: Re: [v5 2/2] clk: qcom: clk-rpmh: Add QCOM RPMh clock driver Date: Tue, 1 May 2018 21:03:42 +0530 Message-ID: References: <1525164093-16645-1-git-send-email-tdas@codeaurora.org> <1525164093-16645-3-git-send-email-tdas@codeaurora.org> <20180501124333.GA32660@rob-hp-laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20180501124333.GA32660@rob-hp-laptop> Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Stephen Boyd , Michael Turquette , Andy Gross , David Brown , Rajendra Nayak , Odelu Kukatla , Amit Nischal , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On 5/1/2018 6:13 PM, Rob Herring wrote: > On Tue, May 01, 2018 at 02:11:33PM +0530, Taniya Das wrote: >> Add the RPMh clock driver to control the RPMh managed clock resources on >> some of the Qualcomm Technologies, Inc. SoCs. >> >> Signed-off-by: Amit Nischal >> Signed-off-by: Taniya Das >> --- >> drivers/clk/qcom/Kconfig | 9 + >> drivers/clk/qcom/Makefile | 1 + >> drivers/clk/qcom/clk-rpmh.c | 387 ++++++++++++++++++++++++++++++++++ >> include/dt-bindings/clock/qcom,rpmh.h | 2 - >> 4 files changed, 397 insertions(+), 2 deletions(-) >> create mode 100644 drivers/clk/qcom/clk-rpmh.c > >> diff --git a/include/dt-bindings/clock/qcom,rpmh.h b/include/dt-bindings/clock/qcom,rpmh.h >> index 36caab2..f48fbd6 100644 >> --- a/include/dt-bindings/clock/qcom,rpmh.h >> +++ b/include/dt-bindings/clock/qcom,rpmh.h >> @@ -18,7 +18,5 @@ >> #define RPMH_RF_CLK2_A 9 >> #define RPMH_RF_CLK3 10 >> #define RPMH_RF_CLK3_A 11 >> -#define RPMH_RF_CLK4 12 >> -#define RPMH_RF_CLK4_A 13 > > Did you mean to have this or squash into previous patch? > Thanks, my mistake. It was meant to be squashed in the previous patch. I would take care of it in the next series. -- QUALCOMM INDIA, on behalf of Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation. --