Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752748AbbETDHv (ORCPT ); Tue, 19 May 2015 23:07:51 -0400 Received: from mailgw01.mediatek.com ([210.61.82.183]:58795 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1751555AbbETDHq (ORCPT ); Tue, 19 May 2015 23:07:46 -0400 X-Listener-Flag: 11101 Message-ID: <1432091259.20394.7.camel@mtksdaap41> Subject: Re: [PATCH v8 2/3] I2C: mediatek: Add driver for MediaTek I2C controller From: Yingjoe Chen To: Matthias Brugger CC: Uwe =?ISO-8859-1?Q?Kleine-K=F6nig?= , Mark Rutland , Xudong Chen , srv_heupstream , Pawel Moll , Wolfram Sang , "Ian Campbell" , Liguo Zhang , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Rob Herring , , , Sascha Hauer , Kumar Gala , Eddie Huang , "linux-arm-kernel@lists.infradead.org" Date: Wed, 20 May 2015 11:07:39 +0800 In-Reply-To: References: <1431967209-5261-1-git-send-email-eddie.huang@mediatek.com> <1431967209-5261-3-git-send-email-eddie.huang@mediatek.com> <20150518184300.GB28888@pengutronix.de> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 960 Lines: 30 On Tue, 2015-05-19 at 16:48 +0200, Matthias Brugger wrote: > 2015-05-18 20:43 GMT+02:00 Uwe Kleine-König : <...> > >> --- /dev/null > >> +++ b/drivers/i2c/busses/i2c-mt65xx.c > >> @@ -0,0 +1,675 @@ > >> +/* > >> + * Copyright (c) 2014 MediaTek Inc. > >> + * Author: Xudong.chen > > s/Xudong.chen/Xudong Chen/ > > > >> +#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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/