Hi Ben, On Tue, 13 Jan 2009 15:44:29 +0000, Ben Dooks wrote: > On Tue, Jan 13, 2009 at 02:40:44PM +0100, Jean Delvare wrote: > > Let the kernel developers know that i2c_attach_client() and > > i2c_detach_client() are deprecated and should no longer be used. > > Drivers using these should be converted to the standard device > > driver binding model (probe and remove methods.) > > > > Signed-off-by: Jean Delvare <khali@xxxxxxxxxxxx> > > This is a good idea, we should also signal a kernel date when the > old probe method will be removed (IMHO, the next merge window). There's an entry in feature-removal-schedule.txt already: What: i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client() When: 2.6.29 (ideally) or 2.6.30 (more likely) Why: Deprecated by the new (standard) device driver binding model. Use i2c_driver->probe() and ->remove() instead. Who: Jean Delvare <khali@xxxxxxxxxxxx> I'd say this is sufficient? > Acked-by: Ben Dooks <ben-linux@xxxxxxxxx> Thanks, -- Jean Delvare -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html