i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter
authorJean Delvare <khali@linux-fr.org>
Sun, 20 Mar 2011 13:50:53 +0000 (14:50 +0100)
committerJean Delvare <khali@endymion.delvare>
Sun, 20 Mar 2011 13:50:53 +0000 (14:50 +0100)
commitfe6fc25857d293546bd400432cdb77866c797c9b
tree58fcbe3a5bc3b7ba518c22c544025132cc95ad8d
parent9ea3e941d161f41f920462c50e9b651cc00eccc7
i2c: Deprecate i2c_driver.attach_adapter and .detach_adapter

The last legitimate user of i2c_driver.attach_adapter and
.detach_adapter is gone, so we can finally deprecate these callbacks.
The last few drivers which still use these will have to be updated to
make use of standard I2C device instantiation ways instead.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Documentation/feature-removal-schedule.txt
drivers/i2c/Makefile
drivers/i2c/i2c-core.c
include/linux/i2c.h