lkml.org 
[lkml]   [2012]   [Apr]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2 3/3] ARM: imx6q: switch to use pinctrl driver
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



\
 
 \ /
  Last update: 2012-04-24 12:33    [W:0.082 / U:0.064 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site