On Wed, Feb 9, 2011 at 4:06 AM, Kevin Hilman <khilman@xxxxxx> wrote: > Kishore Kadiyala <kishore.kadiyala@xxxxxx> 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@xxxxxx> > > [...] > >> --- 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. Ok , will split into a separate patch Regards, Kishore > > Kevin > > -- To unsubscribe from this list: send the line "unsubscribe linux-mmc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html