From: Alex Deucher Date: Fri, 6 Aug 2010 01:21:16 +0000 (-0400) Subject: drm/radeon/kms: unify i2c handling X-Git-Tag: v2.6.36-rc1~71^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f376b94fbc0a313a606748206340cbef6c2adf6b;p=pandora-kernel.git drm/radeon/kms: unify i2c handling Previously we added i2c buses as needed when enumerating connectors power management, etc. This only exposed the actual buses used and could have lead to the same buse getting created more than once if one buses was used for more than one purpose. This patch sets up all i2c buses on the card in one place and users of the buses just point back to the one instance. Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-diff-tree failed