From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dong Aisheng Subject: Re: [PATCH 3/3] mmc: sdhci-imx-esdhc: convert to use pinctrl subsystem Date: Fri, 11 May 2012 16:01:15 +0800 Message-ID: <20120511080114.GO6622@shlinux2.ap.freescale.net> References: <1335958282-3068-1-git-send-email-b29396@freescale.com> <1335958282-3068-3-git-send-email-b29396@freescale.com> <20120511073653.GX17875@S2101-09.ap.freescale.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Return-path: Content-Disposition: inline In-Reply-To: <20120511073653.GX17875@S2101-09.ap.freescale.net> Sender: linux-mmc-owner@vger.kernel.org To: Shawn Guo Cc: Dong Aisheng-B29396 , "linux-arm-kernel@lists.infradead.org" , "devicetree-discuss@lists.ozlabs.org" , "linus.walleij@stericsson.com" , "swarren@wwwdotorg.org" , "s.hauer@pengutronix.de" , Guo Shawn-R65073 , "kernel@pengutronix.de" , "grant.likely@secretlab.ca" , "rob.herring@calxeda.com" , "cjb@laptop.org" , "w.sang@pengutronix.de" , "linux-mmc@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Fri, May 11, 2012 at 03:36:56PM +0800, Shawn Guo wrote: > On Wed, May 02, 2012 at 07:31:22PM +0800, Dong Aisheng wrote: > > From: Dong Aisheng > > > > Acked-by: Stephen Warren > > Signed-off-by: Dong Aisheng > > --- > > ChangeLog v4->v5: > > *split arch/arm/mach-imx/* changes into a separate patch > > ChangeLog v3->v4: > > * call provide dummies in imx*_soc_init(). > > ChangeLog v2->v3: > > * patch name updated. > > v1 name is ARM: imx6q: switch to use pinctrl driver > > * using pinctrl dummy state to avoid breaking other platforms to use this > > driver. > > ChangeLog v1->v2: > > * using updated binding > > --- > > arch/arm/boot/dts/imx6q-arm2.dts | 4 ++++ > > arch/arm/boot/dts/imx6q.dtsi | 32 ++++++++++++++++++++++++++++++++ > > drivers/mmc/host/sdhci-esdhc-imx.c | 9 +++++++++ > > 3 files changed, 45 insertions(+), 0 deletions(-) > > Since we now have dummy state enabled for imx6q as well, I just split > the patches into following two for better separation, with first one > on my imx/pinctrl/for-3.5 and the second one on imx/dt/for-3.5 branch > respectively. > > commit e62d8b8fe73518d1875371a2ee9c5fdd31eba6f8 > Author: Dong Aisheng > Date: Fri May 11 14:56:01 2012 +0800 > > mmc: sdhci-imx-esdhc: adopt pinctrl support > > Cc: linux-mmc@vger.kernel.org > Cc: Chris Ball > Signed-off-by: Dong Aisheng > Signed-off-by: Shawn Guo > Acked-by: Stephen Warren > > drivers/mmc/host/sdhci-esdhc-imx.c | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > commit 551fd208f204780bac1ca5bce1748ba7a6f7ee6e > Author: Dong Aisheng > Date: Fri May 11 14:58:00 2012 +0800 > > ARM: dts: imx6q-arm2: add pinctrl state for usdhc > > Signed-off-by: Dong Aisheng > Signed-off-by: Shawn Guo > > arch/arm/boot/dts/imx6q-arm2.dts | 4 ++++ > arch/arm/boot/dts/imx6q.dtsi | 32 ++++++++++++++++++++++++++++++++ > 2 files changed, 36 insertions(+), 0 deletions(-) > > Please have a check to see if everything is correct. > Looks good to me. Just go ahead. Regards Dong Aisheng