From: Archit Taneja Date: Mon, 25 Jun 2012 07:04:22 +0000 (+0530) Subject: OMAPDSS: DISPC: Remove dispc_mgr_set_pol_freq() X-Git-Tag: v3.6-rc1~16^2~11^2~2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e065c79e6ceb8d267b1a4ff05b547feeb507986;p=pandora-kernel.git OMAPDSS: DISPC: Remove dispc_mgr_set_pol_freq() dispc_mgr_set_pol_freq() configures the fields in the register DISPC_POL_FREQo. All these fields have been moved to omap_video_timings struct, and are now programmed in dispc_mgr_set_lcd_timings(). These will be configured when timings are applied via dss_mgr_set_timings(). Remove dispc_mgr_set_pol_freq() and it's calls from the interface drivers. Signed-off-by: Archit Taneja --- Reading git-diff-tree failed