[v2 0/2] add i2c support for mt8186

Kewei Xu posted 2 patches 2 years, 8 months ago
.../devicetree/bindings/i2c/i2c-mt65xx.txt         |  1 +
drivers/i2c/busses/i2c-mt65xx.c                    | 14 ++++++++++++++
2 files changed, 15 insertions(+)
[v2 0/2] add i2c support for mt8186
Posted by Kewei Xu 2 years, 8 months ago
V1:
Add i2c compatible for MT8186. Compare to MT8192 i2c controller,
MT8186 doesn't need handshake signal with apdma.

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

 .../devicetree/bindings/i2c/i2c-mt65xx.txt         |  1 +
 drivers/i2c/busses/i2c-mt65xx.c                    | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

--
2.18.0

Re: [v2 0/2] add i2c support for mt8186
Posted by Wolfram Sang 2 years, 7 months ago
On Tue, Jan 25, 2022 at 07:04:11PM +0800, Kewei Xu wrote:
> V1:
> Add i2c compatible for MT8186. Compare to MT8192 i2c controller,
> MT8186 doesn't need handshake signal with apdma.

A description of what has changed in v2 would have been helpful. Please
add it next time.