public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/5] Add i2c support for MediaTek mt8512
@ 2020-09-30  8:21 mingming lee
  2020-09-30  8:21 ` [PATCH v2 1/5] i2c: mediatek: add basic driver support mingming lee
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: mingming lee @ 2020-09-30  8:21 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.

---
Changes for v2:
   - using error number defined in include/linux/errno.h.
   - add Mediatek i2c controller driver to ARM MEDIATEK in MAINTAINERS.
   - add bindings for mediatek i2c driver.

Mingming Lee (5):
  i2c: mediatek: add basic driver support
  ARM: dts: Mediatek: add i2c node support for mt8512
  configs: mt8512: Enable I2C related configs
  dt-binding: i2c: add bindings for mediatek i2c driver
  MAINTAINERS: add i2c driver to ARM MEDIATEK

 MAINTAINERS                              |   2 +
 arch/arm/dts/mt8512-bm1-emmc.dts         |  12 +
 arch/arm/dts/mt8512.dtsi                 |  38 +-
 configs/mt8512_bm1_emmc_defconfig        |   3 +
 doc/device-tree-bindings/i2c/i2c-mtk.txt |  39 ++
 drivers/i2c/Kconfig                      |   9 +
 drivers/i2c/Makefile                     |   1 +
 drivers/i2c/mt_i2c.c                     | 617 +++++++++++++++++++++++
 8 files changed, 720 insertions(+), 1 deletion(-)
 create mode 100644 doc/device-tree-bindings/i2c/i2c-mtk.txt
 create mode 100644 drivers/i2c/mt_i2c.c

-- 
2.18.0

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

end of thread, other threads:[~2020-10-12  8:37 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-30  8:21 [PATCH v2 0/5] Add i2c support for MediaTek mt8512 mingming lee
2020-09-30  8:21 ` [PATCH v2 1/5] i2c: mediatek: add basic driver support mingming lee
2020-10-06  0:02   ` Simon Glass
2020-10-10  2:23     ` Mingming Lee
2020-09-30  8:21 ` [PATCH v2 2/5] ARM: dts: Mediatek: add i2c node support for mt8512 mingming lee
2020-10-12  3:34   ` Simon Glass
2020-09-30  8:21 ` [PATCH v2 3/5] configs: mt8512: Enable I2C related configs mingming lee
2020-10-12  3:34   ` Simon Glass
2020-10-12  8:33     ` Mingming Lee
2020-09-30  8:21 ` [PATCH v2 4/5] dt-binding: i2c: add bindings for mediatek i2c driver mingming lee
2020-10-12  3:34   ` Simon Glass
2020-10-12  8:37     ` Mingming Lee
2020-09-30  8:21 ` [PATCH v2 5/5] MAINTAINERS: add i2c driver to ARM MEDIATEK mingming lee
2020-10-12  3:34   ` Simon Glass

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