linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: daniel@caiaq.de (Daniel Mack)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: MXC: mxcmmc: Teach the driver SDIO operations
Date: Thu, 1 Apr 2010 10:02:23 +0200	[thread overview]
Message-ID: <20100401080223.GI30801@buzzloop.caiaq.de> (raw)
In-Reply-To: <w2me2d7436a1003311034td3af4a49pdb1ac003a7d31c7d@mail.gmail.com>

On Wed, Mar 31, 2010 at 07:34:14PM +0200, Micha? Miros?aw wrote:
> 2010/3/31 Daniel Mack <daniel@caiaq.de>:
> > Successfully tested on MX31 hardware using libertas SDIO peripherals.
> >
> > Signed-off-by: Daniel Mack <daniel@caiaq.de>
> > Cc: Sascha Hauer <s.hauer@pengutronix.de>
> > Cc: Dan Williams <dan.j.williams@intel.com>
> > Cc: Volker Ernst <volker.ernst@txtr.com>
> > Cc: Jiri Kosina <jkosina@suse.cz>
> > ---
> > ?drivers/mmc/host/mxcmmc.c | ? 62 +++++++++++++++++++++++++++++++++++++-------
> > ?1 files changed, 52 insertions(+), 10 deletions(-)
> >
> > diff --git a/drivers/mmc/host/mxcmmc.c b/drivers/mmc/host/mxcmmc.c
> > index 44a53ee..f91a2c3 100644
> > --- a/drivers/mmc/host/mxcmmc.c
> > +++ b/drivers/mmc/host/mxcmmc.c
> > @@ -119,6 +119,7 @@ struct mxcmci_host {
> > ? ? ? ?int ? ? ? ? ? ? ? ? ? ? detect_irq;
> > ? ? ? ?int ? ? ? ? ? ? ? ? ? ? dma;
> > ? ? ? ?int ? ? ? ? ? ? ? ? ? ? do_dma;
> > + ? ? ? int ? ? ? ? ? ? ? ? ? ? use_sdio;
> > ? ? ? ?unsigned int ? ? ? ? ? ?power_mode;
> > ? ? ? ?struct imxmmc_platform_data *pdata;
> >
> 
> This field should be protected by the same spinlock as it is used to
> set the reg's value.

Ok - I'll repost all three patches.

Again, thanks for your review.

Daniel

  reply	other threads:[~2010-04-01  8:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-30 18:31 [PATCH 1/3] ARM: MXC: mxcmmc: misc cleanups Daniel Mack
2010-03-30 18:32 ` [PATCH 2/3] ARM: MXC: mxcmmc: Teach the driver SDIO operations Daniel Mack
2010-03-31 13:03   ` Sascha Hauer
2010-03-31 13:29     ` Daniel Mack
2010-03-31 16:41       ` Michał Mirosław
2010-03-31 17:04         ` [PATCH] " Daniel Mack
2010-03-31 17:34           ` Michał Mirosław
2010-04-01  8:02             ` Daniel Mack [this message]
2010-03-30 18:32 ` [PATCH 3/3] ARM: MXC: mxcmmc: work around a bug in the SDHC busy line handling Daniel Mack
2010-03-31 12:38 ` [PATCH 1/3] ARM: MXC: mxcmmc: misc cleanups Sascha Hauer
2010-03-31 13:02   ` Daniel Mack
2010-03-31 13:35   ` [PATCH] " Daniel Mack
2010-03-31 13:17 ` [PATCH 1/3] " Julien Boibessot

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=20100401080223.GI30801@buzzloop.caiaq.de \
    --to=daniel@caiaq.de \
    --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).