drm/exynos: hdmi: remove the i2c drivers and use
authorDaniel Kurtz <djkurtz@chromium.org>
Fri, 25 Apr 2014 05:59:42 +0000 (14:59 +0900)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:34 +0000 (11:47 +0900)
commit1410d2144f75a305b9433cba5a94e1e3303ec3c2
treeb0b1f88e6abf7e8cfa285b815352d5cb6d3b42b2
parentb4dbf0a067e5bed0d2e364e5c6f8a6ef964ea6cb
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