Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751174AbbESTt2 (ORCPT ); Tue, 19 May 2015 15:49:28 -0400 Received: from metis.ext.pengutronix.de ([92.198.50.35]:50696 "EHLO metis.ext.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbbESTt1 (ORCPT ); Tue, 19 May 2015 15:49:27 -0400 Date: Tue, 19 May 2015 21:49:17 +0200 From: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= To: Matthias Brugger Cc: 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 , linux-mediatek@lists.infradead.org, linux-i2c@vger.kernel.org, Sascha Hauer , Kumar Gala , Eddie Huang , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v8 2/3] I2C: mediatek: Add driver for MediaTek I2C controller Message-ID: <20150519194917.GI24769@pengutronix.de> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: ukl@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1148 Lines: 33 Hello Matthias, On Tue, May 19, 2015 at 04:48:23PM +0200, Matthias Brugger wrote: > 2015-05-18 20:43 GMT+02:00 Uwe Kleine-K?nig : > > On Tue, May 19, 2015 at 12:40:08AM +0800, Eddie Huang wrote: > >> [...] > >> drivers/i2c/busses/i2c-mt65xx.c | 675 ++++++++++++++++++++++++++++++++++++++++ > >> [...] > >> +#define I2C_DRV_NAME "mt-i2c" > > i2c-mt65xx ? > > As this works for all SoCs so far, I would propose: i2c-mtk Hmm, currently we have: - #define I2C_DRV_NAME mt-i2c - dt-compatibles: "mediatek,mt6577-i2c" + "mediatek,mt6589-i2c" - function prefix: mtk_i2c_ - filename: i2c-mt65xx.c - Kconfig symbol: I2C_MT65XX Getting some harmonization here would definitly be nice. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-K?nig | Industrial Linux Solutions | http://www.pengutronix.de/ | -- 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/