* [PATCH v3.10] mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms
@ 2013-04-30 14:08 Mark Brown
2013-04-30 14:43 ` Arnd Bergmann
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2013-04-30 14:08 UTC (permalink / raw)
To: Arnd Bergmann, Chris Ball; +Cc: linux-mmc, linux-kernel, Mark Brown
Commit cc014f3 (mmc: sdhci-s3c: remove platform dependencies) changed
the platform dependency in Kconfig to depend on SAMSUNG_SINGLE, meaning
the driver was available only on single zImage Samsung platforms. This
breaks platforms that haven't been converted such as S3C64xx. Revert
that part of the change to fix.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
---
drivers/mmc/host/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
index 2217164..9ab8f8d 100644
--- a/drivers/mmc/host/Kconfig
+++ b/drivers/mmc/host/Kconfig
@@ -180,7 +180,7 @@ config MMC_SDHCI_TEGRA
config MMC_SDHCI_S3C
tristate "SDHCI support on Samsung S3C SoC"
- depends on MMC_SDHCI && PLAT_SAMSUNG_SINGLE
+ depends on MMC_SDHCI && PLAT_SAMSUNG
help
This selects the Secure Digital Host Controller Interface (SDHCI)
often referrered to as the HSMMC block in some of the Samsung S3C
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v3.10] mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms
2013-04-30 14:08 [PATCH v3.10] mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms Mark Brown
@ 2013-04-30 14:43 ` Arnd Bergmann
0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2013-04-30 14:43 UTC (permalink / raw)
To: Mark Brown; +Cc: Chris Ball, linux-mmc, linux-kernel
On Tuesday 30 April 2013, Mark Brown wrote:
> Commit cc014f3 (mmc: sdhci-s3c: remove platform dependencies) changed
> the platform dependency in Kconfig to depend on SAMSUNG_SINGLE, meaning
> the driver was available only on single zImage Samsung platforms. This
> breaks platforms that haven't been converted such as S3C64xx. Revert
> that part of the change to fix.
>
> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Actually this part of my patch was just a mistake, and should never
have been in there. I'll apply your patch and amend the changelog.
Thanks a lot!
Arnd
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-04-30 14:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30 14:08 [PATCH v3.10] mmc: sdhci-s3c: Fix operation on non-single image Samsung platforms Mark Brown
2013-04-30 14:43 ` Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox