From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dong Aisheng Subject: Re: [PATCH v2 3/3] ARM: imx6q: switch to use pinctrl driver Date: Tue, 24 Apr 2012 17:15:04 +0800 Message-ID: <20120424091504.GC32166@shlinux2.ap.freescale.net> References: <1334933916-12971-1-git-send-email-b29396@freescale.com> <1334933916-12971-3-git-send-email-b29396@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Linus Walleij Cc: linus.walleij-0IS4wlFg1OjSUeElwK9/Pw@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Chris Ball , Sascha Hauer , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org Hi Linus, On Tue, Apr 24, 2012 at 10:56:43AM +0200, Linus Walleij wrote: > On Fri, Apr 20, 2012 at 4:58 PM, Dong Aisheng wrot= e: > = > > 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 > > --- > > =A0arch/arm/boot/dts/imx6q-arm2.dts =A0 | =A0 =A02 ++ > > =A0arch/arm/boot/dts/imx6q.dtsi =A0 =A0 =A0 | =A0 17 +++++++++++++++++ > > =A0arch/arm/mach-imx/Kconfig =A0 =A0 =A0 =A0 =A0| =A0 =A02 ++ > > =A0drivers/mmc/host/sdhci-esdhc-imx.c | =A0 12 ++++++++++++ > > =A04 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. > = This is for test. Before the pinctrl dummy state patch got in first, we can not get it in since it will break other platforms not support pinctrl to use this driver. I will send a formal patch after dummy state patch is in. Thanks for the review. Regards Dong Aisheng