]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
omapdss: HDMI: remove hdmi_ip_data struct
authorArchit Taneja <archit@ti.com>
Tue, 8 Oct 2013 08:52:03 +0000 (14:22 +0530)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 9 Oct 2013 09:42:19 +0000 (12:42 +0300)
commit275cfa1a9d43f00d1ae59f36fa0c3ed7f941b369
tree5b79d69eb3aa1f46745173bd065cba3254884ec8
parent425f02fdee32ec0b6ae36067abe9586149120163
omapdss: HDMI: remove hdmi_ip_data struct

The struct hdmi_ip_data contains information related to HDMI wrapper, PLL, PHY
and core sub-blocks. Now that each of these sub blocks has it's own struct,
hdmi_ip_data serves no purpose. The mutex lock in the struct was also never
used.

Remove this struct to make things cleaner.

Signed-off-by: Archit Taneja <archit@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi.c
drivers/video/omap2/dss/ti_hdmi.h