public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Madhusudhan Chikkature <madhu.cr@ti.com>
Cc: linux-omap@vger.kernel.org
Subject: Re: [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data
Date: Wed, 10 Sep 2008 16:56:46 -0700	[thread overview]
Message-ID: <20080910235646.GV21163@atomide.com> (raw)
In-Reply-To: <62710.192.168.10.89.1218608010.squirrel@dbdmail.itg.ti.com>

* Madhusudhan Chikkature <madhu.cr@ti.com> [080812 23:13]:
> 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.

Pushing today.

Tony

> 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;
> 
> 

  reply	other threads:[~2008-09-10 23:56 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-13  6:13 [PATCH]Enable 4-bit in HSMMC1 and HSMMC2 platform data Madhusudhan Chikkature
2008-09-10 23:56 ` Tony Lindgren [this message]
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

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=20080910235646.GV21163@atomide.com \
    --to=tony@atomide.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=madhu.cr@ti.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox