From: Mauro Carvalho Chehab Date: Tue, 18 May 2010 03:46:09 +0000 (-0300) Subject: V4L/DVB: soc-camera: add runtime pm support for subdevices X-Git-Tag: v2.6.35-rc1~480^2~420 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f9fb5ed020324d6c151db34460df572b0fdc491;p=pandora-kernel.git V4L/DVB: soc-camera: add runtime pm support for subdevices To save power soc-camera powers subdevices down, when they are not in use, if this is supported by the platform. However, the V4L standard dictates, that video nodes shall preserve configuration between uses. This requires runtime power management, which is implemented by this patch. It allows subdevice drivers to specify their runtime power-management methods, by assigning a type to the video device. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed