[PATCH v8 2/3] I2C: mediatek: Add driver for MediaTek I2C controller
From: Yingjoe Chen <hidden>
Date: 2015-05-20 03:07:51
Also in:
linux-devicetree, linux-i2c, linux-mediatek, lkml
From: Yingjoe Chen <hidden>
Date: 2015-05-20 03:07:51
Also in:
linux-devicetree, linux-i2c, linux-mediatek, lkml
On Tue, 2015-05-19 at 16:48 +0200, Matthias Brugger wrote:
2015-05-18 20:43 GMT+02:00 Uwe Kleine-K?nig [off-list ref]:
<...>
quoted
quoted
--- /dev/null +++ b/drivers/i2c/busses/i2c-mt65xx.c@@ -0,0 +1,675 @@ +/* + * Copyright (c) 2014 MediaTek Inc. + * Author: Xudong.chen <xudong.chen@mediatek.com>s/Xudong.chen/Xudong Chen/quoted
+#define I2C_DRV_NAME "mt-i2c"i2c-mt65xx ?As this works for all SoCs so far, I would propose: i2c-mtk
Hi, I'm pretty sure this driver won't work for MTK TV socs(mt53xx) and BDP mt8580, they are using different I2C IP. They are not working on upstream now, but I think using i2c-mt65xx make more sense here. Joe.C