Hi All, This is an updated version of the patch set [1], I've dropped patches 01/11...09/11, which I've already queued for 3.11. This series sits on top of my for-next branch [2]. This iteration attempts to address issues pointed out by Sakari, thanks! The changes since v2 were: - link_notify callback 'flags' argument's type changed to u32, - in the omap3isp driver link->flags checked instead of the passed flags argument of the link_notify handler to see if the pipeline should be powered off, - in the exynos4-is driver link->flags checked instead of the flags argument of the fimc_md_link_notify() handler to see if the pipelines should be powered on. Thanks, Sylwester [1] http://www.spinics.net/lists/linux-media/msg64258.html [2] http://git.linuxtv.org/snawrocki/samsung.git/for-next Sylwester Nawrocki (2): media: Change media device link_notify behaviour exynos4-is: Extend link_notify handler to support fimc-is/lite pipelines drivers/media/media-entity.c | 18 +--- drivers/media/platform/exynos4-is/media-dev.c | 101 ++++++++++++++++++++----- drivers/media/platform/omap3isp/isp.c | 41 ++++++---- include/media/media-device.h | 9 ++- 4 files changed, 118 insertions(+), 51 deletions(-) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html