All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V1 0/2] add i2c support for mt8188
@ 2022-07-07  5:46 ` Kewei Xu
  0 siblings, 0 replies; 16+ messages in thread
From: Kewei Xu @ 2022-07-07  5:46 UTC (permalink / raw)
  To: wsa
  Cc: matthias.bgg, robh+dt, linux-i2c, devicetree, linux-arm-kernel,
	linux-kernel, linux-mediatek, srv_heupstream, leilk.liu,
	qii.wang, liguo.zhang, caiyu.chen, housong.zhang, yuhan.wei,
	kewei.xu, david-yh.chiu, liju-clr.chen

Kewei Xu (2):
  dt-bindings: i2c: update bindings for MT8188 SoC
  i2c: mediatek: Add i2c compatible for Mediatek MT8188

 .../devicetree/bindings/i2c/i2c-mt65xx.yaml   |  1 +
 drivers/i2c/busses/i2c-mt65xx.c               | 41 ++++++++++++++++++-
 2 files changed, 40 insertions(+), 2 deletions(-)

--
2.18.0


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH V2 0/2] add i2c support for mt8188
@ 2022-07-08  2:18 Kewei Xu
  2022-07-08  2:18   ` Kewei Xu
  0 siblings, 1 reply; 16+ messages in thread
From: Kewei Xu @ 2022-07-08  2:18 UTC (permalink / raw)
  To: wsa
  Cc: matthias.bgg, robh+dt, linux-i2c, devicetree, linux-arm-kernel,
	linux-kernel, linux-mediatek, srv_heupstream, leilk.liu,
	qii.wang, liguo.zhang, caiyu.chen, housong.zhang, yuhan.wei,
	kewei.xu, david-yh.chiu, liju-clr.chen

---
Main changes compared to v1:
added mt_i2c_regs_v3[] to replace slave_addr_version.

Kewei Xu (2):
  dt-bindings: i2c: update bindings for MT8188 SoC
  i2c: mediatek: Add i2c compatible for Mediatek MT8188

 .../devicetree/bindings/i2c/i2c-mt65xx.yaml   |  1 +
 drivers/i2c/busses/i2c-mt65xx.c               | 43 +++++++++++++++++++
 2 files changed, 44 insertions(+)

-- 
2.18.0


^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 1/2] dt-bindings: i2c: update bindings for MT8188 SoC
@ 2022-07-08  3:15 kewei.xu
  2022-07-08  3:15   ` kewei.xu
  0 siblings, 1 reply; 16+ messages in thread
From: kewei.xu @ 2022-07-08  3:15 UTC (permalink / raw)
  To: wsa
  Cc: matthias.bgg, robh+dt, linux-i2c, devicetree, linux-arm-kernel,
	linux-kernel, linux-mediatek, leilk.liu, qii.wang, liguo.zhang,
	caiyu.chen, housong.zhang, yuhan.wei, kewei.xu, david-yh.chiu,
	liju-clr.chen

From: Kewei Xu <kewei.xu@mediatek.com>

Add a DT binding documentation for the MT8188 soc.

Signed-off-by: Kewei Xu <kewei.xu@mediatek.com>
Change-Id: Iae781c7c68becbf3c5dea3511acb18cdd40d5c08
---
 Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
index 16a1a3118204..4e730fb7be56 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml
@@ -27,6 +27,7 @@ properties:
       - const: mediatek,mt8173-i2c
       - const: mediatek,mt8183-i2c
       - const: mediatek,mt8186-i2c
+      - const: mediatek,mt8188-i2c
       - const: mediatek,mt8192-i2c
       - items:
           - enum:
-- 
2.18.0


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-07-08  3:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-07  5:46 [PATCH V1 0/2] add i2c support for mt8188 Kewei Xu
2022-07-07  5:46 ` Kewei Xu
2022-07-07  5:46 ` [PATCH V1 1/2] dt-bindings: i2c: update bindings for MT8188 SoC Kewei Xu
2022-07-07  5:46   ` Kewei Xu
2022-07-07  8:44   ` AngeloGioacchino Del Regno
2022-07-07  8:44     ` AngeloGioacchino Del Regno
2022-07-07  5:46 ` [PATCH 2/2] i2c: mediatek: Add i2c compatible for Mediatek MT8188 Kewei Xu
2022-07-07  5:46   ` Kewei Xu
2022-07-07  8:43   ` AngeloGioacchino Del Regno
2022-07-07  8:43     ` AngeloGioacchino Del Regno
2022-07-08  1:24     ` Kewei Xu
2022-07-08  1:24       ` Kewei Xu
2022-07-08  2:18 [PATCH V2 0/2] add i2c support for mt8188 Kewei Xu
2022-07-08  2:18 ` [PATCH 2/2] i2c: mediatek: Add i2c compatible for Mediatek MT8188 Kewei Xu
2022-07-08  2:18   ` Kewei Xu
2022-07-08  3:15 [PATCH 1/2] dt-bindings: i2c: update bindings for MT8188 SoC kewei.xu
2022-07-08  3:15 ` [PATCH 2/2] i2c: mediatek: Add i2c compatible for Mediatek MT8188 kewei.xu
2022-07-08  3:15   ` kewei.xu

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.