From: Srinivas Kandagatla <srinivas.kandagatla-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
agross-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
Cc: jorge.ramirez-ortiz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH 2/4] arm64: dts: qcom: Add msm8916 I2C nodes.
Date: Fri, 09 Oct 2015 09:42:51 +0100 [thread overview]
Message-ID: <56177E0B.1050908@linaro.org> (raw)
In-Reply-To: <5616B353.9000207-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
On 08/10/15 19:17, Stephen Boyd wrote:
> On 10/08/2015 04:19 AM, Srinivas Kandagatla wrote:
>> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> index 85f7bee..d49ac37 100644
>> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> @@ -233,6 +233,22 @@
>> status = "disabled";
>> };
>>
>> + /* BLSP1 QUP2 */
>
> This comment is useless.
Absolutely.. :-)
will fix it in next version.
--srini
>
>> + blsp_i2c2: i2c@78b6000 {
>> + compatible = "qcom,i2c-qup-v2.2.1";
>> + reg = <0x78b6000 0x1000>;
>> + interrupts = <GIC_SPI 96 0>;
>>
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/4] arm64: dts: qcom: Add msm8916 I2C nodes.
Date: Fri, 09 Oct 2015 09:42:51 +0100 [thread overview]
Message-ID: <56177E0B.1050908@linaro.org> (raw)
In-Reply-To: <5616B353.9000207@codeaurora.org>
On 08/10/15 19:17, Stephen Boyd wrote:
> On 10/08/2015 04:19 AM, Srinivas Kandagatla wrote:
>> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> index 85f7bee..d49ac37 100644
>> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> @@ -233,6 +233,22 @@
>> status = "disabled";
>> };
>>
>> + /* BLSP1 QUP2 */
>
> This comment is useless.
Absolutely.. :-)
will fix it in next version.
--srini
>
>> + blsp_i2c2: i2c at 78b6000 {
>> + compatible = "qcom,i2c-qup-v2.2.1";
>> + reg = <0x78b6000 0x1000>;
>> + interrupts = <GIC_SPI 96 0>;
>>
>
WARNING: multiple messages have this Message-ID (diff)
From: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
To: Stephen Boyd <sboyd@codeaurora.org>,
linux-arm-msm@vger.kernel.org, agross@codeaurora.org
Cc: jorge.ramirez-ortiz@linaro.org, Rob Herring <robh+dt@kernel.org>,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/4] arm64: dts: qcom: Add msm8916 I2C nodes.
Date: Fri, 09 Oct 2015 09:42:51 +0100 [thread overview]
Message-ID: <56177E0B.1050908@linaro.org> (raw)
In-Reply-To: <5616B353.9000207@codeaurora.org>
On 08/10/15 19:17, Stephen Boyd wrote:
> On 10/08/2015 04:19 AM, Srinivas Kandagatla wrote:
>> diff --git a/arch/arm64/boot/dts/qcom/msm8916.dtsi b/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> index 85f7bee..d49ac37 100644
>> --- a/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> +++ b/arch/arm64/boot/dts/qcom/msm8916.dtsi
>> @@ -233,6 +233,22 @@
>> status = "disabled";
>> };
>>
>> + /* BLSP1 QUP2 */
>
> This comment is useless.
Absolutely.. :-)
will fix it in next version.
--srini
>
>> + blsp_i2c2: i2c@78b6000 {
>> + compatible = "qcom,i2c-qup-v2.2.1";
>> + reg = <0x78b6000 0x1000>;
>> + interrupts = <GIC_SPI 96 0>;
>>
>
next prev parent reply other threads:[~2015-10-09 8:42 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-08 11:18 [PATCH 0/4] arm64: dts: qcom: add support to LS and HS connectors Srinivas Kandagatla
2015-10-08 11:18 ` Srinivas Kandagatla
2015-10-08 11:19 ` [PATCH 1/4] arm64: dts: fix i2c pinconf sleep state function Srinivas Kandagatla
2015-10-08 11:19 ` Srinivas Kandagatla
2015-10-08 11:19 ` [PATCH 2/4] arm64: dts: qcom: Add msm8916 I2C nodes Srinivas Kandagatla
2015-10-08 11:19 ` Srinivas Kandagatla
2015-10-08 18:17 ` Stephen Boyd
2015-10-08 18:17 ` Stephen Boyd
[not found] ` <5616B353.9000207-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
2015-10-09 8:42 ` Srinivas Kandagatla [this message]
2015-10-09 8:42 ` Srinivas Kandagatla
2015-10-09 8:42 ` Srinivas Kandagatla
2015-10-08 11:19 ` [PATCH 3/4] arm64: dts: apq8016-sbc: enable i2c buses on LS and HS Srinivas Kandagatla
2015-10-08 11:19 ` Srinivas Kandagatla
2015-10-08 11:19 ` [PATCH 4/4] arm64: dts: apq8016-sbc: enable spi " Srinivas Kandagatla
2015-10-08 11:19 ` Srinivas Kandagatla
2015-10-08 18:16 ` Stephen Boyd
2015-10-08 18:16 ` Stephen Boyd
2015-10-09 8:42 ` Srinivas Kandagatla
2015-10-09 8:42 ` Srinivas Kandagatla
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56177E0B.1050908@linaro.org \
--to=srinivas.kandagatla-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=agross-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=jorge.ramirez-ortiz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-arm-msm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.