From: Tomi Valkeinen Date: Tue, 16 Aug 2011 10:45:15 +0000 (+0300) Subject: OMAP: DSS2: DISPC: rename manager related funcs X-Git-Tag: v3.2-rc1~98^2~1^2~79 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d9dd0dbe09e8a6d1f8c8ed90cd29b049bfa6ee;p=pandora-kernel.git OMAP: DSS2: DISPC: rename manager related funcs Rename dispc's manager related functions as follows: - Remove prepending underscores, which were originally used to inform that the clocks needs to be enabled. This meaning is no longer valid. - Prepend the functions with dispc_mgr_* - Remove "channel" from the name, e.g. dispc_enable_channel -> dispc_mgr_enable The idea is to group manager related functions so that it can be deduced from the function name that it writes to manager spesific registers. All dispc_mgr_* functions have enum omap_channel as the first parameter. Signed-off-by: Tomi Valkeinen --- Reading git-diff-tree failed