diff options
author | Jean Delvare <khali@linux-fr.org> | 2009-06-19 10:58:18 -0400 |
---|---|---|
committer | Jean Delvare <khali@linux-fr.org> | 2009-06-19 10:58:18 -0400 |
commit | 729d6dd571464954f625e6b80950d9e4e3bd94f7 (patch) | |
tree | faf8ada32b03c8bc07e1ddb8ec0d26d6440b6d98 /Documentation/feature-removal-schedule.txt | |
parent | 352da9820e5506e3b8496e6052a2ad9c488efae8 (diff) |
i2c: Get rid of the legacy binding model
We converted all the legacy i2c drivers so we can finally get rid of
the legacy binding model. Hooray!
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'Documentation/feature-removal-schedule.txt')
-rw-r--r-- | Documentation/feature-removal-schedule.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index 9163dade0706..f8cd450be9aa 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feature-removal-schedule.txt | |||
@@ -368,15 +368,6 @@ Who: Krzysztof Piotr Oledzki <ole@ans.pl> | |||
368 | 368 | ||
369 | --------------------------- | 369 | --------------------------- |
370 | 370 | ||
371 | What: i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client() | ||
372 | When: 2.6.30 | ||
373 | Check: i2c_attach_client i2c_detach_client | ||
374 | Why: Deprecated by the new (standard) device driver binding model. Use | ||
375 | i2c_driver->probe() and ->remove() instead. | ||
376 | Who: Jean Delvare <khali@linux-fr.org> | ||
377 | |||
378 | --------------------------- | ||
379 | |||
380 | What: fscher and fscpos drivers | 371 | What: fscher and fscpos drivers |
381 | When: June 2009 | 372 | When: June 2009 |
382 | Why: Deprecated by the new fschmd driver. | 373 | Why: Deprecated by the new fschmd driver. |