From: Rob Herring <robh@kernel.org>
To: Sam Shih <sam.shih@mediatek.com>
Cc: Ryder Lee <Ryder.Lee@mediatek.com>,
John Crispin <john@phrozen.org>,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>,
Sean Wang <sean.wang@kernel.org>
Subject: Re: [PATCH v8 1/4] dt-bindings: pinctrl: update bindings for MT7986 SoC
Date: Mon, 18 Oct 2021 11:45:41 -0500 [thread overview]
Message-ID: <YW2ktTdHivBGbkwW@robh.at.kernel.org> (raw)
In-Reply-To: <20211018114739.14026-2-sam.shih@mediatek.com>
On Mon, 18 Oct 2021 19:47:36 +0800, Sam Shih wrote:
> This updates bindings for MT7986 pinctrl driver. The
> difference of pinctrl between mt7986a and mt7986b is that pin-41 to
> pin-65 do not exist on mt7986b
>
> Signed-off-by: Sam Shih <sam.shih@mediatek.com>
>
> ---
> v8: fixed uart node in yaml dts example
> v7: updated pinctcl node binding description, and separate pinctrl
> part into a single patch series
>
> Original thread:
> https://lore.kernel.org/all/8348ed3e-c561-ad7e-fe9e-a31ed346d8d0@gmail.com/
>
> v6: fixed yamllint warnings/errors v2
> v5: fixed yamllint warnings/errors v1
> v4: used yaml format instead of txt format document
> v3: make mt7986 pinctrl bindings as a separate file
> v2: deleted the redundant description of mt7986a/mt7986b
> ---
> .../pinctrl/mediatek,mt7986-pinctrl.yaml | 363 ++++++++++++++++++
> 1 file changed, 363 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Sam Shih <sam.shih@mediatek.com>
Cc: Ryder Lee <Ryder.Lee@mediatek.com>,
John Crispin <john@phrozen.org>,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>,
Sean Wang <sean.wang@kernel.org>
Subject: Re: [PATCH v8 1/4] dt-bindings: pinctrl: update bindings for MT7986 SoC
Date: Mon, 18 Oct 2021 11:45:41 -0500 [thread overview]
Message-ID: <YW2ktTdHivBGbkwW@robh.at.kernel.org> (raw)
In-Reply-To: <20211018114739.14026-2-sam.shih@mediatek.com>
On Mon, 18 Oct 2021 19:47:36 +0800, Sam Shih wrote:
> This updates bindings for MT7986 pinctrl driver. The
> difference of pinctrl between mt7986a and mt7986b is that pin-41 to
> pin-65 do not exist on mt7986b
>
> Signed-off-by: Sam Shih <sam.shih@mediatek.com>
>
> ---
> v8: fixed uart node in yaml dts example
> v7: updated pinctcl node binding description, and separate pinctrl
> part into a single patch series
>
> Original thread:
> https://lore.kernel.org/all/8348ed3e-c561-ad7e-fe9e-a31ed346d8d0@gmail.com/
>
> v6: fixed yamllint warnings/errors v2
> v5: fixed yamllint warnings/errors v1
> v4: used yaml format instead of txt format document
> v3: make mt7986 pinctrl bindings as a separate file
> v2: deleted the redundant description of mt7986a/mt7986b
> ---
> .../pinctrl/mediatek,mt7986-pinctrl.yaml | 363 ++++++++++++++++++
> 1 file changed, 363 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml
>
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: Sam Shih <sam.shih@mediatek.com>
Cc: Ryder Lee <Ryder.Lee@mediatek.com>,
John Crispin <john@phrozen.org>,
linux-mediatek@lists.infradead.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
Matthias Brugger <matthias.bgg@gmail.com>,
Linus Walleij <linus.walleij@linaro.org>,
linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
Rob Herring <robh+dt@kernel.org>,
Sean Wang <sean.wang@kernel.org>
Subject: Re: [PATCH v8 1/4] dt-bindings: pinctrl: update bindings for MT7986 SoC
Date: Mon, 18 Oct 2021 11:45:41 -0500 [thread overview]
Message-ID: <YW2ktTdHivBGbkwW@robh.at.kernel.org> (raw)
In-Reply-To: <20211018114739.14026-2-sam.shih@mediatek.com>
On Mon, 18 Oct 2021 19:47:36 +0800, Sam Shih wrote:
> This updates bindings for MT7986 pinctrl driver. The
> difference of pinctrl between mt7986a and mt7986b is that pin-41 to
> pin-65 do not exist on mt7986b
>
> Signed-off-by: Sam Shih <sam.shih@mediatek.com>
>
> ---
> v8: fixed uart node in yaml dts example
> v7: updated pinctcl node binding description, and separate pinctrl
> part into a single patch series
>
> Original thread:
> https://lore.kernel.org/all/8348ed3e-c561-ad7e-fe9e-a31ed346d8d0@gmail.com/
>
> v6: fixed yamllint warnings/errors v2
> v5: fixed yamllint warnings/errors v1
> v4: used yaml format instead of txt format document
> v3: make mt7986 pinctrl bindings as a separate file
> v2: deleted the redundant description of mt7986a/mt7986b
> ---
> .../pinctrl/mediatek,mt7986-pinctrl.yaml | 363 ++++++++++++++++++
> 1 file changed, 363 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt7986-pinctrl.yaml
>
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:[~2021-10-18 16:45 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-18 11:47 [PATCH v8 0/4] Mediatek MT7986 pinctrl support Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 11:47 ` [PATCH v8 1/4] dt-bindings: pinctrl: update bindings for MT7986 SoC Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 16:45 ` Rob Herring [this message]
2021-10-18 16:45 ` Rob Herring
2021-10-18 16:45 ` Rob Herring
2021-10-18 11:47 ` [PATCH v8 2/4] pinctrl: mediatek: add support " Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 22:36 ` Sean Wang
2021-10-18 22:36 ` Sean Wang
2021-10-18 22:36 ` Sean Wang
2021-10-18 11:47 ` [PATCH v8 3/4] arm64: dts: mediatek: add pinctrl support for mt7986a Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 11:47 ` [PATCH v8 4/4] arm64: dts: mediatek: add pinctrl support for mt7986b Sam Shih
2021-10-18 11:47 ` Sam Shih
2021-10-18 11:47 ` Sam Shih
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=YW2ktTdHivBGbkwW@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=Ryder.Lee@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=john@phrozen.org \
--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=robh+dt@kernel.org \
--cc=sam.shih@mediatek.com \
--cc=sean.wang@kernel.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.