Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-29 Thread Tom
Dirk Behme wrote: > Tom, > > Tom Rix wrote: >> This changes fixes an early i2c error. > > Do you like to update this against recent u-boot-ti? > Yes. I developed against the u-boot-ti branch. I will rebase the patches. Tom ___ U-Boot mailing list U-Bo

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-28 Thread Dirk Behme
Tom, Tom Rix wrote: > This changes fixes an early i2c error. Do you like to update this against recent u-boot-ti? It applies fine using quilt -- cut -- > quilt push Applying patch patches/i2c_fix.txt patching file include/configs/devkit8000.h patching file include/configs/omap3_beagle.h patchi

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-27 Thread Heiko Schocher
Hello Dirk, Dirk Behme wrote: > Heiko Schocher wrote: >> Hello Tom, >> >> Tom Rix wrote: >>> This changes fixes an early i2c error. >>> >>> It appears that I2C is working because once a read or write >>> error is detected, the omap24xx_i2c driver calls i2c_init >>> inside its error handling check.

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-27 Thread Dirk Behme
Hi Heiko, Heiko Schocher wrote: > Hello Tom, > > Tom Rix wrote: >> This changes fixes an early i2c error. >> >> It appears that I2C is working because once a read or write >> error is detected, the omap24xx_i2c driver calls i2c_init >> inside its error handling check. >> >> While it is ok to atte

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-27 Thread Heiko Schocher
Hello Tom, Tom Rix wrote: > This changes fixes an early i2c error. > > It appears that I2C is working because once a read or write > error is detected, the omap24xx_i2c driver calls i2c_init > inside its error handling check. > > While it is ok to attempt error handling this way, the boards > mu

Re: [U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-25 Thread Dirk Behme
Tom Rix wrote: > This changes fixes an early i2c error. > > It appears that I2C is working because once a read or write > error is detected, the omap24xx_i2c driver calls i2c_init > inside its error handling check. > > While it is ok to attempt error handling this way, the boards > must not depen

[U-Boot] [PATCH 1/1] TI OMAP3 Use arm init sequence to initialize i2c

2009-09-24 Thread Tom Rix
This changes fixes an early i2c error. It appears that I2C is working because once a read or write error is detected, the omap24xx_i2c driver calls i2c_init inside its error handling check. While it is ok to attempt error handling this way, the boards must not depend on this side effect to initia