From: Tomi Valkeinen Date: Thu, 16 Oct 2014 12:31:38 +0000 (+0300) Subject: OMAPDSS: HDMI: store WP pointer to hdmi_pll_data X-Git-Tag: omap-for-v3.19/fixes-rc1~128^2^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03aafa2cd84e6406ce3ceedca245a6a731f9b77b;p=pandora-kernel.git OMAPDSS: HDMI: store WP pointer to hdmi_pll_data HDMI PLL code needs the pointer to the WP block so that it can manage its power. Currently this is passed as a function parameter to hdmi_pll_enable and hdmi_pll_disable. To make the PLL function adhere to the DSS PLL API, we need to remove the WP parameter. This patch stores the WP pointer to hdmi_pll_data in hdmi_pll_init, so that it's available when needed. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed