From 03aafa2cd84e6406ce3ceedca245a6a731f9b77b Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 16 Oct 2014 15:31:38 +0300 Subject: [PATCH] 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-format-patch failed