Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755515AbbGFNRX (ORCPT ); Mon, 6 Jul 2015 09:17:23 -0400 Received: from mail-wi0-f173.google.com ([209.85.212.173]:36693 "EHLO mail-wi0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754854AbbGFNRU (ORCPT ); Mon, 6 Jul 2015 09:17:20 -0400 Message-ID: <1436188636.15124.0.camel@gmail.com> Subject: Re: [PATCH] mfd: qcom-rpm: Add apq8064 QDSS clock resource From: "Ivan T. Ivanov" To: Bjorn Andersson Cc: Lee Jones , Samuel Ortiz , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org Date: Mon, 06 Jul 2015 16:17:16 +0300 In-Reply-To: <1431959738-32220-1-git-send-email-ivan.ivanov@linaro.org> References: <1431959738-32220-1-git-send-email-ivan.ivanov@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.13.7-fta1.2~trusty Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1121 Lines: 33 On Mon, 2015-05-18 at 17:35 +0300, Ivan T. Ivanov wrote: > Qualcomm Debug Subsystem clock is used by CoreSight components. > Add required definitions for it. > > Signed-off-by: Ivan T. Ivanov ivanov@linaro.org> > --- > drivers/mfd/qcom_rpm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c > index eceb34f..313aeae 100644 > --- a/drivers/mfd/qcom_rpm.c > +++ b/drivers/mfd/qcom_rpm.c > @@ -149,6 +149,7 @@ static const struct qcom_rpm_resource apq8064_rpm_resource_table[] = { > [QCOM_RPM_USB_OTG_SWITCH] ={ 210, 125, 82, 1 }, > [QCOM_RPM_HDMI_SWITCH] ={ 211, 126, 83, 1 }, > [QCOM_RPM_DDR_DMM] ={ 212, 127, 84, 2 }, > + [QCOM_RPM_QDSS_CLK] ={ 214, 129, 7, 1 }, > [QCOM_RPM_VDDMIN_GPIO] ={ 215, 131, 89, 1 }, > }; Hi Bjorn, Could you take a look at this one? Thanks, Ivan -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/