Re: i2c problem with twl4030

2008-11-14 Thread Peter Teoh
In drivers/gpio/twl4030-gpio.c: For initialization of twl4030 check out: static int __init gpio_twl4030_init(void) On Wed, Nov 12, 2008 at 7:57 AM, Sudipta GHOSH <[EMAIL PROTECTED]> wrote: > Hi, > > I am having some problem with i2c. > > In my env I cant make i2c working. > > During boot, Twl403

Re: i2c problem with twl4030

2008-11-12 Thread arun c
Hi, On Wed, Nov 12, 2008 at 1:47 PM, Sudipta GHOSH <[EMAIL PROTECTED]> wrote: > Hi, > > I am having some problem with i2c. > > In my env I cant make i2c working. > > During boot, Twl4030 tries to send few i2c data, but it didnt going ok. > > static void twl_init_irq(void), issues many i2c write but

i2c problem with twl4030

2008-11-12 Thread Sudipta GHOSH
Hi, I am having some problem with i2c. In my env I cant make i2c working. During boot, Twl4030 tries to send few i2c data, but it didnt going ok. static void twl_init_irq(void), issues many i2c write but fails with error -121 (EREMOTEIO). I tries to some twl4030 i2c read and write from video d

i2c problem with twl4030

2008-11-11 Thread Sudipta GHOSH
Hi, I am having some problem with i2c. In my env I cant make i2c working. During boot, Twl4030 tries to send few i2c data, but it didnt going ok. static void twl_init_irq(void), issues many i2c write but fails with error -121 (EREMOTEIO). I tries to some twl4030 i2c read and write from video d