From: Wolfram Sang <wsa@kernel.org>
To: Daniel Golle <daniel@makrotopia.org>
Cc: linux-i2c@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Qii Wang <qii.wang@mediatek.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Sam Shih <sam.shih@mediatek.com>
Subject: Re: [PATCH v3 2/2] i2c: mediatek: add support for MT7981 SoC
Date: Thu, 13 Apr 2023 18:40:53 +0200 [thread overview]
Message-ID: <ZDgwlY2kR9CCRV4h@sai> (raw)
In-Reply-To: <7b5c6ba8da51ea6145fb71815a2f65a9e1d341c1.1680857025.git.daniel@makrotopia.org>
[-- Attachment #1: Type: text/plain, Size: 397 bytes --]
On Mon, Apr 10, 2023 at 05:19:38PM +0100, Daniel Golle wrote:
> Add support for the I2C units found in the MediaTek MT7981 and MT7988
> SoCs. Just like other recent MediaTek I2C units that also uses v3
> register offsets (which differ from v2 only by OFFSET_SLAVE_ADDR being
> 0x94 instead of 0x4).
>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Applied to for-next, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Wolfram Sang <wsa@kernel.org>
To: Daniel Golle <daniel@makrotopia.org>
Cc: linux-i2c@vger.kernel.org, linux-mediatek@lists.infradead.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, devicetree@vger.kernel.org,
Qii Wang <qii.wang@mediatek.com>,
Rob Herring <robh+dt@kernel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Matthias Brugger <matthias.bgg@gmail.com>,
Sam Shih <sam.shih@mediatek.com>
Subject: Re: [PATCH v3 2/2] i2c: mediatek: add support for MT7981 SoC
Date: Thu, 13 Apr 2023 18:40:53 +0200 [thread overview]
Message-ID: <ZDgwlY2kR9CCRV4h@sai> (raw)
In-Reply-To: <7b5c6ba8da51ea6145fb71815a2f65a9e1d341c1.1680857025.git.daniel@makrotopia.org>
[-- Attachment #1.1: Type: text/plain, Size: 397 bytes --]
On Mon, Apr 10, 2023 at 05:19:38PM +0100, Daniel Golle wrote:
> Add support for the I2C units found in the MediaTek MT7981 and MT7988
> SoCs. Just like other recent MediaTek I2C units that also uses v3
> register offsets (which differ from v2 only by OFFSET_SLAVE_ADDR being
> 0x94 instead of 0x4).
>
> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Applied to for-next, thanks!
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
[-- Attachment #2: Type: text/plain, Size: 176 bytes --]
_______________________________________________
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:[~2023-04-13 16:41 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-10 16:19 [PATCH v3 0/2] i2c: i2c-mt65xx: add support for MT7981 Daniel Golle
2023-04-10 16:19 ` Daniel Golle
2023-04-10 16:19 ` [PATCH v3 1/2] dt-bindings: i2c: i2c-mt65xx: add MediaTek MT7981 SoC Daniel Golle
2023-04-10 16:19 ` Daniel Golle
2023-04-11 5:53 ` Krzysztof Kozlowski
2023-04-11 5:53 ` Krzysztof Kozlowski
2023-04-11 8:16 ` AngeloGioacchino Del Regno
2023-04-11 8:16 ` AngeloGioacchino Del Regno
2023-04-13 16:40 ` Wolfram Sang
2023-04-13 16:40 ` Wolfram Sang
2023-04-10 16:19 ` [PATCH v3 2/2] i2c: mediatek: add support for " Daniel Golle
2023-04-10 16:19 ` Daniel Golle
2023-04-11 8:16 ` AngeloGioacchino Del Regno
2023-04-11 8:16 ` AngeloGioacchino Del Regno
2023-04-11 8:31 ` Alexandre Mergnat
2023-04-11 8:31 ` Alexandre Mergnat
2023-04-13 16:40 ` Wolfram Sang [this message]
2023-04-13 16:40 ` Wolfram Sang
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=ZDgwlY2kR9CCRV4h@sai \
--to=wsa@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=daniel@makrotopia.org \
--cc=devicetree@vger.kernel.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--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=qii.wang@mediatek.com \
--cc=robh+dt@kernel.org \
--cc=sam.shih@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.