public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data
@ 2008-08-13  6:13 Madhusudhan Chikkature
  2008-09-10 23:56 ` Tony Lindgren
  0 siblings, 1 reply; 20+ messages in thread
From: Madhusudhan Chikkature @ 2008-08-13  6:13 UTC (permalink / raw)
  To: tony; +Cc: linux-omap

From: Madhusudhan Chikkature<madhu.cr@ti.com>

ARM: OMAP3: Enable 4-bit support for HSMMC.

This patch provides the fix to enable 4-bit support for HSMMC.

Signed-off-by: Madhusudhan Chikkature<madhu.cr@ti.com>
Signed-off-by: purushotam<purushotam@ti.com>
---
 arch/arm/plat-omap/devices.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

Index: linux-omap-2.6/arch/arm/plat-omap/devices.c
===================================================================
--- linux-omap-2.6.orig/arch/arm/plat-omap/devices.c	2008-08-07
15:56:52.000000000 +0530
+++ linux-omap-2.6/arch/arm/plat-omap/devices.c	2008-08-11 10:57:37.000000000
+0530
@@ -289,13 +289,17 @@ static void __init omap_init_mmc(void)
 	mmc = &mmc_conf->mmc[0];

 	if (cpu_is_omap2430() || cpu_is_omap34xx()) {
-		if (mmc->enabled)
+		if (mmc->enabled) {
+			mmc1_data.conf = *mmc;
 			(void) platform_device_register(&mmc_omap_device1);
+		}

 #if defined(CONFIG_ARCH_OMAP2430) || defined(CONFIG_ARCH_OMAP34XX)
 		mmc = &mmc_conf->mmc[1];
-		if (mmc->enabled)
+		if (mmc->enabled) {
+			mmc2_data.conf = *mmc;
 			(void) platform_device_register(&mmc_omap_device2);
+		}
 #endif

 		return;



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

end of thread, other threads:[~2008-09-24  9:02 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-13  6:13 [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data Madhusudhan Chikkature
2008-09-10 23:56 ` Tony Lindgren
2008-09-11  8:48   ` Russell King - ARM Linux
2008-09-11  9:13     ` Russell King - ARM Linux
2008-09-11 17:33       ` Tony Lindgren
2008-09-11 18:13         ` Russell King - ARM Linux
2008-09-11 21:18           ` Steve Sakoman
2008-09-12  8:04             ` Felipe Balbi
2008-09-12  0:48           ` [PATCH] ARM: OMAP: Clean-up MMC device init (Was: [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data) Tony Lindgren
2008-09-13  9:59             ` Russell King - ARM Linux
2008-09-13 17:11               ` Tony Lindgren
2008-09-16 23:13                 ` Tony Lindgren
2008-09-17  1:52                   ` Tony Lindgren
2008-09-17  7:57                   ` Russell King - ARM Linux
2008-09-24  9:02                     ` Tony Lindgren
2008-09-11 11:23     ` [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data Jarkko Lavinen
2008-09-11 11:35       ` Felipe Balbi
2008-09-20 10:02         ` Pierre Ossman
2008-09-11 19:53       ` Tony Lindgren
2008-09-12 12:32       ` Madhusudhan Chikkature

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox