From: Jean Delvare Date: Sun, 20 Mar 2011 13:50:52 +0000 (+0100) Subject: i2c-dev: Use standard bus notification mechanism X-Git-Tag: v2.6.39-rc1~407^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ea3e941d161f41f920462c50e9b651cc00eccc7;p=pandora-kernel.git i2c-dev: Use standard bus notification mechanism 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 --- Reading git-diff-tree failed