From: Daniel Kurtz Date: Mon, 24 Feb 2014 09:52:51 +0000 (+0900) Subject: drm/exynos: hdmi: remove the i2c drivers and use X-Git-Tag: v3.15-rc1~51^2~42^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b7681326dc2c6669302b086400bd64af2ff8a4f;p=pandora-kernel.git drm/exynos: hdmi: remove the i2c drivers and use The i2c client was previously being passed into the hdmi driver via a dedicated i2c driver, and then a global variable. This patch removes all of that and just uses the device tree to get the i2c_client. This patch also properly references the client so we don't lose it before we're done with it. Signed-off-by: Daniel Kurtz [seanpaul changed to phandle lookup instead of using of node name] Signed-off-by: Sean Paul Signed-off-by: Inki Dae --- Reading git-diff-tree failed