From: Jingoo Han Date: Fri, 17 Dec 2010 07:45:46 +0000 (+0900) Subject: s3c-fb: add support for runtime pm X-Git-Tag: v2.6.38-rc1~474^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4959212c18669f254daa0ae796ad676b67939ba2;p=pandora-kernel.git s3c-fb: add support for runtime pm This patch adds support for runtime pm using the functions. - pm_runtime_get_sync() - pm_runtime_put_sync() pm_runtime_get_sync() and pm_runtime_put_sync() are called when open or release function of framebufer driver is called to inform the system if hardware is idle or not. Signed-off-by: Jingoo Han Signed-off-by: Paul Mundt --- Reading git-diff-tree failed