summaryrefslogtreecommitdiff
path: root/drivers/video/omap2/dss/hdmi4_core.c
Commit message (Collapse)AuthorAgeFilesLines
* omapdss: HDMI: move common functions to a separate fileArchit Taneja2013-10-091-2/+2
| | | | | | | | | 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>
* omapdss: HDMI: Rename hdmi driver files to nicer namesArchit Taneja2013-10-091-0/+1034
Replace the ti_hdmi_4xxx* notation for OMAP4 HDMI driver with hdmi4. Rename the hdmi.c encoder driver to hdmi4.c. Rename ti_hdmi.h to hdmi.h Signed-off-by: Archit Taneja <archit@ti.com> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>