public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3]  Add i2c support for MediaTek mt8512
@ 2020-09-09  6:07 mingming lee
  2020-09-09  6:07 ` [PATCH 1/3] i2c: mediatek: add basic driver support mingming lee
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: mingming lee @ 2020-09-09  6:07 UTC (permalink / raw)
  To: u-boot

From: Mingming Lee <Mingming.Lee@mediatek.com>

This patch series adds basic i2c support for MediaTek MT8512 EMMC boards.

Mingming Lee (3):
  i2c: mediatek: add basic driver support
  ARM: dts: Mediatek: add i2c node support for mt8512
  configs: mt8512: Enable I2C related configs

 arch/arm/dts/mt8512-bm1-emmc.dts  |  12 +
 arch/arm/dts/mt8512.dtsi          |  38 ++-
 configs/mt8512_bm1_emmc_defconfig |   3 +
 drivers/i2c/Kconfig               |   9 +
 drivers/i2c/Makefile              |   1 +
 drivers/i2c/mt_i2c.c              | 619 ++++++++++++++++++++++++++++++++++++++
 6 files changed, 681 insertions(+), 1 deletion(-)
 create mode 100644 drivers/i2c/mt_i2c.c

-- 
1.9.1

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

end of thread, other threads:[~2020-09-30  6:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-09  6:07 [PATCH 0/3] Add i2c support for MediaTek mt8512 mingming lee
2020-09-09  6:07 ` [PATCH 1/3] i2c: mediatek: add basic driver support mingming lee
2020-09-30  5:38   ` Heiko Schocher
2020-09-30  6:15     ` Mingming Lee
2020-09-09  6:07 ` [PATCH 2/3] ARM: dts: Mediatek: add i2c node support for mt8512 mingming lee
2020-09-30  5:40   ` Heiko Schocher
2020-09-09  6:07 ` [PATCH 3/3] configs: mt8512: Enable I2C related configs mingming lee
2020-09-30  5:41   ` Heiko Schocher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox