commit | 4959212c18669f254daa0ae796ad676b67939ba2 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Fri Dec 17 16:45:46 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Dec 21 01:05:43 2010 +0900 |
tree | ad7957b2e9bac2687c14a9f92eff6637d127fe3d | |
parent | 3b80ffdef001ac7ff53bdcb80ad2baadb5953f91 [diff] |
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 <jg1.han@samsung.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>