All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Hui Liu <hui.liu@mediatek.com>
Cc: jianguo.zhang@mediatek.com, krzysztof.kozlowski+dt@linaro.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-mediatek@lists.infradead.org, linus.walleij@linaro.org,
	robh+dt@kernel.org, linux-gpio@vger.kernel.org,
	matthias.bgg@gmail.com, zhiyong.tao@mediatek.com,
	sean.wang@mediatek.com,
	Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [PATCH v5 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188
Date: Wed, 3 Aug 2022 16:35:56 -0600	[thread overview]
Message-ID: <20220803223556.GA2743930-robh@kernel.org> (raw)
In-Reply-To: <20220801095215.10876-2-hui.liu@mediatek.com>

On Mon, 01 Aug 2022 17:52:14 +0800, Hui Liu wrote:
> From: "Hui.Liu" <hui.liu@mediatek.com>
> 
> Add the pinctrl header file on MediaTek mt8188.
> Add the new binding document for pinctrl on MediaTek mt8188.
> 
> Signed-off-by: Hui.Liu <hui.liu@mediatek.com>
> ---
>  .../pinctrl/mediatek,mt8188-pinctrl.yaml      |  226 +++
>  .../pinctrl/mediatek,mt8188-pinfunc.h         | 1280 +++++++++++++++++
>  2 files changed, 1506 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8188-pinctrl.yaml
>  create mode 100644 include/dt-bindings/pinctrl/mediatek,mt8188-pinfunc.h
> 

Reviewed-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Hui Liu <hui.liu@mediatek.com>
Cc: jianguo.zhang@mediatek.com, krzysztof.kozlowski+dt@linaro.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-mediatek@lists.infradead.org, linus.walleij@linaro.org,
	robh+dt@kernel.org, linux-gpio@vger.kernel.org,
	matthias.bgg@gmail.com, zhiyong.tao@mediatek.com,
	sean.wang@mediatek.com,
	Project_Global_Chrome_Upstream_Group@mediatek.com
Subject: Re: [PATCH v5 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188
Date: Wed, 3 Aug 2022 16:35:56 -0600	[thread overview]
Message-ID: <20220803223556.GA2743930-robh@kernel.org> (raw)
In-Reply-To: <20220801095215.10876-2-hui.liu@mediatek.com>

On Mon, 01 Aug 2022 17:52:14 +0800, Hui Liu wrote:
> From: "Hui.Liu" <hui.liu@mediatek.com>
> 
> Add the pinctrl header file on MediaTek mt8188.
> Add the new binding document for pinctrl on MediaTek mt8188.
> 
> Signed-off-by: Hui.Liu <hui.liu@mediatek.com>
> ---
>  .../pinctrl/mediatek,mt8188-pinctrl.yaml      |  226 +++
>  .../pinctrl/mediatek,mt8188-pinfunc.h         | 1280 +++++++++++++++++
>  2 files changed, 1506 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/mediatek,mt8188-pinctrl.yaml
>  create mode 100644 include/dt-bindings/pinctrl/mediatek,mt8188-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

  reply	other threads:[~2022-08-03 22:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-01  9:52 [PATCH v5 0/2] MediaTek pinctrl patch on mt8188 Hui Liu
2022-08-01  9:52 ` Hui Liu
2022-08-01  9:52 ` [PATCH v5 1/2] dt-bindings: pinctrl: mediatek: add support for mt8188 Hui Liu
2022-08-01  9:52   ` Hui Liu
2022-08-03 22:35   ` Rob Herring [this message]
2022-08-03 22:35     ` Rob Herring
2022-08-01  9:52 ` [PATCH v5 2/2] pinctrl: mediatek: add mt8188 driver Hui Liu
2022-08-17  8:23   ` hui.liu
2022-08-17 19:55   ` Nícolas F. R. A. Prado
2022-08-17 19:55     ` Nícolas F. R. A. Prado
2022-08-18  2:49     ` hui.liu
2022-08-18  2:49       ` hui.liu

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=20220803223556.GA2743930-robh@kernel.org \
    --to=robh@kernel.org \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hui.liu@mediatek.com \
    --cc=jianguo.zhang@mediatek.com \
    --cc=krzysztof.kozlowski+dt@linaro.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=sean.wang@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.