From: Rob Herring <robh@kernel.org>
To: Zhiyong Tao <zhiyong.tao@mediatek.com>
Cc: sean.wang@mediatek.com, sean.wang@kernel.org,
hui.liu@mediatek.com, mark.rutland@arm.com,
eddie.huang@mediatek.com, linux-mediatek@lists.infradead.org,
linus.walleij@linaro.org, biao.huang@mediatek.com,
hongzhou.yang@mediatek.com, devicetree@vger.kernel.org,
robh+dt@kernel.org, seiya.wang@mediatek.com,
linux-kernel@vger.kernel.org, srv_heupstream@mediatek.com,
linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
jg_poxu@mediatek.com, matthias.bgg@gmail.com
Subject: Re: [PATCH v4 1/4] dt-bindings: pinctrl: mt8195: add pinctrl file and binding document
Date: Tue, 13 Apr 2021 11:28:12 -0500 [thread overview]
Message-ID: <20210413162812.GA1785746@robh.at.kernel.org> (raw)
In-Reply-To: <20210413055702.27535-2-zhiyong.tao@mediatek.com>
On Tue, 13 Apr 2021 13:56:59 +0800, Zhiyong Tao wrote:
> 1. This patch adds pinctrl file for mt8195.
> 2. This patch adds mt8195 compatible node in binding document.
>
> Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
> ---
> .../bindings/pinctrl/pinctrl-mt8195.yaml | 151 +++
> include/dt-bindings/pinctrl/mt8195-pinfunc.h | 962 ++++++++++++++++++
> 2 files changed, 1113 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
> create mode 100644 include/dt-bindings/pinctrl/mt8195-pinfunc.h
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Zhiyong Tao <zhiyong.tao@mediatek.com>
Cc: sean.wang@mediatek.com, sean.wang@kernel.org,
hui.liu@mediatek.com, mark.rutland@arm.com,
eddie.huang@mediatek.com, linux-mediatek@lists.infradead.org,
linus.walleij@linaro.org, biao.huang@mediatek.com,
hongzhou.yang@mediatek.com, devicetree@vger.kernel.org,
robh+dt@kernel.org, seiya.wang@mediatek.com,
linux-kernel@vger.kernel.org, srv_heupstream@mediatek.com,
linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
jg_poxu@mediatek.com, matthias.bgg@gmail.com
Subject: Re: [PATCH v4 1/4] dt-bindings: pinctrl: mt8195: add pinctrl file and binding document
Date: Tue, 13 Apr 2021 11:28:12 -0500 [thread overview]
Message-ID: <20210413162812.GA1785746@robh.at.kernel.org> (raw)
In-Reply-To: <20210413055702.27535-2-zhiyong.tao@mediatek.com>
On Tue, 13 Apr 2021 13:56:59 +0800, Zhiyong Tao wrote:
> 1. This patch adds pinctrl file for mt8195.
> 2. This patch adds mt8195 compatible node in binding document.
>
> Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
> ---
> .../bindings/pinctrl/pinctrl-mt8195.yaml | 151 +++
> include/dt-bindings/pinctrl/mt8195-pinfunc.h | 962 ++++++++++++++++++
> 2 files changed, 1113 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
> create mode 100644 include/dt-bindings/pinctrl/mt8195-pinfunc.h
>
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: Zhiyong Tao <zhiyong.tao@mediatek.com>
Cc: sean.wang@mediatek.com, sean.wang@kernel.org,
hui.liu@mediatek.com, mark.rutland@arm.com,
eddie.huang@mediatek.com, linux-mediatek@lists.infradead.org,
linus.walleij@linaro.org, biao.huang@mediatek.com,
hongzhou.yang@mediatek.com, devicetree@vger.kernel.org,
robh+dt@kernel.org, seiya.wang@mediatek.com,
linux-kernel@vger.kernel.org, srv_heupstream@mediatek.com,
linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org,
jg_poxu@mediatek.com, matthias.bgg@gmail.com
Subject: Re: [PATCH v4 1/4] dt-bindings: pinctrl: mt8195: add pinctrl file and binding document
Date: Tue, 13 Apr 2021 11:28:12 -0500 [thread overview]
Message-ID: <20210413162812.GA1785746@robh.at.kernel.org> (raw)
In-Reply-To: <20210413055702.27535-2-zhiyong.tao@mediatek.com>
On Tue, 13 Apr 2021 13:56:59 +0800, Zhiyong Tao wrote:
> 1. This patch adds pinctrl file for mt8195.
> 2. This patch adds mt8195 compatible node in binding document.
>
> Signed-off-by: Zhiyong Tao <zhiyong.tao@mediatek.com>
> ---
> .../bindings/pinctrl/pinctrl-mt8195.yaml | 151 +++
> include/dt-bindings/pinctrl/mt8195-pinfunc.h | 962 ++++++++++++++++++
> 2 files changed, 1113 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-mt8195.yaml
> create mode 100644 include/dt-bindings/pinctrl/mt8195-pinfunc.h
>
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-04-13 16:28 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-04-13 5:56 [PATCH v4 0/4] Mediatek pinctrl patch on mt8195 Zhiyong Tao
2021-04-13 5:56 ` Zhiyong Tao
2021-04-13 5:56 ` Zhiyong Tao
2021-04-13 5:56 ` [PATCH v4 1/4] dt-bindings: pinctrl: mt8195: add pinctrl file and binding document Zhiyong Tao
2021-04-13 5:56 ` Zhiyong Tao
2021-04-13 5:56 ` Zhiyong Tao
2021-04-13 16:28 ` Rob Herring [this message]
2021-04-13 16:28 ` Rob Herring
2021-04-13 16:28 ` Rob Herring
2021-04-13 5:57 ` [PATCH v4 2/4] pinctrl: add pinctrl driver on mt8195 Zhiyong Tao
2021-04-13 5:57 ` Zhiyong Tao
2021-04-20 3:46 ` Sean Wang
2021-04-20 3:46 ` Sean Wang
2021-04-20 3:46 ` Sean Wang
2021-04-13 5:57 ` [PATCH v4 3/4] pinctrl: add drive for I2C related pins on MT8195 Zhiyong Tao
2021-04-13 5:57 ` Zhiyong Tao
2021-04-13 5:57 ` Zhiyong Tao
2021-04-20 3:47 ` Sean Wang
2021-04-20 3:47 ` Sean Wang
2021-04-20 3:47 ` Sean Wang
2021-04-13 5:57 ` [PATCH v4 4/4] pinctrl: add rsel setting " Zhiyong Tao
2021-04-13 5:57 ` Zhiyong Tao
2021-04-13 5:57 ` Zhiyong Tao
2021-04-20 3:50 ` Sean Wang
2021-04-20 3:50 ` Sean Wang
2021-04-20 3:50 ` Sean Wang
2021-04-22 2:10 ` zhiyong tao
2021-04-22 2:10 ` zhiyong tao
2021-04-22 2:10 ` zhiyong tao
2021-04-21 23:51 ` [PATCH v4 0/4] Mediatek pinctrl patch on mt8195 Linus Walleij
2021-04-21 23:51 ` Linus Walleij
2021-04-21 23:51 ` Linus Walleij
2021-04-22 1:37 ` zhiyong tao
2021-04-22 1:37 ` zhiyong tao
2021-04-22 1:37 ` zhiyong tao
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=20210413162812.GA1785746@robh.at.kernel.org \
--to=robh@kernel.org \
--cc=biao.huang@mediatek.com \
--cc=devicetree@vger.kernel.org \
--cc=eddie.huang@mediatek.com \
--cc=hongzhou.yang@mediatek.com \
--cc=hui.liu@mediatek.com \
--cc=jg_poxu@mediatek.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=mark.rutland@arm.com \
--cc=matthias.bgg@gmail.com \
--cc=robh+dt@kernel.org \
--cc=sean.wang@kernel.org \
--cc=sean.wang@mediatek.com \
--cc=seiya.wang@mediatek.com \
--cc=srv_heupstream@mediatek.com \
--cc=zhiyong.tao@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.