All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	kernel@collabora.com,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	Sean Wang <sean.wang@mediatek.com>,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v1 1/4] dt-bindings: pinctrl: mt8192: Add wrapping node for pin configurations
Date: Tue, 19 Apr 2022 23:12:03 +0200	[thread overview]
Message-ID: <CACRpkdZj7CWNaqXx2+zUnGUgo=L+vqdrigbqqxMETBAnM9nYwA@mail.gmail.com> (raw)
In-Reply-To: <20220315211936.442708-2-nfraprado@collabora.com>

On Tue, Mar 15, 2022 at 10:20 PM Nícolas F. R. A. Prado
<nfraprado@collabora.com> 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>

This patch 1/4 applied to the pinctrl tree.

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: Linus Walleij <linus.walleij@linaro.org>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	kernel@collabora.com,
	 AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	 Matthias Brugger <matthias.bgg@gmail.com>,
	Sean Wang <sean.wang@mediatek.com>,
	 devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	 linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	 linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v1 1/4] dt-bindings: pinctrl: mt8192: Add wrapping node for pin configurations
Date: Tue, 19 Apr 2022 23:12:03 +0200	[thread overview]
Message-ID: <CACRpkdZj7CWNaqXx2+zUnGUgo=L+vqdrigbqqxMETBAnM9nYwA@mail.gmail.com> (raw)
In-Reply-To: <20220315211936.442708-2-nfraprado@collabora.com>

On Tue, Mar 15, 2022 at 10:20 PM Nícolas F. R. A. Prado
<nfraprado@collabora.com> 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>

This patch 1/4 applied to the pinctrl tree.

Yours,
Linus Walleij

_______________________________________________
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: Linus Walleij <linus.walleij@linaro.org>
To: "Nícolas F. R. A. Prado" <nfraprado@collabora.com>
Cc: Rob Herring <robh+dt@kernel.org>,
	kernel@collabora.com,
	 AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	 Matthias Brugger <matthias.bgg@gmail.com>,
	Sean Wang <sean.wang@mediatek.com>,
	 devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	 linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	 linux-mediatek@lists.infradead.org
Subject: Re: [PATCH v1 1/4] dt-bindings: pinctrl: mt8192: Add wrapping node for pin configurations
Date: Tue, 19 Apr 2022 23:12:03 +0200	[thread overview]
Message-ID: <CACRpkdZj7CWNaqXx2+zUnGUgo=L+vqdrigbqqxMETBAnM9nYwA@mail.gmail.com> (raw)
In-Reply-To: <20220315211936.442708-2-nfraprado@collabora.com>

On Tue, Mar 15, 2022 at 10:20 PM Nícolas F. R. A. Prado
<nfraprado@collabora.com> 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>

This patch 1/4 applied to the pinctrl tree.

Yours,
Linus Walleij

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2022-04-19 21:12 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
2022-03-23 18:51     ` Rob Herring
2022-03-23 18:51     ` Rob Herring
2022-04-19 21:12   ` Linus Walleij [this message]
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='CACRpkdZj7CWNaqXx2+zUnGUgo=L+vqdrigbqqxMETBAnM9nYwA@mail.gmail.com' \
    --to=linus.walleij@linaro.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=devicetree@vger.kernel.org \
    --cc=kernel@collabora.com \
    --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.