public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] MMC fixes for 2.6.37
@ 2010-12-23  8:56 Chris Ball
  2010-12-23  9:17 ` Kyungmin Park
  2010-12-28  2:37 ` Chris Ball
  0 siblings, 2 replies; 4+ messages in thread
From: Chris Ball @ 2010-12-23  8:56 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-mmc

Linus,

Please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git for-linus

to fix a regression in resume-from-hibernate, and two minor driver bugs
on Atmel controllers.  These have been tested in linux-next.  Thanks.

The following changes since commit 0a59228168d3722b71f8e3dbc623316fb4be78f4:

  Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2010-12-18 10:28:54 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git for-linus

Nicolas Ferre (1):
      mmc: atmel-mci: fix multiblock SDIO transfers

Takashi Iwai (1):
      mmc: Fix re-probing with PM_POST_RESTORE notification

Yauhen Kharuzhy (1):
      mmc: at91_mci: fix multiblock SDIO transfers

 arch/arm/mach-at91/include/mach/at91_mci.h |    2 ++
 drivers/mmc/core/core.c                    |    1 +
 drivers/mmc/host/at91_mci.c                |   13 +++++++++----
 drivers/mmc/host/atmel-mci.c               |   18 ++++++++++++------
 4 files changed, 24 insertions(+), 10 deletions(-)

-- 
Chris Ball   <cjb@laptop.org>
One Laptop Per Child

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] MMC fixes for 2.6.37
  2010-12-23  8:56 [GIT PULL] MMC fixes for 2.6.37 Chris Ball
@ 2010-12-23  9:17 ` Kyungmin Park
  2010-12-23 19:13   ` Chris Ball
  2010-12-28  2:37 ` Chris Ball
  1 sibling, 1 reply; 4+ messages in thread
From: Kyungmin Park @ 2010-12-23  9:17 UTC (permalink / raw)
  To: Chris Ball; +Cc: Linus Torvalds, linux-kernel, linux-mmc, Ben Dooks

Hi Chris,

Can you include the s5pc210 external clock support? without this,
s5pc210 boards doesn't use the SDHCI.

I think Ben is busy with other task so can't reply your ack request.

To Ben,
Can you ack the s5pc210 patch?

Thank you,
Kyungmin Park

On Thu, Dec 23, 2010 at 5:56 PM, Chris Ball <cjb@laptop.org> wrote:
> Linus,
>
> Please pull from:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git for-linus
>
> to fix a regression in resume-from-hibernate, and two minor driver bugs
> on Atmel controllers.  These have been tested in linux-next.  Thanks.
>
> The following changes since commit 0a59228168d3722b71f8e3dbc623316fb4be78f4:
>
>  Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile (2010-12-18 10:28:54 -0800)
>
> are available in the git repository at:
>
>  git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git for-linus
>
> Nicolas Ferre (1):
>      mmc: atmel-mci: fix multiblock SDIO transfers
>
> Takashi Iwai (1):
>      mmc: Fix re-probing with PM_POST_RESTORE notification
>
> Yauhen Kharuzhy (1):
>      mmc: at91_mci: fix multiblock SDIO transfers
>
>  arch/arm/mach-at91/include/mach/at91_mci.h |    2 ++
>  drivers/mmc/core/core.c                    |    1 +
>  drivers/mmc/host/at91_mci.c                |   13 +++++++++----
>  drivers/mmc/host/atmel-mci.c               |   18 ++++++++++++------
>  4 files changed, 24 insertions(+), 10 deletions(-)
>
> --
> Chris Ball   <cjb@laptop.org>
> One Laptop Per Child
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] MMC fixes for 2.6.37
  2010-12-23  9:17 ` Kyungmin Park
@ 2010-12-23 19:13   ` Chris Ball
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Ball @ 2010-12-23 19:13 UTC (permalink / raw)
  To: Kyungmin Park; +Cc: Linus Torvalds, linux-kernel, linux-mmc, Ben Dooks

Hi Kyungmin,

On Thu, Dec 23, 2010 at 06:17:50PM +0900, Kyungmin Park wrote:
> Can you include the s5pc210 external clock support?

As I said:

If Ben agrees, I'm happy to send it on.

If Ben stays silent, then I have to overrule him -- he's the maintainer
of this driver.  I'm okay with doing that, but I'd like to do it by
shipping these patches in the next merge window and giving him (and
others who test the -rc series) time to disagree.

> without this, s5pc210 boards doesn't use the SDHCI.

But that's not a regression from earlier kernels (correct me if I'm
wrong).  Adding support for a new board is a merge window task, not
a final-fixes-before-release task.

I'm sorry these patches have been waiting so long.  I didn't realize
Ben would stay silent on them -- in future, I'll shorten my timeout
for an ACK from Ben.

Thanks,

-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] MMC fixes for 2.6.37
  2010-12-23  8:56 [GIT PULL] MMC fixes for 2.6.37 Chris Ball
  2010-12-23  9:17 ` Kyungmin Park
@ 2010-12-28  2:37 ` Chris Ball
  1 sibling, 0 replies; 4+ messages in thread
From: Chris Ball @ 2010-12-28  2:37 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-mmc

Hi Linus,

On Thu, Dec 23, 2010 at 03:56:16AM -0500, Chris Ball wrote:
> Please pull from:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git for-linus
> 
> to fix a regression in resume-from-hibernate, and two minor driver bugs
> on Atmel controllers.  These have been tested in linux-next.  Thanks.

I see you haven't merged these yet -- anything wrong?

Thanks,

-- 
Chris Ball   <cjb@laptop.org>   <http://printf.net/>
One Laptop Per Child

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-12-28  2:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-23  8:56 [GIT PULL] MMC fixes for 2.6.37 Chris Ball
2010-12-23  9:17 ` Kyungmin Park
2010-12-23 19:13   ` Chris Ball
2010-12-28  2:37 ` Chris Ball

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox