From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eddie Huang Subject: Re: [PATCH v7 0/3] ARM: mediatek: Add driver for Mediatek I2C Date: Thu, 7 May 2015 15:54:44 +0800 Message-ID: <1430985284.22615.3.camel@mtksdaap41> References: <1430901427-65146-1-git-send-email-eddie.huang@mediatek.com> <20150507073900.GC12484@x1> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150507073900.GC12484@x1> Sender: linux-i2c-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lee Jones Cc: Mark Rutland , Wolfram Sang , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, David Box , Jean Delvare , Xudong Chen , Boris BREZILLON , Arnd Bergmann , Liguo Zhang , Wei Yan , Neelesh Gupta , Zhangfei Gao , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Pawel Moll , Ian Campbell , Ray Jui , Beniamino Galvani , Rob Herring , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Matthias Brugger , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.orgAnders Berg List-Id: devicetree@vger.kernel.org Hi Lee, On Thu, 2015-05-07 at 08:39 +0100, Lee Jones wrote: > On Wed, 06 May 2015, Eddie Huang wrote: > > > > > Eddie Huang (1): > > I2C: mediatek: Add driver for MediaTek MT8173 I2C controller > > > > Xudong Chen (2): > > dt-bindings: Add I2C bindings for mt65xx/mt81xx. > > I2C: mediatek: Add driver for MediaTek I2C controller > > > > .../devicetree/bindings/i2c/i2c-mt6577.txt | 41 ++ > > drivers/i2c/busses/Kconfig | 9 + > > drivers/i2c/busses/Makefile | 1 + > > drivers/i2c/busses/i2c-mt65xx.c | 748 +++++++++++++++++++++ > > 4 files changed, 799 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/i2c/i2c-mt6577.txt > > create mode 100644 drivers/i2c/busses/i2c-mt65xx.c > > Again, you've sent me a patch-set that has absolutely nothing to do > with me. Can you please stop doing that, my inbox is full enough > already! > Sorry, I use "scripts/get_maintainer.pl" to get mail receiver, and you are on list. I will narrow down receiver next time. Eddie