All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: EXYNOS4: Enable WM8994 MFD on I2S selection
@ 2011-05-25  4:39 Angus Ainslie
  2011-05-25 17:54 ` Kukjin Kim
  0 siblings, 1 reply; 8+ messages in thread
From: Angus Ainslie @ 2011-05-25  4:39 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Giridhar Maruthy, samsung, kgene.kim, patches, angus.ainslie

From: Giridhar Maruthy <giridhar.maruthy@linaro.org>

Whenever I2S is selected, select MFD for WM8994 and I2C
to avoid manual enabling of the codec and I2C.

Signed-off-by: Giridhar Maruthy <giridhar.maruthy@linaro.org>
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
---
 sound/soc/samsung/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index a3fdfb6..a80eeb1 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -65,6 +65,9 @@ config SND_SOC_SAMSUNG_SMDK_WM8994
 	tristate "SoC I2S Audio support for WM8994 on SMDK"
 	depends on SND_SOC_SAMSUNG && (MACH_SMDKV310 || MACH_SMDKC210)
 	select SND_SOC_WM8994
+	select MFD_SUPPORT
+	select I2C_S3C2410
+	select MFD_WM8994
 	select SND_SAMSUNG_I2S
 	help
 		Say Y if you want to add support for SoC audio on the SMDKs.
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 8+ messages in thread
* [PATCH] ARM: EXYNOS4: Enable WM8994 MFD on I2S selection
@ 2011-05-31  5:40 Giridhar Maruthy
  2011-05-31 10:07 ` Mark Brown
  0 siblings, 1 reply; 8+ messages in thread
From: Giridhar Maruthy @ 2011-05-31  5:40 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: angus.ainslie, kgene.kim, samsung, jassisinghbrar, lrg, broonie,
	Giridhar Maruthy

Whenever I2S is selected, select MFD for WM8994 and I2C
to avoid manual enabling of the codec and I2C.

Signed-off-by: Giridhar Maruthy <giridhar.maruthy@linaro.org>
Signed-off-by: Angus Ainslie <angus.ainslie@linaro.org>
---
 arch/arm/mach-exynos4/Kconfig |    1 +
 sound/soc/samsung/Kconfig     |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos4/Kconfig b/arch/arm/mach-exynos4/Kconfig
index e849f67..da00863 100644
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@ -12,6 +12,7 @@ if ARCH_EXYNOS4
 config CPU_EXYNOS4210
 	bool
 	select S3C_PL330_DMA
+	select I2C_S3C2410 if MFD_WM8994
 	help
 	  Enable EXYNOS4210 CPU support
 
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index a3fdfb6..d8654c6 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -65,6 +65,8 @@ config SND_SOC_SAMSUNG_SMDK_WM8994
 	tristate "SoC I2S Audio support for WM8994 on SMDK"
 	depends on SND_SOC_SAMSUNG && (MACH_SMDKV310 || MACH_SMDKC210)
 	select SND_SOC_WM8994
+	select MFD_SUPPORT
+	select MFD_WM8994
 	select SND_SAMSUNG_I2S
 	help
 		Say Y if you want to add support for SoC audio on the SMDKs.
-- 
1.7.1

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

end of thread, other threads:[~2011-05-31 10:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-25  4:39 [PATCH] ARM: EXYNOS4: Enable WM8994 MFD on I2S selection Angus Ainslie
2011-05-25 17:54 ` Kukjin Kim
2011-05-25 18:15   ` Jassi Brar
2011-05-25 18:48     ` Kukjin Kim
2011-05-26 14:24     ` Mark Brown
2011-05-26 15:02       ` Jassi Brar
  -- strict thread matches above, loose matches on Subject: below --
2011-05-31  5:40 Giridhar Maruthy
2011-05-31 10:07 ` Mark Brown

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.