All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Chris Ball <cjb@laptop.org>
Cc: linux-mmc@vger.kernel.org, kernel@avr32linux.org,
	linux-kernel@vger.kernel.org, u.kleine-koenig@pengutronix.de,
	hans-christian.egtvedt@atmel.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V3] MMC: PM: add suspend/resume in atmel-mci
Date: Mon, 11 Jul 2011 11:47:06 +0200	[thread overview]
Message-ID: <4E1AC69A.6060307@atmel.com> (raw)
In-Reply-To: <m2iprbkw6v.fsf@bob.laptop.org>

Le 09/07/2011 22:58, Chris Ball :
> Hi,
> 
> On Mon, Jul 04 2011, Nicolas Ferre wrote:
>> Take care of slots while going to suspend state.
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> ---
>> V3: take care of each slot SUSPENDED state
>>     (adding a status bit in the slot "flags")
>> V2: move to pm_ops
> 
> Thanks, I've merged v3 of this patch for mmc-next/3.1 with Felipe's

You mean v4, I have checked: everything is ok.

> Reviewed-by, and your [2/2] kconfig change.

Perfect, thanks a lot Chris!
-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V3] MMC: PM: add suspend/resume in atmel-mci
Date: Mon, 11 Jul 2011 11:47:06 +0200	[thread overview]
Message-ID: <4E1AC69A.6060307@atmel.com> (raw)
In-Reply-To: <m2iprbkw6v.fsf@bob.laptop.org>

Le 09/07/2011 22:58, Chris Ball :
> Hi,
> 
> On Mon, Jul 04 2011, Nicolas Ferre wrote:
>> Take care of slots while going to suspend state.
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> ---
>> V3: take care of each slot SUSPENDED state
>>     (adding a status bit in the slot "flags")
>> V2: move to pm_ops
> 
> Thanks, I've merged v3 of this patch for mmc-next/3.1 with Felipe's

You mean v4, I have checked: everything is ok.

> Reviewed-by, and your [2/2] kconfig change.

Perfect, thanks a lot Chris!
-- 
Nicolas Ferre

WARNING: multiple messages have this Message-ID (diff)
From: Nicolas Ferre <nicolas.ferre@atmel.com>
To: Chris Ball <cjb@laptop.org>
Cc: linux-mmc@vger.kernel.org, hans-christian.egtvedt@atmel.com,
	kernel@avr32linux.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	u.kleine-koenig@pengutronix.de
Subject: Re: [PATCH V3] MMC: PM: add suspend/resume in atmel-mci
Date: Mon, 11 Jul 2011 11:47:06 +0200	[thread overview]
Message-ID: <4E1AC69A.6060307@atmel.com> (raw)
In-Reply-To: <m2iprbkw6v.fsf@bob.laptop.org>

Le 09/07/2011 22:58, Chris Ball :
> Hi,
> 
> On Mon, Jul 04 2011, Nicolas Ferre wrote:
>> Take care of slots while going to suspend state.
>>
>> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
>> ---
>> V3: take care of each slot SUSPENDED state
>>     (adding a status bit in the slot "flags")
>> V2: move to pm_ops
> 
> Thanks, I've merged v3 of this patch for mmc-next/3.1 with Felipe's

You mean v4, I have checked: everything is ok.

> Reviewed-by, and your [2/2] kconfig change.

Perfect, thanks a lot Chris!
-- 
Nicolas Ferre


  reply	other threads:[~2011-07-11  9:47 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29 16:54 [PATCH 1/2] MMC: PM: add suspend/resume in atmel-mci Nicolas Ferre
2011-06-29 16:54 ` Nicolas Ferre
2011-06-29 16:54 ` Nicolas Ferre
2011-06-29 16:01 ` Felipe Balbi
2011-06-29 16:01   ` Felipe Balbi
2011-06-29 21:39   ` Rafael J. Wysocki
2011-06-29 21:39     ` Rafael J. Wysocki
2011-06-30  8:30     ` Nicolas Ferre
2011-06-30  8:30       ` Nicolas Ferre
2011-06-30  8:30       ` Nicolas Ferre
2011-06-30 13:49     ` [PATCH V2] " Nicolas Ferre
2011-06-30 13:49       ` Nicolas Ferre
2011-06-30 13:49       ` Nicolas Ferre
2011-06-30 13:13       ` Uwe Kleine-König
2011-06-30 13:13         ` Uwe Kleine-König
2011-07-01 14:22         ` Nicolas Ferre
2011-07-01 14:22           ` Nicolas Ferre
2011-07-01 14:32           ` Hans-Christian Egtvedt
2011-07-01 14:32             ` Hans-Christian Egtvedt
2011-07-04 11:38             ` [PATCH V3] " Nicolas Ferre
2011-07-04 11:38               ` Nicolas Ferre
2011-07-04 11:38               ` Nicolas Ferre
2011-07-04 11:06               ` Felipe Balbi
2011-07-04 11:06                 ` Felipe Balbi
2011-07-04 12:43                 ` Nicolas Ferre
2011-07-04 12:43                   ` Nicolas Ferre
2011-07-06  9:31                   ` [PATCH V4] " Nicolas Ferre
2011-07-06  9:31                     ` Nicolas Ferre
2011-07-06  9:31                     ` Nicolas Ferre
2011-07-06  8:28                     ` Felipe Balbi
2011-07-06  8:28                       ` Felipe Balbi
2011-07-09 20:58               ` [PATCH V3] " Chris Ball
2011-07-09 20:58                 ` Chris Ball
2011-07-11  9:47                 ` Nicolas Ferre [this message]
2011-07-11  9:47                   ` Nicolas Ferre
2011-07-11  9:47                   ` Nicolas Ferre
2011-06-29 16:54 ` [PATCH 2/2] MMC: remove EXPERIMENTAL from the DMA selection of atmel-mci Nicolas Ferre
2011-06-29 16:54   ` Nicolas Ferre

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=4E1AC69A.6060307@atmel.com \
    --to=nicolas.ferre@atmel.com \
    --cc=cjb@laptop.org \
    --cc=hans-christian.egtvedt@atmel.com \
    --cc=kernel@avr32linux.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=u.kleine-koenig@pengutronix.de \
    /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.