[media] v4l: Add generic pipeline power management code
authorSakari Ailus <sakari.ailus@iki.fi>
Sun, 21 Feb 2016 16:25:09 +0000 (13:25 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Thu, 3 Mar 2016 15:29:25 +0000 (12:29 -0300)
commit76413791a03f8fd8a3d793db135e19b6c2239664
treefbe56f9733ed6b3b8ccfb5f587b38f217707fa21
parent0c426c472b5585ed6e59160359c979506d45ae49
[media] v4l: Add generic pipeline power management code

When the Media controller framework was merged, it was decided not to add
pipeline power management code for it was not seen generic. As a result, a
number of drivers have copied the same piece of code, with same bugfixes
done to them at different points of time (or not at all).

Add these functions to V4L2. Their use is optional for drivers.

[mchehab@osg.samsung.com: Fix merge conflicts]

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/v4l2-core/v4l2-mc.c
include/media/v4l2-mc.h