Re: [U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-09-23 Thread Paulraj, Sandeep
> > On Wed, Sep 14, 2011 at 7:43 PM, Paulraj, Sandeep > wrote: > > > > > >> > >> On Thu, Aug 25, 2011 at 7:46 AM, Balaji T K wrote: > >> > Enable high capacity to host capability. > >> > Fixes eMMC detection on boot from MMC/SD card. > >> > > >> > Signed-off-by: Balaji T K > >> > Signed-off-b

Re: [U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-09-15 Thread Paulraj, Sandeep
> > > > > >> > >> On Thu, Aug 25, 2011 at 7:46 AM, Balaji T K wrote: > >> > Enable high capacity to host capability. > >> > Fixes eMMC detection on boot from MMC/SD card. > >> > > >> > Signed-off-by: Balaji T K > >> > Signed-off-by: Aneesh V > >> > --- > >> >  drivers/mmc/omap_hsmmc.c |    3 ++

Re: [U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-09-15 Thread T Krishnamoorthy, Balaji
On Wed, Sep 14, 2011 at 7:43 PM, Paulraj, Sandeep wrote: > > >> >> On Thu, Aug 25, 2011 at 7:46 AM, Balaji T K wrote: >> > Enable high capacity to host capability. >> > Fixes eMMC detection on boot from MMC/SD card. >> > >> > Signed-off-by: Balaji T K >> > Signed-off-by: Aneesh V >> > --- >> >

Re: [U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-09-14 Thread Paulraj, Sandeep
> > On Thu, Aug 25, 2011 at 7:46 AM, Balaji T K wrote: > > Enable high capacity to host capability. > > Fixes eMMC detection on boot from MMC/SD card. > > > > Signed-off-by: Balaji T K > > Signed-off-by: Aneesh V > > --- > >  drivers/mmc/omap_hsmmc.c |    3 ++- > >  1 files changed, 2 inserti

Re: [U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-09-08 Thread Simon Glass
On Thu, Aug 25, 2011 at 7:46 AM, Balaji T K wrote: > Enable high capacity to host capability. > Fixes eMMC detection on boot from MMC/SD card. > > Signed-off-by: Balaji T K > Signed-off-by: Aneesh V > --- >  drivers/mmc/omap_hsmmc.c |    3 ++- >  1 files changed, 2 insertions(+), 1 deletions(-)

Re: [U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-09-08 Thread T Krishnamoorthy, Balaji
On Sun, Sep 4, 2011 at 1:49 AM, Andy Fleming wrote: > Isn't high-capacity capability also connected to board capabilities? > Is it safe to enable this across all users of this driver? Hi, Host contoller IP supports High capacity. If High capacity card is connected to the board, then this flag is

Re: [U-Boot] [PATCH 1/1] mmc: omap: enable high capacity

2011-09-03 Thread Andy Fleming
Isn't high-capacity capability also connected to board capabilities? Is it safe to enable this across all users of this driver? Andy On Thu, Aug 25, 2011 at 9:46 AM, Balaji T K wrote: > Enable high capacity to host capability. > Fixes eMMC detection on boot from MMC/SD card. > > Signed-off-by: B