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

2012-02-21 Thread Tom Rini
On Tue, Feb 21, 2012 at 09:51:59AM +0100, Thomas Weber wrote: > Hello Tom, > On 02/20/2012 11:23 PM, Tom Rini wrote: > >On Sun, Feb 19, 2012 at 10:44:52AM +0100, Thomas Weber wrote: > >>Hello Tom, hello Rachna, > >> > >>I don't know if this is related to the i2c changes or mmc changes? > >> > >>Whe

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

2012-02-21 Thread Thomas Weber
Hello Tom, On 02/20/2012 11:23 PM, Tom Rini wrote: On Sun, Feb 19, 2012 at 10:44:52AM +0100, Thomas Weber wrote: Hello Tom, hello Rachna, I don't know if this is related to the i2c changes or mmc changes? When I boot from nand and then make "mmc rescan" the card is not detected. When booting w

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

2012-02-20 Thread Tom Rini
On Sun, Feb 19, 2012 at 10:44:52AM +0100, Thomas Weber wrote: > Hello Tom, hello Rachna, > > I don't know if this is related to the i2c changes or mmc changes? > > When I boot from nand and then make "mmc rescan" the card is not detected. > When booting with boot_key on Devkit8000 directly from s

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

2012-02-20 Thread Heiko Schocher
Hello T Krishnamoorthy T Krishnamoorthy, Balaji wrote: > 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 >> >> Existi

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

2012-02-19 Thread Thomas Weber
Hello Tom, hello Rachna, I don't know if this is related to the i2c changes or mmc changes? When I boot from nand and then make "mmc rescan" the card is not detected. When booting with boot_key on Devkit8000 directly from sd-card everything is okay. Thomas Log below: U-Boot SPL 2011.12-003

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

2012-02-17 Thread Thomas Weber
Hello Rachna, On 17.02.2012 10:37, Patil, Rachna wrote: > Hi Thomas, > > On Fri, Feb 17, 2012 at 14:32:02, Thomas Weber wrote: >> Hello Rachna, >> >> I get multiple timeouts from wait_for_status_mask() during i2c_write(), >> line 481. >> >> The Result is 1410h und status_mask is 7h. >> >> I use

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

2012-02-17 Thread Patil, Rachna
Hi Thomas, On Fri, Feb 17, 2012 at 14:32:02, Thomas Weber wrote: > Hello Rachna, > > I get multiple timeouts from wait_for_status_mask() during i2c_write(), line > 481. > > The Result is 1410h und status_mask is 7h. > > I use a devkit8000, booting from sd-card. > Currently I do not have an

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

2012-02-17 Thread Thomas Weber
Hello Rachna, I get multiple timeouts from wait_for_status_mask() during i2c_write(), line 481. The Result is 1410h und status_mask is 7h. I use a devkit8000, booting from sd-card. Regards, Thomas U-Boot SPL 2011.12-00323-g9a3aae2-dirty (Feb 17 2012 - 09:30:36) Texas Instruments Revision de

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] [PATCH v3 1/3] ARM: I2C: I2C Multi byte address support

2012-02-16 Thread Thomas Weber
Hello Rachna, On 01/23/2012 10:44 AM, Patil, Rachna wrote: Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash Signed-off-by: Hebbar, Gururaja Signed-off-by: Patil, Rachna ---

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

2012-01-24 Thread Heiko Schocher
Hello Patil, Patil, Rachna wrote: > Existing OMAP I2C driver does not support address > length greater than one. Hence this patch is to > add support for 2 byte address read/write. > > Signed-off-by: Philip, Avinash > Signed-off-by: Hebbar, Gururaja > Signed-off-by: Patil, Rachna > --- > Chang

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

2012-01-23 Thread Patil, Rachna
Existing OMAP I2C driver does not support address length greater than one. Hence this patch is to add support for 2 byte address read/write. Signed-off-by: Philip, Avinash Signed-off-by: Hebbar, Gururaja Signed-off-by: Patil, Rachna --- Changes for v3: rebased, patches applied on top of master