All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] mmc: dw_mmc: exynos: Add compatibility for exynos4412 SoC
@ 2013-02-07 11:57 Sachin Kamat
  2013-02-07 11:57 ` [PATCH 2/2] mmc: dw_mmc: exynos: Add pinctrl support Sachin Kamat
  2013-02-14 15:25 ` [PATCH 1/2] mmc: dw_mmc: exynos: Add compatibility for exynos4412 SoC Sachin Kamat
  0 siblings, 2 replies; 12+ messages in thread
From: Sachin Kamat @ 2013-02-07 11:57 UTC (permalink / raw)
  To: linux-mmc
  Cc: cjb, tgih.jun, jh80.chung, sachin.kamat, patches, Thomas Abraham

Added compatibility string for Exynos4412 SoC.

Cc: Thomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 drivers/mmc/host/dw_mmc-exynos.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c
index 72fd0f2..f15b4d3 100644
--- a/drivers/mmc/host/dw_mmc-exynos.c
+++ b/drivers/mmc/host/dw_mmc-exynos.c
@@ -209,6 +209,8 @@ static const struct dw_mci_drv_data exynos5250_drv_data = {
 };
 
 static const struct of_device_id dw_mci_exynos_match[] = {
+	{ .compatible = "samsung,exynos4412-dw-mshc",
+			.data = &exynos5250_drv_data, },
 	{ .compatible = "samsung,exynos5250-dw-mshc",
 			.data = &exynos5250_drv_data, },
 	{},
-- 
1.7.4.1


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

end of thread, other threads:[~2013-02-27 23:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-07 11:57 [PATCH 1/2] mmc: dw_mmc: exynos: Add compatibility for exynos4412 SoC Sachin Kamat
2013-02-07 11:57 ` [PATCH 2/2] mmc: dw_mmc: exynos: Add pinctrl support Sachin Kamat
2013-02-07 15:30   ` Linus Walleij
2013-02-25  4:39     ` Sachin Kamat
2013-02-27 23:19       ` Linus Walleij
2013-02-14 15:25 ` [PATCH 1/2] mmc: dw_mmc: exynos: Add compatibility for exynos4412 SoC Sachin Kamat
2013-02-15  5:09   ` Alim Akhtar
2013-02-15  5:24     ` Jaehoon Chung
2013-02-15  9:10       ` Sachin Kamat
2013-02-18  8:46       ` Sachin Kamat
2013-02-18  9:04         ` Dongjin Kim
2013-02-18  9:09           ` Sachin Kamat

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.