On Wed, 23 Jul 2008 10:20:12 +0300, Darius wrote: > Description: > > Implementation of I2C Adapter/Algorithm Driver > for I2C Bus integrated in Freescale's i.MXL and i.MX1 processors > > Changes from V10 version: > > - adapter class changed to I2C_CLASS_ALL
Not a smart move if you ask me. All embedded platforms are moving away from I2C probing and now use I2C device description at the platform level. I expect I2C_CLASS_ALL to be discarded in 2.6.28. Almost all hwmon and rtc drivers have been converted to the new I2C device driver matching scheme at this point, and the few remaining ones will definitely be converted for 2.6.28, hopefully with all the other legacy I2C drivers in the kernel tree. > - changes regarding new IMX Clock API > > Signed-off-by: Darius Augulis <[EMAIL PROTECTED]> > --- Ben, this driver has been through many iterations already. Maybe it's time for you to pick it up? -- Jean Delvare _______________________________________________ i2c mailing list [email protected] http://lists.lm-sensors.org/mailman/listinfo/i2c
