All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Hilman <khilman@ti.com>
To: Kishore Kadiyala <kishore.kadiyala@ti.com>
Cc: linux-mmc@vger.kernel.org, linux-omap@vger.kernel.org,
	tony@atomide.com, cjb@laptop.org, madhu.cr@ti.com,
	paul@pwsan.com
Subject: Re: [PATCH 1/5] OMAP2420: hwmod data: Add HSMMC
Date: Tue, 08 Feb 2011 14:36:59 -0800	[thread overview]
Message-ID: <877hdajgqc.fsf@ti.com> (raw)
In-Reply-To: <1296660462-28489-2-git-send-email-kishore.kadiyala@ti.com> (Kishore Kadiyala's message of "Wed, 2 Feb 2011 20:57:38 +0530")

Kishore Kadiyala <kishore.kadiyala@ti.com> writes:

> Update the omap2420 hwmod data with the HSMMC info.
> Add a device attribute structure which will be used
> by the host driver to find whether the HSMMC controller
> supports DUAL VOLT cards.
>
> Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>

[...]

> --- a/arch/arm/plat-omap/include/plat/mmc.h
> +++ b/arch/arm/plat-omap/include/plat/mmc.h
> @@ -43,6 +43,13 @@
>  
>  #define OMAP_MMC_MAX_SLOTS	2
>  
> +/* omap_hwmod integration data */
> +#define OMAP_HSMMC_SUPPORTS_DUAL_VOLT	BIT(1)
> +
> +struct mmc_dev_attr {
> +	u8 flags;
> +};
> +
>  struct omap_mmc_platform_data {
>  	/* back-link to device */
>  	struct device *dev;

This part should be broken out as a separate patch. 

Kevin


  reply	other threads:[~2011-02-08 22:37 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-02 15:27 [PATCH 0/5] OMAP: HSMMC: hwmod adaptation Kishore Kadiyala
2011-02-02 15:27 ` [PATCH 1/5] OMAP2420: hwmod data: Add HSMMC Kishore Kadiyala
2011-02-08 22:36   ` Kevin Hilman [this message]
2011-02-10 17:02     ` Kadiyala, Kishore
2011-02-08 23:29   ` Paul Walmsley
2011-02-10 17:07     ` Kadiyala, Kishore
2011-02-10 19:52       ` Paul Walmsley
2011-02-02 15:27 ` [PATCH 2/5] OMAP2430: " Kishore Kadiyala
2011-02-02 15:27 ` [PATCH 3/5] OMAP3: " Kishore Kadiyala
2011-02-08 22:30   ` Kevin Hilman
2011-02-10 17:02     ` Kadiyala, Kishore
2011-02-02 15:27 ` [PATCH 4/5] OMAP4: " Kishore Kadiyala
2011-02-02 15:27 ` [PATCH 5/5] OMAP: devices: Modify HSMMC device to adapt to hwmod framework Kishore Kadiyala
2011-02-08 23:05   ` Kevin Hilman
2011-02-10 17:08     ` Kadiyala, Kishore
2011-02-10 21:10       ` Kevin Hilman

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=877hdajgqc.fsf@ti.com \
    --to=khilman@ti.com \
    --cc=cjb@laptop.org \
    --cc=kishore.kadiyala@ti.com \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=madhu.cr@ti.com \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.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 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.