Re: [U-Boot] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-02-16 Thread T Krishnamoorthy, Balaji
On Mon, Jan 23, 2012 at 3:14 PM, Patil, Rachna wrote: > commit 2faa76196af4b3e93bcb9e38ed9090cbd3b06db3 > Author: Patil, Rachna > Date: Sun Jan 22 23:44:12 2012 + > > ARM: I2C: I2C Multi byte address support > > Existing OMAP I2C driver does not support address > length greater

Re: [U-Boot] OMAP USB, beagle-xm fail

2012-02-14 Thread T Krishnamoorthy, Balaji
On Mon, Feb 13, 2012 at 5:16 PM, Patil, Rachna wrote: > Hi Govindraj, > > On Mon, Feb 13, 2012 at 14:29:56, Govindraj wrote: >> Hi Peter, >> >> On Mon, Feb 13, 2012 at 1:52 PM, Peter Meerwald wrote: >> > Hello, >> > >> > the recent OMAP USB changes (43b62393da6dfdd7f503d1b37344463a05ea47b5, >> >

Re: [U-Boot] [PATCH 2/2] mmc: omap: config VMMC, MMC1_PBIAS

2011-09-15 Thread T Krishnamoorthy, Balaji
Hi Andy, This patch has been tested on OMAP3 beagle board and OMAP4 Blaze mmc read and write is OK. Do you have any comments on this patch? -- Thanks and Regards, Balaji T K On Thu, Sep 8, 2011 at 10:04 PM, Balaji T K wrote: > Config VMMC voltage to 3V for MMC/SD card slot > and PBIAS settings

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-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: config VMMC, MMC1_PBIAS

2011-08-25 Thread T Krishnamoorthy, Balaji
On Thu, Aug 25, 2011 at 8:25 PM, Marek Vasut wrote: > > On Thursday, August 25, 2011 04:48:25 PM Balaji T K wrote: > > Config VMMC voltage to 3V for MMC/SD card slot > > and PBIAS settings needed for OMAP4 > > Fixes MMC/SD detection on boot from eMMC. > > > > Signed-off-by: Balaji T K > > Signed-