All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Rakity <prakity@marvell.com>
To: "linux-mmc@vger.kernel.org" <linux-mmc@vger.kernel.org>
Cc: Mark Brown <markb@marvell.com>
Subject: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig
Date: Wed, 17 Nov 2010 18:56:58 -0800	[thread overview]
Message-ID: <3E707E23-91F2-4BA1-A74B-C8EE2E8EAF31@marvell.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1456 bytes --]

>From 9de09a0575163c223f0aed0842daec9161b2f72e Mon Sep 17 00:00:00 2001
From: Philip Rakity <prakity@marvell.com>
Date: Wed, 17 Nov 2010 18:52:16 -0800
Subject: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig

sdhci-pxa.c currently only supports mmp2.  pxa168 and pxa9xx
controllers are not quite compatible with this code.

Disable the ability to select them until sdhci-pxa is changes
to support these systems.

Signed-off-by: Philip Rakity <prakity@marvell.com>
Signed-off-by: Mark Brown <markb@marvell.com>
---
 drivers/mmc/host/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index f8fa9ef..de138de 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -168,12 +168,12 @@ config MMC_SDHCI_S3C
 
 config MMC_SDHCI_PXA
 	tristate "Marvell PXA168/PXA910/MMP2 SD Host Controller support"
-	depends on ARCH_PXA || ARCH_MMP
+	depends on (ARCH_PXA || ARCH_MMP) && (MACH_MARVELL_JASPER || MACH_FLINT)
 	select MMC_SDHCI
 	select MMC_SDHCI_IO_ACCESSORS
 	help
-	  This selects the Marvell(R) PXA168/PXA910/MMP2 SD Host Controller.
-	  If you have a PXA168/PXA910/MMP2 platform with SD Host Controller
+	  This selects the Marvell(R) MMP2 SD Host Controller.
+	  If you have a MMP2 platform with SD Host Controller
 	  and a card slot, say Y or M here.
 
 	  If unsure, say N.
-- 
1.6.0.4

[-- Attachment #2: 0001-sdhci-sdhci-pxa-only-supports-mmp2-at-this-time.-Ch.patch --]
[-- Type: application/octet-stream, Size: 1417 bytes --]

From 9de09a0575163c223f0aed0842daec9161b2f72e Mon Sep 17 00:00:00 2001
From: Philip Rakity <prakity@marvell.com>
Date: Wed, 17 Nov 2010 18:52:16 -0800
Subject: [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig

sdhci-pxa.c currently only supports mmp2.  pxa168 and pxa9xx
controllers are not quite compatible with this code.

Disable the ability to select them until sdhci-pxa is changes
to support these systems.

Signed-off-by: Philip Rakity <prakity@marvell.com>
Signed-off-by: Mark Brown <markb@marvell.com>
---
 drivers/mmc/host/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index f8fa9ef..de138de 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -168,12 +168,12 @@ config MMC_SDHCI_S3C
 
 config MMC_SDHCI_PXA
 	tristate "Marvell PXA168/PXA910/MMP2 SD Host Controller support"
-	depends on ARCH_PXA || ARCH_MMP
+	depends on (ARCH_PXA || ARCH_MMP) && (MACH_MARVELL_JASPER || MACH_FLINT)
 	select MMC_SDHCI
 	select MMC_SDHCI_IO_ACCESSORS
 	help
-	  This selects the Marvell(R) PXA168/PXA910/MMP2 SD Host Controller.
-	  If you have a PXA168/PXA910/MMP2 platform with SD Host Controller
+	  This selects the Marvell(R) MMP2 SD Host Controller.
+	  If you have a MMP2 platform with SD Host Controller
 	  and a card slot, say Y or M here.
 
 	  If unsure, say N.
-- 
1.6.0.4


             reply	other threads:[~2010-11-18  3:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-18  2:56 Philip Rakity [this message]
2010-11-23  2:46 ` [PATCH] sdhci: sdhci-pxa only supports mmp2 at this time. Change Kconfig Mark F. Brown
2010-11-23  2:55   ` Chris Ball
2010-11-23  3:15     ` Philip Rakity
2010-11-23  3:16     ` zhangfei gao
2010-11-23  3:22       ` Philip Rakity
2010-11-23  4:38         ` Mark F. Brown
2010-11-23  4:59         ` Haojian Zhuang
2010-11-23  5:16           ` Philip Rakity

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=3E707E23-91F2-4BA1-A74B-C8EE2E8EAF31@marvell.com \
    --to=prakity@marvell.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=markb@marvell.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.