All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: Chris Ball <cjb@laptop.org>
Cc: linux-arm-kernel@lists.infradead.org,
	Shawn Guo <shawn.guo@linaro.org>,
	Fabio Estevam <fabio.estevam@freescale.com>,
	linux-mmc@vger.kernel.org
Subject: Re: [PATCH] mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
Date: Wed, 6 Jun 2012 17:37:54 +0200	[thread overview]
Message-ID: <201206061737.55260.marex@denx.de> (raw)
In-Reply-To: <87wr3k34pq.fsf@octavius.laptop.org>

Dear Chris Ball,

> Hi,
> 
> On Mon, May 21 2012, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Shawn Guo <shawn.guo@linaro.org>
> > Cc: Fabio Estevam <fabio.estevam@freescale.com>
> > Cc: linux-mmc@vger.kernel.org
> > Cc: Chris Ball <cjb@laptop.org>
> > Acked-by: Shawn Guo <shawn.guo@linaro.org>
> > ---
> > 
> >  drivers/mmc/host/mxs-mmc.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c
> > index 34a9026..277161d 100644
> > --- a/drivers/mmc/host/mxs-mmc.c
> > +++ b/drivers/mmc/host/mxs-mmc.c
> > @@ -894,8 +894,8 @@ static struct platform_driver mxs_mmc_driver = {
> > 
> >  		.owner	= THIS_MODULE,
> >  
> >  #ifdef CONFIG_PM
> >  
> >  		.pm	= &mxs_mmc_pm_ops,
> > 
> > -		.of_match_table = mxs_mmc_dt_ids,
> > 
> >  #endif
> > 
> > +		.of_match_table = mxs_mmc_dt_ids,
> > 
> >  	},
> >  
> >  };
> 
> Thanks, pushed to mmc-next for 3.5.

Thanks!

> - Chris.

Best regards,
Marek Vasut

WARNING: multiple messages have this Message-ID (diff)
From: marex@denx.de (Marek Vasut)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] mmc: mxs-mmc: Move of_match_table out of CONFIG_PM
Date: Wed, 6 Jun 2012 17:37:54 +0200	[thread overview]
Message-ID: <201206061737.55260.marex@denx.de> (raw)
In-Reply-To: <87wr3k34pq.fsf@octavius.laptop.org>

Dear Chris Ball,

> Hi,
> 
> On Mon, May 21 2012, Marek Vasut wrote:
> > Signed-off-by: Marek Vasut <marex@denx.de>
> > Cc: Shawn Guo <shawn.guo@linaro.org>
> > Cc: Fabio Estevam <fabio.estevam@freescale.com>
> > Cc: linux-mmc at vger.kernel.org
> > Cc: Chris Ball <cjb@laptop.org>
> > Acked-by: Shawn Guo <shawn.guo@linaro.org>
> > ---
> > 
> >  drivers/mmc/host/mxs-mmc.c |    2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c
> > index 34a9026..277161d 100644
> > --- a/drivers/mmc/host/mxs-mmc.c
> > +++ b/drivers/mmc/host/mxs-mmc.c
> > @@ -894,8 +894,8 @@ static struct platform_driver mxs_mmc_driver = {
> > 
> >  		.owner	= THIS_MODULE,
> >  
> >  #ifdef CONFIG_PM
> >  
> >  		.pm	= &mxs_mmc_pm_ops,
> > 
> > -		.of_match_table = mxs_mmc_dt_ids,
> > 
> >  #endif
> > 
> > +		.of_match_table = mxs_mmc_dt_ids,
> > 
> >  	},
> >  
> >  };
> 
> Thanks, pushed to mmc-next for 3.5.

Thanks!

> - Chris.

Best regards,
Marek Vasut

  reply	other threads:[~2012-06-06 15:38 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-21  4:33 [PATCH] mmc: mxs-mmc: Move of_match_table out of CONFIG_PM Marek Vasut
2012-05-21  4:33 ` Marek Vasut
2012-06-06 14:17 ` Chris Ball
2012-06-06 14:17   ` Chris Ball
2012-06-06 15:37   ` Marek Vasut [this message]
2012-06-06 15:37     ` Marek Vasut

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=201206061737.55260.marex@denx.de \
    --to=marex@denx.de \
    --cc=cjb@laptop.org \
    --cc=fabio.estevam@freescale.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=shawn.guo@linaro.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.