From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932193Ab2DXJdN (ORCPT ); Tue, 24 Apr 2012 05:33:13 -0400 Received: from tx2ehsobe001.messaging.microsoft.com ([65.55.88.11]:44553 "EHLO tx2outboundpool.messaging.microsoft.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756600Ab2DXJdM convert rfc822-to-8bit (ORCPT ); Tue, 24 Apr 2012 05:33:12 -0400 X-SpamScore: -12 X-BigFish: VS-12(zcb8kz9371I154dM1432N98dKzz1202hzz8275bh8275dhz2dh2a8h668h839hd25h) X-Forefront-Antispam-Report: CIP:70.37.183.190;KIP:(null);UIP:(null);IPV:NLI;H:mail.freescale.net;RD:none;EFVD:NLI Date: Tue, 24 Apr 2012 17:43:20 +0800 From: Dong Aisheng To: Wolfram Sang CC: Linus Walleij , Dong Aisheng , Sascha Hauer , , , , , , , Chris Ball Subject: Re: [PATCH v2 3/3] ARM: imx6q: switch to use pinctrl driver Message-ID: <20120424094319.GD32166@shlinux2.ap.freescale.net> References: <1334933916-12971-1-git-send-email-b29396@freescale.com> <1334933916-12971-3-git-send-email-b29396@freescale.com> <20120424090841.GA6987@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline In-Reply-To: <20120424090841.GA6987@pengutronix.de> User-Agent: Mutt/1.5.20 (2009-06-14) Content-Transfer-Encoding: 8BIT X-OriginatorOrg: freescale.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 24, 2012 at 11:08:41AM +0200, Wolfram Sang wrote: > On Tue, Apr 24, 2012 at 10:56:43AM +0200, Linus Walleij wrote: > > On Fri, Apr 20, 2012 at 4:58 PM, Dong Aisheng wrote: > > > > > From: Dong Aisheng > > > > > > Signed-off-by: Dong Aisheng > > > > > > --- > > > This is not a formal patch and is only used for test > > > since before the pinctrl core handle dummy state is in, > > > enable pinctrl in driver will break other platforms. > > > > > > ChangeLog v1->v2: > > > * using updated binding > > > --- > > >  arch/arm/boot/dts/imx6q-arm2.dts   |    2 ++ > > >  arch/arm/boot/dts/imx6q.dtsi       |   17 +++++++++++++++++ > > >  arch/arm/mach-imx/Kconfig          |    2 ++ > > >  drivers/mmc/host/sdhci-esdhc-imx.c |   12 ++++++++++++ > > >  4 files changed, 33 insertions(+), 0 deletions(-) > > > > Since this touches the MMC driver I'd like an ACK from the > > maintainer, but no maintainer is set for this subdriver, still > > it feels like Sascha and/or Wolfram should be involved. > > Can we have a more descriptive name for the pinctrl member? > Sure, i will update it. Thanks Regards Dong Aisheng