From: Tomi Valkeinen Date: Thu, 16 Oct 2014 13:01:51 +0000 (+0300) Subject: OMAPDSS: HDMI: split PLL enable & config X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fbd061a28530dd24b2593bffa2b6a5b15eb3ed;p=pandora-kernel.git OMAPDSS: HDMI: split PLL enable & config At the moment we have one function, hdmi_pll_enable, which enables the PLL and writes the PLL configuration to registers. To make the HDMI PLL ahere to the DSS PLL API, split the hdmi_pll_enable into two parts: hdmi_pll_enable which enables the PLL HW, and hdmi_pll_set_config which writes the config. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed