git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ae3148
)
i2c-dev: Use standard bus notification mechanism
author
Jean Delvare
<khali@linux-fr.org>
Sun, 20 Mar 2011 13:50:52 +0000
(14:50 +0100)
committer
Jean Delvare
<khali@endymion.delvare>
Sun, 20 Mar 2011 13:50:52 +0000
(14:50 +0100)
Use the standard driver core mechanism to keep track of i2c adapters
present on the system: i2c_for_each_dev and a notifier. This will let
us deprecate and ultimately remove the legacy attach_adapter and
detach_adapter callbacks in i2c_driver.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
No differences found