mbox series

[v2,0/4] add i2c support for mt8192

Message ID 1595939446-5484-1-git-send-email-qii.wang@mediatek.com (mailing list archive)
Headers show
Series add i2c support for mt8192 | expand

Message

Qii Wang (王琪) July 28, 2020, 12:30 p.m. UTC
This series are based on 5.8-rc1 and we provide four i2c patches
to support mt8192 SoC.

Main changes compared to v1:
--modify the commit with access more than 8GB dram
--add Reviewed-by and Acked-by from Yingjoe, Matthias and Rob

Qii Wang (4):
  i2c: mediatek: Add apdma sync in i2c driver
  i2c: mediatek: Add access to more than 8GB dram in i2c driver
  dt-bindings: i2c: update bindings for MT8192 SoC
  i2c: mediatek: Add i2c compatible for MediaTek MT8192

 .../devicetree/bindings/i2c/i2c-mt65xx.txt         |  1 +
 drivers/i2c/busses/i2c-mt65xx.c                    | 76 +++++++++++++++-------
 2 files changed, 53 insertions(+), 24 deletions(-)