Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755177AbbGFUeJ (ORCPT ); Mon, 6 Jul 2015 16:34:09 -0400 Received: from seldrel01.sonyericsson.com ([37.139.156.2]:15751 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984AbbGFUeE (ORCPT ); Mon, 6 Jul 2015 16:34:04 -0400 Date: Mon, 6 Jul 2015 13:33:59 -0700 From: Bjorn Andersson To: "Ivan T. Ivanov" CC: Lee Jones , Samuel Ortiz , "linux-kernel@vger.kernel.org" , "linux-arm-msm@vger.kernel.org" Subject: Re: [PATCH] mfd: qcom-rpm: Add apq8064 QDSS clock resource Message-ID: <20150706203359.GA20663@sonymobile.com> References: <1431959738-32220-1-git-send-email-ivan.ivanov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <1431959738-32220-1-git-send-email-ivan.ivanov@linaro.org> User-Agent: Mutt/1.5.22 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1543 Lines: 44 On Mon 18 May 07:35 PDT 2015, Ivan T. Ivanov wrote: > Qualcomm Debug Subsystem clock is used by CoreSight components. > Add required definitions for it. > > Signed-off-by: Ivan T. Ivanov Sorry for the slow response Ivan. > --- > 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 }, 214, 7 and 1 are correct. But as far as I can see in my tables the QDSS clock doesn't have any status (129 seems to be EBI1_CH0_RANGE). The status_id was originally included because I was reading it and I saw that Srinivas has some code that reads it, but unless it shows to be useful we should probably just drop that entire column... But for now please mark it as -1 or so and we can have a chat with Srinivas on dropping the column later. > [QCOM_RPM_VDDMIN_GPIO] = { 215, 131, 89, 1 }, > }; > Regards, Bjorn -- 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/