i2c-probe in 2.6.28 returns -EOPNOTSUPP

2009-01-20 Thread pramod gurav
Hi All I am trying to port the i2c client drivers from linux-omap-2.6.26 to 2.6.28. The i2c client drivers are old styled. The i2c-probe function called by attach_adapter function returns -EOPNOTSUPP. This states adapter does not support SMBUS_QUICK command. Same driver on linux-omap-2.6.26 works

Re: i2c-probe in 2.6.28 returns -EOPNOTSUPP

2009-01-20 Thread Jean Delvare
On Tue, 20 Jan 2009 18:20:58 +0530, pramod gurav wrote: Hi All I am trying to port the i2c client drivers from linux-omap-2.6.26 to 2.6.28. The i2c client drivers are old styled. The i2c-probe function called by attach_adapter function returns -EOPNOTSUPP. This states adapter does not support