Re: [PATCH 2/7] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-05-03 Thread kishore kadiyala
On Thu, Apr 22, 2010 at 12:17 AM, Tony Lindgren wrote: > * kishore kadiyala [100421 11:15]: >> This patch adds MMC1 and MMC2 Controller support for OMAP4430 Board >> file. >> >> Signed-off-by: Kishore Kadiyala >> --- >>  arch/arm/mach-omap2/Makefile        |    3 +- >>  arch/arm/mach-omap2/board

Re: [PATCH 2/7] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-04-30 Thread Russell King
On Wed, Apr 21, 2010 at 11:49:55PM +0530, kishore kadiyala wrote: > @@ -99,6 +110,17 @@ static struct regulator_consumer_supply > sdp4430_vmmc_supply[] > }, > }; > > +static int __init sdp4430_mmc_init(void) > +{ > + omap2_hsmmc_init(mmc); > + > + /* link regulators to MMC adapters

Re: [PATCH 2/7] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-04-21 Thread Tony Lindgren
* kishore kadiyala [100421 11:15]: > This patch adds MMC1 and MMC2 Controller support 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

[PATCH 2/7] OMAP4-HSMMC: Adding HSMMC support for OMAP4430 Board file

2010-04-21 Thread kishore kadiyala
This patch adds MMC1 and MMC2 Controller support 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, 33 insertions(+), 9 deletions(-) diff --gi