OSDN Git Service

OMAPDSS: HDMI: rename resource names
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 17 Dec 2013 12:41:14 +0000 (14:41 +0200)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Mon, 13 Jan 2014 10:19:54 +0000 (12:19 +0200)
commit77601507bcfdd9845822458cd36327e592704c25
tree6bab1be6e2af50e1dbbda6b8e83e459fcd0bf3d3
parent68104467ec19a56db2799049e53e910089c66c75
OMAPDSS: HDMI: rename resource names

The HDMI driver tries to get the needed memory resources by name and by
ID. Resources by name are not currently defined, and will be used with
DT boot.

The resource names used in the driver are not quite perfect, and as they
are not used yet, we can change them. This patch removes the unneeded
"hdmi_" prefix from the names, and simplifies the names (e.g. hdmi_txphy
-> phy).

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi4_core.c
drivers/video/omap2/dss/hdmi_phy.c
drivers/video/omap2/dss/hdmi_pll.c
drivers/video/omap2/dss/hdmi_wp.c