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 s-paul...@ti.com wrote: On Thu, Aug 25, 2011 at 7:46 AM, Balaji T K balaj...@ti.com wrote: Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card. Signed-off-by: Balaji T K balaj...@ti.com

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 s-paul...@ti.com wrote: On Thu, Aug 25, 2011 at 7:46 AM, Balaji T K balaj...@ti.com wrote: Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card. Signed-off-by: Balaji T K balaj...@ti.com

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 balaj...@ti.com wrote: Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card. Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Aneesh V ane...@ti.com ---  drivers/mmc/omap_hsmmc.c |  

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 balaj...@ti.com wrote: Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card. Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Aneesh V ane...@ti.com ---  drivers/mmc/omap_hsmmc.c |    3 ++-  

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 aflem...@gmail.com 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,

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 balaj...@ti.com wrote: Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card. Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Aneesh V ane...@ti.com ---  drivers/mmc/omap_hsmmc.c |    3 ++-  1 files

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 balaj...@ti.com wrote: Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card.

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

2011-08-25 Thread Balaji T K
Enable high capacity to host capability. Fixes eMMC detection on boot from MMC/SD card. Signed-off-by: Balaji T K balaj...@ti.com Signed-off-by: Aneesh V ane...@ti.com --- drivers/mmc/omap_hsmmc.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/omap_hsmmc.c