drm/exynos: hdmi: remove the i2c drivers and use
authorDaniel Kurtz <djkurtz@chromium.org>
Mon, 24 Feb 2014 09:52:51 +0000 (18:52 +0900)
committerInki Dae <daeinki@gmail.com>
Sun, 23 Mar 2014 15:36:32 +0000 (00:36 +0900)
commit2b7681326dc2c6669302b086400bd64af2ff8a4f
tree6d698d120893d2b8a140670bd199014b1708307b
parent080be03de296f68e8c6e13ab7545eae26db6359f
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 <djkurtz@chromium.org>
[seanpaul changed to phandle lookup instead of using of node name]
Signed-off-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Documentation/devicetree/bindings/video/exynos_hdmi.txt
drivers/gpu/drm/exynos/Makefile
drivers/gpu/drm/exynos/exynos_hdmi.c