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)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Thu, 15 May 2014 05:28:46 +0000 (07:28 +0200)
commit2af2c43270cd49a49bf88409fb3a319fd6c757a7
tree24ce8b93ee434e607e68f7f2273556f073c846f3
parentdfe759094bfd8d97da8e22f827f0b5926702b763
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