All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Ortiz <sameo@linux.intel.com>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
	linus.ml.walleij@gmail.com, g.liakhovetski@gmx.de,
	goda.yusuke@renesas.com, ian@mnementh.co.uk, lethal@linux-sh.org,
	akpm@linux-foundation.org
Subject: Re: [PATCH 00/05] tmio_mmc: SDHI hotplug and random fixes
Date: Fri, 19 Feb 2010 12:46:21 +0100	[thread overview]
Message-ID: <20100219114620.GE10255@sortiz.org> (raw)
In-Reply-To: <20100217073735.32726.12020.sendpatchset@t400s>

Hi Magnus,

On Wed, Feb 17, 2010 at 04:37:35PM +0900, Magnus Damm wrote:
> tmio_mmc: SDHI hotplug and random fixes
> 
> [PATCH 01/05] tmio_mmc: Keep card-detect interrupts enabled
> [PATCH 02/05] tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2
> [PATCH 03/05] tmio_mmc: Use 100ms mmc_detect_change() delay
> [PATCH 04/05] tmio_mmc: Remove const from platform data V3
> [PATCH 05/05] tmio_mmc: Balance cell enable()/disable() calls
> 
> These patches are a collection of fixes for SDHI hotplug and
> other minor improvements for the tmio_mmc driver.
> 
> The first and the third patch contain tmio-mmc specific fixes
> for SDHI hotplug. Hot insertion and eject have been tested using
> the sh-2.6 tree with the two SDHI blocks provided by the sh7724
> processor using Ecovec24 and ms7724se boards. The single SDHI
> block included in sh7722 has been tested on Migo-R.
> 
> The second patch is the ground work to allow the SDHI mfd driver
> to enable MMC_CAP_MMC_HIGHSPEED.
> 
> The last two patches are just random improvements and fixes for
> the tmio_mmc driver.
Since some of this code depends on the tmio.h changes, I'm taking this
patchset. Please let me know if that's fine with you.

Cheers,
Samuel.


> Signed-off-by: Magnus Damm <damm@opensource.se>
> ---
> 
>  drivers/mmc/host/tmio_mmc.c |   13 ++++++++++---
>  drivers/mmc/host/tmio_mmc.h |    6 ++----
>  include/linux/mfd/tmio.h    |    3 ++-
>  3 files changed, 14 insertions(+), 8 deletions(-)

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

WARNING: multiple messages have this Message-ID (diff)
From: Samuel Ortiz <sameo@linux.intel.com>
To: Magnus Damm <magnus.damm@gmail.com>
Cc: linux-mmc@vger.kernel.org, linux-sh@vger.kernel.org,
	linus.ml.walleij@gmail.com, g.liakhovetski@gmx.de,
	goda.yusuke@renesas.com, ian@mnementh.co.uk, lethal@linux-sh.org,
	akpm@linux-foundation.org
Subject: Re: [PATCH 00/05] tmio_mmc: SDHI hotplug and random fixes
Date: Fri, 19 Feb 2010 11:46:21 +0000	[thread overview]
Message-ID: <20100219114620.GE10255@sortiz.org> (raw)
In-Reply-To: <20100217073735.32726.12020.sendpatchset@t400s>

Hi Magnus,

On Wed, Feb 17, 2010 at 04:37:35PM +0900, Magnus Damm wrote:
> tmio_mmc: SDHI hotplug and random fixes
> 
> [PATCH 01/05] tmio_mmc: Keep card-detect interrupts enabled
> [PATCH 02/05] tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2
> [PATCH 03/05] tmio_mmc: Use 100ms mmc_detect_change() delay
> [PATCH 04/05] tmio_mmc: Remove const from platform data V3
> [PATCH 05/05] tmio_mmc: Balance cell enable()/disable() calls
> 
> These patches are a collection of fixes for SDHI hotplug and
> other minor improvements for the tmio_mmc driver.
> 
> The first and the third patch contain tmio-mmc specific fixes
> for SDHI hotplug. Hot insertion and eject have been tested using
> the sh-2.6 tree with the two SDHI blocks provided by the sh7724
> processor using Ecovec24 and ms7724se boards. The single SDHI
> block included in sh7722 has been tested on Migo-R.
> 
> The second patch is the ground work to allow the SDHI mfd driver
> to enable MMC_CAP_MMC_HIGHSPEED.
> 
> The last two patches are just random improvements and fixes for
> the tmio_mmc driver.
Since some of this code depends on the tmio.h changes, I'm taking this
patchset. Please let me know if that's fine with you.

Cheers,
Samuel.


> Signed-off-by: Magnus Damm <damm@opensource.se>
> ---
> 
>  drivers/mmc/host/tmio_mmc.c |   13 ++++++++++---
>  drivers/mmc/host/tmio_mmc.h |    6 ++----
>  include/linux/mfd/tmio.h    |    3 ++-
>  3 files changed, 14 insertions(+), 8 deletions(-)

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

  parent reply	other threads:[~2010-02-19 11:45 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-17  7:37 [PATCH 00/05] tmio_mmc: SDHI hotplug and random fixes Magnus Damm
2010-02-17  7:37 ` Magnus Damm
2010-02-17  7:37 ` [PATCH 01/05] tmio_mmc: Keep card-detect interrupts enabled Magnus Damm
2010-02-17  7:37   ` Magnus Damm
2010-02-17  7:37 ` [PATCH 02/05] tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2 Magnus Damm
2010-02-17  7:37   ` Magnus Damm
2010-02-17  7:38 ` [PATCH 03/05] tmio_mmc: Use 100ms mmc_detect_change() delay Magnus Damm
2010-02-17  7:38   ` Magnus Damm
2010-02-17  7:38 ` [PATCH 04/05] tmio_mmc: Remove const from platform data V3 Magnus Damm
2010-02-17  7:38   ` Magnus Damm
2010-02-17  7:38 ` [PATCH 05/05] tmio_mmc: Balance cell enable()/disable() calls Magnus Damm
2010-02-17  7:38   ` Magnus Damm
2010-02-19 11:46 ` Samuel Ortiz [this message]
2010-02-19 11:46   ` [PATCH 00/05] tmio_mmc: SDHI hotplug and random fixes Samuel Ortiz
2010-02-22  4:43   ` Magnus Damm
2010-02-22  4:43     ` Magnus Damm
2010-02-28 19:03     ` Samuel Ortiz
2010-02-28 19:03       ` Samuel Ortiz

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=20100219114620.GE10255@sortiz.org \
    --to=sameo@linux.intel.com \
    --cc=akpm@linux-foundation.org \
    --cc=g.liakhovetski@gmx.de \
    --cc=goda.yusuke@renesas.com \
    --cc=ian@mnementh.co.uk \
    --cc=lethal@linux-sh.org \
    --cc=linus.ml.walleij@gmail.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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.