]> git.karo-electronics.de Git - linux-beck.git/commit
omapdss: HDMI: move common functions to a separate file
authorArchit Taneja <archit@ti.com>
Tue, 17 Sep 2013 06:13:15 +0000 (11:43 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Oct 2013 09:42:37 +0000 (12:42 +0300)
commit08d83e4e172176f8a66697ffb26eaa5ac5c2ef03
tree700c97cdcc56188e8aa1c0aca2b7663f2100ba3d
parentc8a0d959b776f6799b995941ee0c2f8c67110fe8
omapdss: HDMI: move common functions to a separate file

The OMAP4 HDMI encoder driver(hdmi4.c) contains timings tables, and helper
functions which can be used as is by the OMAP5/DRA7x encoder driver. Move these
to hdmi_common.c so that it's not replicated in the future.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/Makefile
drivers/video/omap2/dss/hdmi.h
drivers/video/omap2/dss/hdmi4.c
drivers/video/omap2/dss/hdmi4_core.c
drivers/video/omap2/dss/hdmi4_core.h
drivers/video/omap2/dss/hdmi_common.c [new file with mode: 0644]