From: aisheng.dong@freescale.com (Dong Aisheng)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 3/3] ARM: imx6q: switch to use pinctrl driver
Date: Tue, 24 Apr 2012 18:36:11 +0800 [thread overview]
Message-ID: <20120424103610.GE32166@shlinux2.ap.freescale.net> (raw)
In-Reply-To: <20120424095116.GA28063@b20223-02.ap.freescale.net>
On Tue, Apr 24, 2012 at 05:51:17PM +0800, Richard Zhao wrote:
> > --- a/drivers/mmc/host/sdhci-esdhc-imx.c
> > +++ b/drivers/mmc/host/sdhci-esdhc-imx.c
> > @@ -24,6 +24,7 @@
> > #include <linux/of.h>
> > #include <linux/of_device.h>
> > #include <linux/of_gpio.h>
> > +#include <linux/pinctrl/consumer.h>
> > #include <mach/esdhc.h>
> > #include "sdhci-pltfm.h"
> > #include "sdhci-esdhc.h"
> > @@ -68,6 +69,7 @@ struct pltfm_imx_data {
> > int flags;
> > u32 scratchpad;
> > enum imx_esdhc_type devtype;
> > + struct pinctrl *p;
> > struct esdhc_platform_data boarddata;
> > };
> >
> > @@ -467,6 +469,12 @@ static int __devinit sdhci_esdhc_imx_probe(struct platform_device *pdev)
> > clk_prepare_enable(clk);
> > pltfm_host->clk = clk;
> >
> > + imx_data->p = pinctrl_get_select_default(&pdev->dev);
> devm_xxx version?
>
Yes, Stephen also mentioned it.
Will update it.
Regards
Dong Aisheng
next prev parent reply other threads:[~2012-04-24 10:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-20 14:58 [PATCH v2 1/3] pinctrl: pinctrl-imx: add imx pinctrl core driver Dong Aisheng
2012-04-20 14:58 ` [PATCH v2 3/3] ARM: imx6q: switch to use pinctrl driver Dong Aisheng
2012-04-24 8:56 ` Linus Walleij
2012-04-24 9:08 ` Wolfram Sang
2012-04-24 9:43 ` Dong Aisheng
2012-04-24 9:15 ` Dong Aisheng
2012-04-24 9:51 ` Richard Zhao
2012-04-24 10:36 ` Dong Aisheng [this message]
2012-04-24 12:46 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-24 14:04 ` Dong Aisheng
2012-04-24 14:48 ` Jean-Christophe PLAGNIOL-VILLARD
2012-04-24 9:02 ` [PATCH v2 1/3] pinctrl: pinctrl-imx: add imx pinctrl core driver Linus Walleij
2012-04-25 7:04 ` Richard Zhao
2012-04-25 12:10 ` Dong Aisheng
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120424103610.GE32166@shlinux2.ap.freescale.net \
--to=aisheng.dong@freescale.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).