From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hongzhou Yang Subject: Re: [PATCH 05/10] pinctrl: mediatek: Add Pinctrl/GPIO driver for mt6397. Date: Thu, 14 May 2015 20:12:51 -0700 Message-ID: <1431659571.35701.2.camel@mussux00.eus.mediatek.inc> References: <1431567346-33780-1-git-send-email-hongzhou.yang@mediatek.com> <1431567346-33780-6-git-send-email-hongzhou.yang@mediatek.com> <20150514072228.GB20358@x1> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150514072228.GB20358@x1> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+glpam-linux-mediatek=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Lee Jones Cc: Mark Rutland , Maoguang Meng , Catalin Marinas , Linus Walleij , Will Deacon , dandan.he-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org, Russell King , Samuel Ortiz , Howard Chen , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, "Joe.C" , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Pawel Moll , Ian Campbell , Sascha Hauer , Fabian Frederick , linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Matthias Brugger , Axel Lin , Eddie Huang , Chaotian Jing , srv_heupstream-NuS5LvNUpcJWk0Htik3J/w@public.gmane.orgli List-Id: devicetree@vger.kernel.org On Thu, 2015-05-14 at 08:22 +0100, Lee Jones wrote: > On Wed, 13 May 2015, Hongzhou Yang wrote: > > > Add mt6397 support using mediatek common pinctrl driver. > > > > mt6397 is a PMIC, and pinctrl/GPIO is part of 6397 chip. > > Pinctrl/GPIO driver should obtain regmap from PMIC, > > so adding this support to common code. > > > > Also, mt6397 is no need to support interrupt controller, > > so changing common code to skip it. > > > > Signed-off-by: Hongzhou Yang > > --- > > drivers/mfd/mt6397-core.c | 3 + > > Please break this out into a separate patch that I can take through my > tree. There is no need for you to bind up changes in multiple > subsystems here. Ok, I will separate it, thank you. Yours, Hongzhou