Re: [PATCH v5.3 25/35] omap3isp: Collect entities that are part of the pipeline

2012-03-09 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Friday 09 March 2012 22:31:25 Sakari Ailus wrote: > Collect entities which are part of the pipeline into a single bit mask. > > Signed-off-by: Sakari Ailus Acked-by: Laurent Pinchart -- Regards, Laurent Pinchart -- To unsubscribe from this list: send th

[PATCH v5.3 25/35] omap3isp: Collect entities that are part of the pipeline

2012-03-09 Thread Sakari Ailus
Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus --- since last version: - state is set in isp_video_streamon() rather than isp_video_get_graph_data(). - Get information from all entities which was broken by the previous version. drivers/m

[PATCH v5.3 25/35] omap3isp: Collect entities that are part of the pipeline

2012-03-08 Thread Sakari Ailus
Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus --- drivers/media/video/omap3isp/ispvideo.c | 48 --- drivers/media/video/omap3isp/ispvideo.h |2 + 2 files changed, 27 insertions(+), 23 deletions(-) diff --git