Re: [PATCH v2 1/5] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-05-06 Thread kishore kadiyala
<> > > Can do this instead I think: > > static struct regulator_consumer_supply sdp4430_vmmc_supply[] = { >        { >                .supply         = "vmmc", >                .dev_name       = "mmci-omap-hs.0", >        }, >        { >                .supply         = "vmmc", >                .de

Re: [PATCH v2 1/5] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-05-05 Thread Adrian Hunter
kishore kadiyala wrote: This patch adds MMC1 and MMC2 Controller data for OMAP4430 Board file. Signed-off-by: Kishore Kadiyala --- arch/arm/mach-omap2/Makefile|3 +- arch/arm/mach-omap2/board-4430sdp.c | 39 -- 2 files changed, 34 insertions(+), 8

[PATCH v2 1/5] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-05-04 Thread kishore kadiyala
This patch adds MMC1 and MMC2 Controller data for OMAP4430 Board file. Signed-off-by: Kishore Kadiyala --- arch/arm/mach-omap2/Makefile|3 +- arch/arm/mach-omap2/board-4430sdp.c | 39 -- 2 files changed, 34 insertions(+), 8 deletions(-) diff --git a