From: Georgi Djakov <gdjakov@mm-sol.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Kumar Gala <galak@codeaurora.org>,
Bjorn Andersson <bjorn.andersson@sonymobile.com>,
Andy Gross <agross@codeaurora.org>,
Rob Herring <robh+dt@kernel.org>,
Mark Rutland <mark.rutland@arm.com>,
Grant Likely <grant.likely@linaro.org>,
Stephen Boyd <sboyd@codeaurora.org>,
"Ivan T. Ivanov" <iivanov@mm-sol.com>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-arm-msm@vger.kernel.org" <linux-arm-msm@vger.kernel.org>
Subject: Re: [PATCH v4 4/4] pinctrl: qcom: Make the target processor value configurable
Date: Fri, 05 Sep 2014 10:20:57 +0300 [thread overview]
Message-ID: <54096459.7020201@mm-sol.com> (raw)
In-Reply-To: <CACRpkdZQouNk0z1AQHbjULJXdRK07-kZDXLcnx0Xayew0fnocA@mail.gmail.com>
On 09/04/2014 07:20 PM, Linus Walleij wrote:
> On Wed, Sep 3, 2014 at 6:28 PM, Georgi Djakov <gdjakov@mm-sol.com> wrote:
>
>> Currently the value used to specify that interrupts from the gpio should
>> be routed to the application processor is hardcoded for all Qualcomm SoCs.
>> But the new APQ8084 SoC uses a different value. To resolve this, we make
>> this value configurable for each SoC. For all existing SoCs we continue
>> to use the current value, and only for APQ8084 we use the new value.
>>
>> Suggested-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
>> Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
>> Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
>
> Patch applied.
>
> Yours,
> Linus Walleij
>
Thank you, Bjorn and Linus!
WARNING: multiple messages have this Message-ID (diff)
From: gdjakov@mm-sol.com (Georgi Djakov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 4/4] pinctrl: qcom: Make the target processor value configurable
Date: Fri, 05 Sep 2014 10:20:57 +0300 [thread overview]
Message-ID: <54096459.7020201@mm-sol.com> (raw)
In-Reply-To: <CACRpkdZQouNk0z1AQHbjULJXdRK07-kZDXLcnx0Xayew0fnocA@mail.gmail.com>
On 09/04/2014 07:20 PM, Linus Walleij wrote:
> On Wed, Sep 3, 2014 at 6:28 PM, Georgi Djakov <gdjakov@mm-sol.com> wrote:
>
>> Currently the value used to specify that interrupts from the gpio should
>> be routed to the application processor is hardcoded for all Qualcomm SoCs.
>> But the new APQ8084 SoC uses a different value. To resolve this, we make
>> this value configurable for each SoC. For all existing SoCs we continue
>> to use the current value, and only for APQ8084 we use the new value.
>>
>> Suggested-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
>> Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
>> Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com>
>
> Patch applied.
>
> Yours,
> Linus Walleij
>
Thank you, Bjorn and Linus!
next prev parent reply other threads:[~2014-09-05 7:20 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-03 16:28 [PATCH v4 0/4] pinctrl: qcom: Add APQ8084 pinctrl support Georgi Djakov
2014-09-03 16:28 ` Georgi Djakov
2014-09-03 16:28 ` [PATCH v4 1/4] " Georgi Djakov
2014-09-03 16:28 ` Georgi Djakov
2014-09-04 16:16 ` Linus Walleij
2014-09-04 16:16 ` Linus Walleij
2014-09-03 16:28 ` [PATCH v4 2/4] dt: Document Qualcomm APQ8084 pinctrl binding Georgi Djakov
2014-09-03 16:28 ` Georgi Djakov
2014-09-04 16:17 ` Linus Walleij
2014-09-04 16:17 ` Linus Walleij
2014-09-03 16:28 ` [PATCH v4 3/4] ARM: dts: qcom: Add TLMM DT node for APQ8084 Georgi Djakov
2014-09-03 16:28 ` Georgi Djakov
2014-09-04 16:18 ` Linus Walleij
2014-09-04 16:18 ` Linus Walleij
2014-09-03 16:28 ` [PATCH v4 4/4] pinctrl: qcom: Make the target processor value configurable Georgi Djakov
2014-09-03 16:28 ` Georgi Djakov
2014-09-04 16:20 ` Linus Walleij
2014-09-04 16:20 ` Linus Walleij
2014-09-05 7:20 ` Georgi Djakov [this message]
2014-09-05 7:20 ` Georgi Djakov
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=54096459.7020201@mm-sol.com \
--to=gdjakov@mm-sol.com \
--cc=agross@codeaurora.org \
--cc=bjorn.andersson@sonymobile.com \
--cc=devicetree@vger.kernel.org \
--cc=galak@codeaurora.org \
--cc=grant.likely@linaro.org \
--cc=iivanov@mm-sol.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=sboyd@codeaurora.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.