All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: Kewei Xu <kewei.xu@mediatek.com>
Cc: qii.wang@mediatek.com, qiangming.xia@mediatek.com,
	matthias.bgg@gmail.com, wsa@the-dreams.de,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	srv_heupstream@mediatek.com, linux-i2c@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, leilk.liu@mediatek.com,
	linux-mediatek@lists.infradead.org, robh+dt@kernel.org
Subject: Re: [PATCH 1/3] dt-bindings: i2c: update bindings for MT8195 SoC
Date: Fri, 18 Jun 2021 14:27:14 -0600	[thread overview]
Message-ID: <20210618202714.GA2821918@robh.at.kernel.org> (raw)
In-Reply-To: <1623122200-1896-2-git-send-email-kewei.xu@mediatek.com>

On Tue, 08 Jun 2021 11:16:38 +0800, Kewei Xu wrote:
> From: "Kewei.Xu" <kewei.xu@mediatek.com>
> 
> Add a DT binding documentation for the MT8195 soc.
> 
> Signed-off-by: Kewei.Xu <kewei.xu@mediatek.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Kewei Xu <kewei.xu@mediatek.com>
Cc: qii.wang@mediatek.com, qiangming.xia@mediatek.com,
	matthias.bgg@gmail.com, wsa@the-dreams.de,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	srv_heupstream@mediatek.com, linux-i2c@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, leilk.liu@mediatek.com,
	linux-mediatek@lists.infradead.org, robh+dt@kernel.org
Subject: Re: [PATCH 1/3] dt-bindings: i2c: update bindings for MT8195 SoC
Date: Fri, 18 Jun 2021 14:27:14 -0600	[thread overview]
Message-ID: <20210618202714.GA2821918@robh.at.kernel.org> (raw)
In-Reply-To: <1623122200-1896-2-git-send-email-kewei.xu@mediatek.com>

On Tue, 08 Jun 2021 11:16:38 +0800, Kewei Xu wrote:
> From: "Kewei.Xu" <kewei.xu@mediatek.com>
> 
> Add a DT binding documentation for the MT8195 soc.
> 
> Signed-off-by: Kewei.Xu <kewei.xu@mediatek.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-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: Kewei Xu <kewei.xu@mediatek.com>
Cc: qii.wang@mediatek.com, qiangming.xia@mediatek.com,
	matthias.bgg@gmail.com, wsa@the-dreams.de,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	srv_heupstream@mediatek.com, linux-i2c@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, leilk.liu@mediatek.com,
	linux-mediatek@lists.infradead.org, robh+dt@kernel.org
Subject: Re: [PATCH 1/3] dt-bindings: i2c: update bindings for MT8195 SoC
Date: Fri, 18 Jun 2021 14:27:14 -0600	[thread overview]
Message-ID: <20210618202714.GA2821918@robh.at.kernel.org> (raw)
In-Reply-To: <1623122200-1896-2-git-send-email-kewei.xu@mediatek.com>

On Tue, 08 Jun 2021 11:16:38 +0800, Kewei Xu wrote:
> From: "Kewei.Xu" <kewei.xu@mediatek.com>
> 
> Add a DT binding documentation for the MT8195 soc.
> 
> Signed-off-by: Kewei.Xu <kewei.xu@mediatek.com>
> ---
>  Documentation/devicetree/bindings/i2c/i2c-mt65xx.txt | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-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

  parent reply	other threads:[~2021-06-18 20:27 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-08  3:16 [PATCH 0/3] add i2c support for mt8195 Kewei Xu
2021-06-08  3:16 ` Kewei Xu
2021-06-08  3:16 ` Kewei Xu
2021-06-08  3:16 ` [PATCH 1/3] dt-bindings: i2c: update bindings for MT8195 SoC Kewei Xu
2021-06-08  3:16   ` Kewei Xu
2021-06-08  3:16   ` Kewei Xu
2021-06-08 13:59   ` Matthias Brugger
2021-06-08 13:59     ` Matthias Brugger
2021-06-08 13:59     ` Matthias Brugger
2021-06-18 20:27   ` Rob Herring [this message]
2021-06-18 20:27     ` Rob Herring
2021-06-18 20:27     ` Rob Herring
2021-06-08  3:16 ` [PATCH 2/3] i2c: mediatek: Dump i2c/dma register when a timeout occurs Kewei Xu
2021-06-08  3:16   ` Kewei Xu
2021-06-08  3:16   ` Kewei Xu
2021-06-08 14:01   ` Matthias Brugger
2021-06-08 14:01     ` Matthias Brugger
2021-06-08 14:01     ` Matthias Brugger
2021-06-09  2:43     ` Kewei Xu
2021-06-09  2:43       ` Kewei Xu
2021-06-09  2:43       ` Kewei Xu
2021-06-29  4:19       ` Tzung-Bi Shih
2021-06-29  4:19         ` Tzung-Bi Shih
2021-06-29  4:19         ` Tzung-Bi Shih
2021-06-29 12:12         ` Kewei Xu
2021-06-29 12:12           ` Kewei Xu
2021-06-29 12:12           ` Kewei Xu
2021-06-08  3:16 ` [PATCH 3/3] i2c: mediatek: Reset the handshake signal between i2c and dma Kewei Xu
2021-06-08  3:16   ` Kewei Xu
2021-06-08  3:16   ` Kewei Xu

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=20210618202714.GA2821918@robh.at.kernel.org \
    --to=robh@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kewei.xu@mediatek.com \
    --cc=leilk.liu@mediatek.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-i2c@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=matthias.bgg@gmail.com \
    --cc=qiangming.xia@mediatek.com \
    --cc=qii.wang@mediatek.com \
    --cc=robh+dt@kernel.org \
    --cc=srv_heupstream@mediatek.com \
    --cc=wsa@the-dreams.de \
    /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.