All of lore.kernel.org
 help / color / mirror / Atom feed
* [REVIEW PATCH v3 0/2] Media link_notify behaviour change and exynos4-is updates
@ 2013-06-09 20:14 Sylwester Nawrocki
  2013-06-09 20:14 ` [REVIEW PATCH v3 1/2] media: Change media device link_notify behaviour Sylwester Nawrocki
  2013-06-09 20:14 ` [REVIEW PATCH v3 2/2] exynos4-is: Extend link_notify handler to support fimc-is/lite pipelines Sylwester Nawrocki
  0 siblings, 2 replies; 11+ messages in thread
From: Sylwester Nawrocki @ 2013-06-09 20:14 UTC (permalink / raw)
  To: linux-media
  Cc: laurent.pinchart, sakari.ailus, kyungmin.park, sw0312.kim,
	a.hajda, hj210.choi, shaik.ameer, arun.kk, s.nawrocki

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-06-10 10:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-09 20:14 [REVIEW PATCH v3 0/2] Media link_notify behaviour change and exynos4-is updates Sylwester Nawrocki
2013-06-09 20:14 ` [REVIEW PATCH v3 1/2] media: Change media device link_notify behaviour Sylwester Nawrocki
2013-06-09 20:33   ` Laurent Pinchart
2013-06-09 22:10   ` Sakari Ailus
2013-06-10  9:46     ` Laurent Pinchart
2013-06-10 10:20       ` Sylwester Nawrocki
2013-06-10 10:21         ` Laurent Pinchart
2013-06-10 10:47     ` Sylwester Nawrocki
2013-06-10 10:49       ` Laurent Pinchart
2013-06-10 10:59         ` Sylwester Nawrocki
2013-06-09 20:14 ` [REVIEW PATCH v3 2/2] exynos4-is: Extend link_notify handler to support fimc-is/lite pipelines Sylwester Nawrocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.