From: Rob Herring <robh@kernel.org>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-mediatek@lists.infradead.org,
Linus Walleij <linus.walleij@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
kernel@collabora.com, linux-kernel@vger.kernel.org,
Sean Wang <sean.wang@mediatek.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>
Subject: Re: [PATCH v1 1/4] dt-bindings: pinctrl: mt8192: Add wrapping node for pin configurations
Date: Wed, 23 Mar 2022 13:51:38 -0500 [thread overview]
Message-ID: <YjtsOs5ALNhbdUN+@robh.at.kernel.org> (raw)
In-Reply-To: <20220315211936.442708-2-nfraprado@collabora.com>
On Tue, 15 Mar 2022 17:19:33 -0400, Nícolas F. R. A. Prado wrote:
> On mt8192, the pinctrl node has pinctrl groups to group pin
> configurations. Each pinctrl group contains one or more pinmux subnodes
> to list needed pins and their configurations. By supporting multiple
> subnodes, we can configure different pin characteristics
> (driving/pull-up/pull-down/etc.) in a pinctrl group.
>
> Update the mt8192 pinctrl dt-binding to add the missing pinctrl group
> node that wraps the pinmux subnodes and update the example at the end.
> While at it, also remove the example embedded in the description since
> it is redundant to the already supplied example at the end.
>
> This same change was done for mt8195 in commit 79dcd4e840cc ("dt-bindings:
> pinctrl: mt8195: add wrapping node of pin configurations").
>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
>
> ---
>
> .../bindings/pinctrl/pinctrl-mt8192.yaml | 92 ++++++++++---------
> 1 file changed, 47 insertions(+), 45 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-mediatek@lists.infradead.org,
Linus Walleij <linus.walleij@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
kernel@collabora.com, linux-kernel@vger.kernel.org,
Sean Wang <sean.wang@mediatek.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>
Subject: Re: [PATCH v1 1/4] dt-bindings: pinctrl: mt8192: Add wrapping node for pin configurations
Date: Wed, 23 Mar 2022 13:51:38 -0500 [thread overview]
Message-ID: <YjtsOs5ALNhbdUN+@robh.at.kernel.org> (raw)
In-Reply-To: <20220315211936.442708-2-nfraprado@collabora.com>
On Tue, 15 Mar 2022 17:19:33 -0400, Nícolas F. R. A. Prado wrote:
> On mt8192, the pinctrl node has pinctrl groups to group pin
> configurations. Each pinctrl group contains one or more pinmux subnodes
> to list needed pins and their configurations. By supporting multiple
> subnodes, we can configure different pin characteristics
> (driving/pull-up/pull-down/etc.) in a pinctrl group.
>
> Update the mt8192 pinctrl dt-binding to add the missing pinctrl group
> node that wraps the pinmux subnodes and update the example at the end.
> While at it, also remove the example embedded in the description since
> it is redundant to the already supplied example at the end.
>
> This same change was done for mt8195 in commit 79dcd4e840cc ("dt-bindings:
> pinctrl: mt8195: add wrapping node of pin configurations").
>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
>
> ---
>
> .../bindings/pinctrl/pinctrl-mt8192.yaml | 92 ++++++++++---------
> 1 file changed, 47 insertions(+), 45 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Cc: linux-gpio@vger.kernel.org, devicetree@vger.kernel.org,
linux-mediatek@lists.infradead.org,
Linus Walleij <linus.walleij@linaro.org>,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Rob Herring <robh+dt@kernel.org>,
kernel@collabora.com, linux-kernel@vger.kernel.org,
Sean Wang <sean.wang@mediatek.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>
Subject: Re: [PATCH v1 1/4] dt-bindings: pinctrl: mt8192: Add wrapping node for pin configurations
Date: Wed, 23 Mar 2022 13:51:38 -0500 [thread overview]
Message-ID: <YjtsOs5ALNhbdUN+@robh.at.kernel.org> (raw)
In-Reply-To: <20220315211936.442708-2-nfraprado@collabora.com>
On Tue, 15 Mar 2022 17:19:33 -0400, Nícolas F. R. A. Prado wrote:
> On mt8192, the pinctrl node has pinctrl groups to group pin
> configurations. Each pinctrl group contains one or more pinmux subnodes
> to list needed pins and their configurations. By supporting multiple
> subnodes, we can configure different pin characteristics
> (driving/pull-up/pull-down/etc.) in a pinctrl group.
>
> Update the mt8192 pinctrl dt-binding to add the missing pinctrl group
> node that wraps the pinmux subnodes and update the example at the end.
> While at it, also remove the example embedded in the description since
> it is redundant to the already supplied example at the end.
>
> This same change was done for mt8195 in commit 79dcd4e840cc ("dt-bindings:
> pinctrl: mt8195: add wrapping node of pin configurations").
>
> Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>
>
> ---
>
> .../bindings/pinctrl/pinctrl-mt8192.yaml | 92 ++++++++++---------
> 1 file changed, 47 insertions(+), 45 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2022-03-23 18:51 UTC|newest]
Thread overview: 57+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-15 21:19 [PATCH v1 0/4] dt-bindings: pinctrl: mt8192: Add missing wrapping node and properties Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-15 21:19 ` [PATCH v1 1/4] dt-bindings: pinctrl: mt8192: Add wrapping node for pin configurations Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-23 18:51 ` Rob Herring [this message]
2022-03-23 18:51 ` Rob Herring
2022-03-23 18:51 ` Rob Herring
2022-04-19 21:12 ` Linus Walleij
2022-04-19 21:12 ` Linus Walleij
2022-04-19 21:12 ` Linus Walleij
2022-03-15 21:19 ` [PATCH v1 2/4] dt-bindings: pinctrl: mt8192: Add mediatek,drive-strength-adv property Nícolas F. R. A. Prado
2022-03-15 21:19 ` [PATCH v1 2/4] dt-bindings: pinctrl: mt8192: Add mediatek, drive-strength-adv property Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-16 8:39 ` [PATCH v1 2/4] dt-bindings: pinctrl: mt8192: Add mediatek,drive-strength-adv property AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-23 18:53 ` Rob Herring
2022-03-23 18:53 ` Rob Herring
2022-03-23 18:53 ` Rob Herring
2022-04-19 21:13 ` Linus Walleij
2022-04-19 21:13 ` Linus Walleij
2022-04-19 21:13 ` Linus Walleij
2022-03-15 21:19 ` [PATCH v1 3/4] dt-bindings: pinctrl: mt8192: Add mediatek,pull-up-adv property Nícolas F. R. A. Prado
2022-03-15 21:19 ` [PATCH v1 3/4] dt-bindings: pinctrl: mt8192: Add mediatek, pull-up-adv property Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-16 8:39 ` [PATCH v1 3/4] dt-bindings: pinctrl: mt8192: Add mediatek,pull-up-adv property AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-23 18:53 ` Rob Herring
2022-03-23 18:53 ` Rob Herring
2022-03-23 18:53 ` Rob Herring
2022-04-19 21:14 ` Linus Walleij
2022-04-19 21:14 ` Linus Walleij
2022-04-19 21:14 ` Linus Walleij
2022-03-15 21:19 ` [PATCH v1 4/4] dt-bindings: pinctrl: mt8192: Add gpio-line-names property Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-15 21:19 ` Nícolas F. R. A. Prado
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-16 8:39 ` AngeloGioacchino Del Regno
2022-03-23 18:54 ` Rob Herring
2022-03-23 18:54 ` Rob Herring
2022-03-23 18:54 ` Rob Herring
2022-04-19 21:15 ` Linus Walleij
2022-04-19 21:15 ` Linus Walleij
2022-04-19 21:15 ` Linus Walleij
2022-03-16 8:49 ` [PATCH v1 0/4] dt-bindings: pinctrl: mt8192: Add missing wrapping node and properties AngeloGioacchino Del Regno
2022-03-16 8:49 ` AngeloGioacchino Del Regno
2022-03-16 8:49 ` AngeloGioacchino Del Regno
2022-04-04 16:02 ` Nícolas F. R. A. Prado
2022-04-04 16:02 ` Nícolas F. R. A. Prado
2022-04-04 16:02 ` Nícolas F. R. A. Prado
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=YjtsOs5ALNhbdUN+@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=devicetree@vger.kernel.org \
--cc=kernel@collabora.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=matthias.bgg@gmail.com \
--cc=nfraprado@collabora.com \
--cc=robh+dt@kernel.org \
--cc=sean.wang@mediatek.com \
/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.