v4l2: Runtime PM for SuperH Mobile CEU
authorMagnus Damm <damm@igel.co.jp>
Fri, 14 Aug 2009 10:49:17 +0000 (10:49 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 23 Aug 2009 09:03:19 +0000 (18:03 +0900)
commit6d1386c6b8db54ac8d94c01194e0c27cd538532b
treec981ec866e3dbbfbcda8b7b99680caa743a6a67c
parent0246c4712c40294bd5e8335f0c15a38c8e52709f
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>
drivers/media/video/sh_mobile_ceu_camera.c