From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH v2] mfd: qcom-rpm: Add apq8064 QDSS clock resource Date: Fri, 10 Jul 2015 07:55:21 +0100 Message-ID: <20150710065521.GC12199@x1> References: <1436348405-32293-1-git-send-email-ivan.ivanov@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-wg0-f44.google.com ([74.125.82.44]:34062 "EHLO mail-wg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752572AbbGJGz0 (ORCPT ); Fri, 10 Jul 2015 02:55:26 -0400 Received: by wgov12 with SMTP id v12so56667098wgo.1 for ; Thu, 09 Jul 2015 23:55:24 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1436348405-32293-1-git-send-email-ivan.ivanov@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: "Ivan T. Ivanov" Cc: Bjorn Andersson , Samuel Ortiz , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org On Wed, 08 Jul 2015, Ivan T. Ivanov wrote: > Qualcomm Debug Subsystem clock is used by CoreSight components. > Add required definitions for it. qcom_rpm_resource::status_id is > not used by driver, so just mark it as ~0. >=20 > Signed-off-by: Ivan T. Ivanov > --- >=20 > Changes since first version: >=20 > * Use ~0 initializer for status_id, this field is not used by driver. >=20 > drivers/mfd/qcom_rpm.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. > diff --git a/drivers/mfd/qcom_rpm.c b/drivers/mfd/qcom_rpm.c > index 12e3243..6afc9fa 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[] =3D { > [QCOM_RPM_USB_OTG_SWITCH] =3D { 210, 125, 82, 1 }, > [QCOM_RPM_HDMI_SWITCH] =3D { 211, 126, 83, 1 }, > [QCOM_RPM_DDR_DMM] =3D { 212, 127, 84, 2 }, > + [QCOM_RPM_QDSS_CLK] =3D { 214, ~0, 7, 1 }, > [QCOM_RPM_VDDMIN_GPIO] =3D { 215, 131, 89, 1 }, > }; >=20 --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog