All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Cc: linux-kernel@vger.kernel.org, Stephen Boyd <sboyd@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v9 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller
Date: Mon, 12 Jul 2021 09:05:05 -0600	[thread overview]
Message-ID: <20210712150505.GA1930783@robh.at.kernel.org> (raw)
In-Reply-To: <1625368018-17505-3-git-send-email-hsin-hsiung.wang@mediatek.com>

On Sun, 04 Jul 2021 11:06:55 +0800, Hsin-Hsiung Wang wrote:
> This adds documentation for the SPMI controller found on Mediatek SoCs.
> 
> Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
> ---
> changes since v8:
> - Add MT8195 compatible name for spmi support.
> ---
>  .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      | 76 +++++++++++++++++++
>  1 file changed, 76 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.yaml
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Cc: linux-kernel@vger.kernel.org, Stephen Boyd <sboyd@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v9 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller
Date: Mon, 12 Jul 2021 09:05:05 -0600	[thread overview]
Message-ID: <20210712150505.GA1930783@robh.at.kernel.org> (raw)
In-Reply-To: <1625368018-17505-3-git-send-email-hsin-hsiung.wang@mediatek.com>

On Sun, 04 Jul 2021 11:06:55 +0800, Hsin-Hsiung Wang wrote:
> This adds documentation for the SPMI controller found on Mediatek SoCs.
> 
> Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
> ---
> changes since v8:
> - Add MT8195 compatible name for spmi support.
> ---
>  .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      | 76 +++++++++++++++++++
>  1 file changed, 76 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.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: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Cc: linux-kernel@vger.kernel.org, Stephen Boyd <sboyd@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	Project_Global_Chrome_Upstream_Group@mediatek.com,
	Matthias Brugger <matthias.bgg@gmail.com>,
	linux-mediatek@lists.infradead.org, srv_heupstream@mediatek.com,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v9 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller
Date: Mon, 12 Jul 2021 09:05:05 -0600	[thread overview]
Message-ID: <20210712150505.GA1930783@robh.at.kernel.org> (raw)
In-Reply-To: <1625368018-17505-3-git-send-email-hsin-hsiung.wang@mediatek.com>

On Sun, 04 Jul 2021 11:06:55 +0800, Hsin-Hsiung Wang wrote:
> This adds documentation for the SPMI controller found on Mediatek SoCs.
> 
> Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
> ---
> changes since v8:
> - Add MT8195 compatible name for spmi support.
> ---
>  .../bindings/spmi/mtk,spmi-mtk-pmif.yaml      | 76 +++++++++++++++++++
>  1 file changed, 76 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/spmi/mtk,spmi-mtk-pmif.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

  reply	other threads:[~2021-07-12 15:05 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-04  3:06 [PATCH v9 0/5] Add SPMI support for Mediatek SoC IC Hsin-Hsiung Wang
2021-07-04  3:06 ` Hsin-Hsiung Wang
2021-07-04  3:06 ` Hsin-Hsiung Wang
2021-07-04  3:06 ` [PATCH v9 1/5] dt-bindings: spmi: modify the constraint 'maxItems' to 'minItems' Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06 ` [PATCH v9 2/5] dt-bindings: spmi: document binding for the Mediatek SPMI controller Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-12 15:05   ` Rob Herring [this message]
2021-07-12 15:05     ` Rob Herring
2021-07-12 15:05     ` Rob Herring
2021-07-04  3:06 ` [PATCH v9 3/5] spmi: mediatek: Add support for MT6873/8192 Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06 ` [PATCH v9 4/5] spmi: mediatek: Add support for MT8195 Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06 ` [PATCH v9 5/5] arm64: dts: mt8192: add spmi node Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang
2021-07-04  3:06   ` Hsin-Hsiung Wang

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=20210712150505.GA1930783@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=Project_Global_Chrome_Upstream_Group@mediatek.com \
    --cc=devicetree@vger.kernel.org \
    --cc=hsin-hsiung.wang@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=robh+dt@kernel.org \
    --cc=sboyd@kernel.org \
    --cc=srv_heupstream@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.