From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Konrad Dybcio <konrad.dybcio@somainline.org>
Cc: phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht,
martin.botka@somainline.org,
angelogioacchino.delregno@somainline.org,
marijn.suijten@somainline.org, Andy Gross <agross@kernel.org>,
Rob Herring <robh+dt@kernel.org>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] pinctrl: pmic-mpp: Add missing dt-bindings mpp function defs
Date: Tue, 3 Aug 2021 18:30:37 -0500 [thread overview]
Message-ID: <YQnRnUsrRfNh+WbB@builder.lan> (raw)
In-Reply-To: <20210225213605.117201-1-konrad.dybcio@somainline.org>
On Thu 25 Feb 15:36 CST 2021, Konrad Dybcio wrote:
> From: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
>
> The pinctrl-spmi-mpp driver supports setting more mpp functions
> than the ones defined in the dt-bindings header, specifically,
> digital, analog and sink.
>
> To follow the current way of specifying the function config
> in Device-Tree, add the missing three definitions in the
> appropriate dt-bindings header as:
> GPIO_MPP_FUNC_{DIGITAL,ANALOG,SINK}.
>
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
I noticed that this has not been picked up yet.
As changes to these files typically goes through the respective
maintainer's tree I think it would be good if you pick up the acks and
resend them.
Also patch 1 and 2 has no real relationship, and per above request would
be picked by two different maintainers, so please post them separately
instead.
PS. I merged the Tone dts using the strings instead of the defines
(which I still prefer over using these defines).
Regards,
Bjorn
> ---
> include/dt-bindings/pinctrl/qcom,pmic-mpp.h | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/include/dt-bindings/pinctrl/qcom,pmic-mpp.h b/include/dt-bindings/pinctrl/qcom,pmic-mpp.h
> index 32e66ee7e830..3cdca7ee1b3f 100644
> --- a/include/dt-bindings/pinctrl/qcom,pmic-mpp.h
> +++ b/include/dt-bindings/pinctrl/qcom,pmic-mpp.h
> @@ -98,6 +98,9 @@
> /* To be used with "function" */
> #define PMIC_MPP_FUNC_NORMAL "normal"
> #define PMIC_MPP_FUNC_PAIRED "paired"
> +#define PMIC_MPP_FUNC_DIGITAL "digital"
> +#define PMIC_MPP_FUNC_ANALOG "analog"
> +#define PMIC_MPP_FUNC_SINK "sink"
> #define PMIC_MPP_FUNC_DTEST1 "dtest1"
> #define PMIC_MPP_FUNC_DTEST2 "dtest2"
> #define PMIC_MPP_FUNC_DTEST3 "dtest3"
> --
> 2.30.1
>
prev parent reply other threads:[~2021-08-03 23:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-25 21:36 [PATCH 1/2] pinctrl: pmic-mpp: Add missing dt-bindings mpp function defs Konrad Dybcio
2021-02-25 21:36 ` [PATCH 2/2] iio: qcom-spmi-vadc: Add definitions for USB DP/DM VADCs Konrad Dybcio
2021-03-06 21:21 ` Rob Herring
2021-03-06 21:21 ` [PATCH 1/2] pinctrl: pmic-mpp: Add missing dt-bindings mpp function defs Rob Herring
2021-03-11 0:03 ` Bjorn Andersson
2021-08-03 23:30 ` Bjorn Andersson [this message]
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=YQnRnUsrRfNh+WbB@builder.lan \
--to=bjorn.andersson@linaro.org \
--cc=agross@kernel.org \
--cc=angelogioacchino.delregno@somainline.org \
--cc=devicetree@vger.kernel.org \
--cc=konrad.dybcio@somainline.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marijn.suijten@somainline.org \
--cc=martin.botka@somainline.org \
--cc=phone-devel@vger.kernel.org \
--cc=robh+dt@kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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.