2010-12-23 08:49:56

by Chris Ball

[permalink] [raw]
Subject: [GIT PULL] MMC fixes for 2.6.37

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 <[email protected]>
One Laptop Per Child


2010-12-23 09:17:54

by Kyungmin Park

[permalink] [raw]
Subject: Re: [GIT PULL] MMC fixes for 2.6.37

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 <[email protected]> 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 ? <[email protected]>
> One Laptop Per Child
> --
> To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
> the body of a message to [email protected]
> More majordomo info at ?http://vger.kernel.org/majordomo-info.html
>

2010-12-23 19:13:15

by Chris Ball

[permalink] [raw]
Subject: Re: [GIT PULL] MMC fixes for 2.6.37

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 <[email protected]> <http://printf.net/>
One Laptop Per Child

2010-12-28 02:37:36

by Chris Ball

[permalink] [raw]
Subject: Re: [GIT PULL] MMC fixes for 2.6.37

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 <[email protected]> <http://printf.net/>
One Laptop Per Child