commit | 6d1386c6b8db54ac8d94c01194e0c27cd538532b | [log] [tgz] |
---|---|---|
author | Magnus Damm <damm@igel.co.jp> | Fri Aug 14 10:49:17 2009 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Sun Aug 23 18:03:19 2009 +0900 |
tree | c981ec866e3dbbfbcda8b7b99680caa743a6a67c | |
parent | 0246c4712c40294bd5e8335f0c15a38c8e52709f [diff] |
v4l2: Runtime PM for SuperH Mobile CEU This patch modifies the SuperH Mobile CEU driver to support Runtime PM. Driver callbacks for Runtime PM are empty because the device registers are always re-initialized after pm_runtime_get_sync(). The Runtime PM functions replaces the clock framework module stop bit handling in this driver. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>