mbox series

[v2,0/2] add i2c support for mt8186

Message ID 20220125110413.18988-1-kewei.xu@mediatek.com
Headers show
Series add i2c support for mt8186 | expand

Message

Kewei Xu Jan. 25, 2022, 11:04 a.m. UTC
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

Comments

Wolfram Sang Jan. 28, 2022, 9:46 p.m. UTC | #1
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.