Re: [U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
On Thu, Apr 29, 2010 at 12:55 PM, Steve Sakoman wrote: > On Thu, Apr 29, 2010 at 11:15 AM, Scott Wood wrote: >> The mandatory use of structs even with large reserved areas seems to invite >> and obscure such issues (and the comments don't help much, since nothing >> ensures they're accurate). > >

Re: [U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
On Thu, Apr 29, 2010 at 11:15 AM, Scott Wood wrote: > Steve Sakoman wrote: >> >> This patch adds support for the second and third mmc channels on OMAP3 >> processors >> >> Boards wishing to use this feature should define >> CONFIG_SYS_MMC_SET_DEV in the board config >> >> Tested on Overo >> >> Sig

Re: [U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Scott Wood
Steve Sakoman wrote: > This patch adds support for the second and third mmc channels on OMAP3 > processors > > Boards wishing to use this feature should define > CONFIG_SYS_MMC_SET_DEV in the board config > > Tested on Overo > > Signed-off-by: Steve Sakoman > --- > > diff --git a/arch/arm/incl

[U-Boot] [PATCH RFC] OMAP: mmc: add support for second and third mmc channels

2010-04-29 Thread Steve Sakoman
This patch adds support for the second and third mmc channels on OMAP3 processors Boards wishing to use this feature should define CONFIG_SYS_MMC_SET_DEV in the board config Tested on Overo Signed-off-by: Steve Sakoman --- diff --git a/arch/arm/include/asm/arch-omap3/mmc_host_def.h b/arch/arm/