All of lore.kernel.org
 help / color / mirror / Atom feed
* + sdhci-support-mmc_cap_mmc_highspeed.patch added to -mm tree
@ 2010-08-23 20:09 akpm
  0 siblings, 0 replies; 5+ messages in thread
From: akpm @ 2010-08-23 20:09 UTC (permalink / raw)
  To: mm-commits; +Cc: zhangfei.gao, linux-mmc, matt, zgao6


The patch titled
     sdhci: support MMC_CAP_MMC_HIGHSPEED
has been added to the -mm tree.  Its filename is
     sdhci-support-mmc_cap_mmc_highspeed.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: sdhci: support MMC_CAP_MMC_HIGHSPEED
From: zhangfei gao <zhangfei.gao@gmail.com>

With MMC_CAP_MMC_HIGHSPEED, mmc & emmc could negotiate up to 50M,
otherwise only 25M could be reached.

Signed-off-by: Zhangfei Gao <zgao6@marvell.com>
Acked-by: Matt Fleming <matt@console-pimps.org> 
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/mmc/host/sdhci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/mmc/host/sdhci.c~sdhci-support-mmc_cap_mmc_highspeed drivers/mmc/host/sdhci.c
--- a/drivers/mmc/host/sdhci.c~sdhci-support-mmc_cap_mmc_highspeed
+++ a/drivers/mmc/host/sdhci.c
@@ -1824,7 +1824,7 @@ int sdhci_add_host(struct sdhci_host *ho
 		mmc->caps |= MMC_CAP_4_BIT_DATA;
 
 	if (caps & SDHCI_CAN_DO_HISPD)
-		mmc->caps |= MMC_CAP_SD_HIGHSPEED;
+		mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
 
 	if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION)
 		mmc->caps |= MMC_CAP_NEEDS_POLL;
_

Patches currently in -mm which might be from zhangfei.gao@gmail.com are

sdhci-support-mmc_cap_mmc_highspeed.patch


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

* Re: + sdhci-support-mmc_cap_mmc_highspeed.patch added to -mm tree
  2010-08-23 20:22 ` Matt Fleming
@ 2010-08-23 20:25   ` Andrew Morton
  2010-08-23 20:25   ` Andrew Morton
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2010-08-23 20:25 UTC (permalink / raw)
  To: Matt Fleming; +Cc: mm-commits, zhangfei.gao, linux-mmc, zgao6, Kyungmin Park

On Mon, 23 Aug 2010 21:22:58 +0100
Matt Fleming <matt@console-pimps.org> wrote:

> On Mon, Aug 23, 2010 at 01:09:21PM -0700, Andrew Morton wrote:
> > 
> > The patch titled
> >      sdhci: support MMC_CAP_MMC_HIGHSPEED
> > has been added to the -mm tree.  Its filename is
> >      sdhci-support-mmc_cap_mmc_highspeed.patch
> > 
> > Before you just go and hit "reply", please:
> >    a) Consider who else should be cc'ed
> >    b) Prefer to cc a suitable mailing list as well
> >    c) Ideally: find the original patch on the mailing list and do a
> >       reply-to-all to that, adding suitable additional cc's
> > 
> > *** Remember to use Documentation/SubmitChecklist when testing your code ***
> > 
> > See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
> > out what to do about this
> > 
> > The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
> > 
> > ------------------------------------------------------
> > Subject: sdhci: support MMC_CAP_MMC_HIGHSPEED
> > From: zhangfei gao <zhangfei.gao@gmail.com>
> > 
> > With MMC_CAP_MMC_HIGHSPEED, mmc & emmc could negotiate up to 50M,
> > otherwise only 25M could be reached.
> > 
> > Signed-off-by: Zhangfei Gao <zgao6@marvell.com>
> > Acked-by: Matt Fleming <matt@console-pimps.org> 
> > Cc: <linux-mmc@vger.kernel.org>
> > Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> 
> Andrew, Kyungmin Park also ACK'd this.

Cool, thanks.

I'd scheduled these patches for 2.6.37 but if you guys have reasons why
you think they should go in earlier, please let me know.

These:

sdhci-support-mmc_cap_mmc_highspeed.patch
sdhci-support-10-bit-divided-clock-mode-for-spec-30.patch
sdhci-support-10-bit-divided-clock-mode-for-spec-30-checkpatch-fixes.patch
sdhci-base-clock-freqency-change-in-spec-30.patch



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

* Re: + sdhci-support-mmc_cap_mmc_highspeed.patch added to -mm tree
  2010-08-23 20:22 ` Matt Fleming
  2010-08-23 20:25   ` Andrew Morton
@ 2010-08-23 20:25   ` Andrew Morton
  1 sibling, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2010-08-23 20:25 UTC (permalink / raw)
  To: Matt Fleming; +Cc: mm-commits, zhangfei.gao, linux-mmc, zgao6, Kyungmin Park

On Mon, 23 Aug 2010 21:22:58 +0100
Matt Fleming <matt@console-pimps.org> wrote:

> On Mon, Aug 23, 2010 at 01:09:21PM -0700, Andrew Morton wrote:
> > 
> > The patch titled
> >      sdhci: support MMC_CAP_MMC_HIGHSPEED
> > has been added to the -mm tree.  Its filename is
> >      sdhci-support-mmc_cap_mmc_highspeed.patch
> > 
> > Before you just go and hit "reply", please:
> >    a) Consider who else should be cc'ed
> >    b) Prefer to cc a suitable mailing list as well
> >    c) Ideally: find the original patch on the mailing list and do a
> >       reply-to-all to that, adding suitable additional cc's
> > 
> > *** Remember to use Documentation/SubmitChecklist when testing your code ***
> > 
> > See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
> > out what to do about this
> > 
> > The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
> > 
> > ------------------------------------------------------
> > Subject: sdhci: support MMC_CAP_MMC_HIGHSPEED
> > From: zhangfei gao <zhangfei.gao@gmail.com>
> > 
> > With MMC_CAP_MMC_HIGHSPEED, mmc & emmc could negotiate up to 50M,
> > otherwise only 25M could be reached.
> > 
> > Signed-off-by: Zhangfei Gao <zgao6@marvell.com>
> > Acked-by: Matt Fleming <matt@console-pimps.org> 
> > Cc: <linux-mmc@vger.kernel.org>
> > Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> 
> Andrew, Kyungmin Park also ACK'd this.

Cool, thanks.

I'd scheduled these patches for 2.6.37 but if you guys have reasons why
you think they should go in earlier, please let me know.

These:

sdhci-support-mmc_cap_mmc_highspeed.patch
sdhci-support-10-bit-divided-clock-mode-for-spec-30.patch
sdhci-support-10-bit-divided-clock-mode-for-spec-30-checkpatch-fixes.patch
sdhci-base-clock-freqency-change-in-spec-30.patch



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

* Re: + sdhci-support-mmc_cap_mmc_highspeed.patch added to -mm tree
  2010-08-23 20:09 akpm
@ 2010-08-23 20:22 ` Matt Fleming
  2010-08-23 20:25   ` Andrew Morton
  2010-08-23 20:25   ` Andrew Morton
  0 siblings, 2 replies; 5+ messages in thread
From: Matt Fleming @ 2010-08-23 20:22 UTC (permalink / raw)
  To: akpm; +Cc: mm-commits, zhangfei.gao, linux-mmc, zgao6, Kyungmin Park

On Mon, Aug 23, 2010 at 01:09:21PM -0700, Andrew Morton wrote:
> 
> The patch titled
>      sdhci: support MMC_CAP_MMC_HIGHSPEED
> has been added to the -mm tree.  Its filename is
>      sdhci-support-mmc_cap_mmc_highspeed.patch
> 
> Before you just go and hit "reply", please:
>    a) Consider who else should be cc'ed
>    b) Prefer to cc a suitable mailing list as well
>    c) Ideally: find the original patch on the mailing list and do a
>       reply-to-all to that, adding suitable additional cc's
> 
> *** Remember to use Documentation/SubmitChecklist when testing your code ***
> 
> See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
> out what to do about this
> 
> The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
> 
> ------------------------------------------------------
> Subject: sdhci: support MMC_CAP_MMC_HIGHSPEED
> From: zhangfei gao <zhangfei.gao@gmail.com>
> 
> With MMC_CAP_MMC_HIGHSPEED, mmc & emmc could negotiate up to 50M,
> otherwise only 25M could be reached.
> 
> Signed-off-by: Zhangfei Gao <zgao6@marvell.com>
> Acked-by: Matt Fleming <matt@console-pimps.org> 
> Cc: <linux-mmc@vger.kernel.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

Andrew, Kyungmin Park also ACK'd this.

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

* + sdhci-support-mmc_cap_mmc_highspeed.patch added to -mm tree
@ 2010-08-23 20:09 akpm
  2010-08-23 20:22 ` Matt Fleming
  0 siblings, 1 reply; 5+ messages in thread
From: akpm @ 2010-08-23 20:09 UTC (permalink / raw)
  To: mm-commits; +Cc: zhangfei.gao, linux-mmc, matt, zgao6


The patch titled
     sdhci: support MMC_CAP_MMC_HIGHSPEED
has been added to the -mm tree.  Its filename is
     sdhci-support-mmc_cap_mmc_highspeed.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: sdhci: support MMC_CAP_MMC_HIGHSPEED
From: zhangfei gao <zhangfei.gao@gmail.com>

With MMC_CAP_MMC_HIGHSPEED, mmc & emmc could negotiate up to 50M,
otherwise only 25M could be reached.

Signed-off-by: Zhangfei Gao <zgao6@marvell.com>
Acked-by: Matt Fleming <matt@console-pimps.org> 
Cc: <linux-mmc@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/mmc/host/sdhci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/mmc/host/sdhci.c~sdhci-support-mmc_cap_mmc_highspeed drivers/mmc/host/sdhci.c
--- a/drivers/mmc/host/sdhci.c~sdhci-support-mmc_cap_mmc_highspeed
+++ a/drivers/mmc/host/sdhci.c
@@ -1824,7 +1824,7 @@ int sdhci_add_host(struct sdhci_host *ho
 		mmc->caps |= MMC_CAP_4_BIT_DATA;
 
 	if (caps & SDHCI_CAN_DO_HISPD)
-		mmc->caps |= MMC_CAP_SD_HIGHSPEED;
+		mmc->caps |= MMC_CAP_SD_HIGHSPEED | MMC_CAP_MMC_HIGHSPEED;
 
 	if (host->quirks & SDHCI_QUIRK_BROKEN_CARD_DETECTION)
 		mmc->caps |= MMC_CAP_NEEDS_POLL;
_

Patches currently in -mm which might be from zhangfei.gao@gmail.com are

sdhci-support-mmc_cap_mmc_highspeed.patch


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

end of thread, other threads:[~2010-08-23 20:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-23 20:09 + sdhci-support-mmc_cap_mmc_highspeed.patch added to -mm tree akpm
2010-08-23 20:09 akpm
2010-08-23 20:22 ` Matt Fleming
2010-08-23 20:25   ` Andrew Morton
2010-08-23 20:25   ` Andrew Morton

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.