forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i2c: Mark i2c_adapter.id as deprecated
It's about time to make it clear that i2c_adapter.id is deprecated. Hopefully this will remind the last user to move over to a different strategy. Signed-off-by: Jean Delvare <[email protected]> Acked-by: Jarod Wilson <[email protected]> Acked-by: Mauro Carvalho Chehab <[email protected]> Acked-by: Hans Verkuil <[email protected]>
- Loading branch information
Jean Delvare
authored and
Jean Delvare
committed
Nov 15, 2010
1 parent
f3dc65d
commit e1e18ee
Showing
3 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -554,3 +554,13 @@ Why: This is a legacy interface which have been replaced by a more | |
Who: NeilBrown <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: i2c_adapter.id | ||
When: June 2011 | ||
Why: This field is deprecated. I2C device drivers shouldn't change their | ||
behavior based on the underlying I2C adapter. Instead, the I2C | ||
adapter driver should instantiate the I2C devices and provide the | ||
needed platform-specific information. | ||
Who: Jean Delvare <[email protected]> | ||
|
||
---------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters