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

2012-03-07 Thread Laurent Pinchart
Hi Sakari, Thanks for the patch. On Tuesday 06 March 2012 18:33:06 Sakari Ailus wrote: Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/video/omap3isp/ispvideo.c |9 +

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

2012-03-07 Thread Laurent Pinchart
Hi Sakari, Another comment. On Tuesday 06 March 2012 18:33:06 Sakari Ailus wrote: Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi [snip] diff --git a/drivers/media/video/omap3isp/ispvideo.h

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

2012-03-07 Thread Sakari Ailus
Hi Laurent, On Wed, Mar 07, 2012 at 11:50:19AM +0100, Laurent Pinchart wrote: Hi Sakari, Another comment. On Tuesday 06 March 2012 18:33:06 Sakari Ailus wrote: Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi

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

2012-03-07 Thread Sakari Ailus
Hi Laurent, On Wed, Mar 07, 2012 at 11:35:02AM +0100, Laurent Pinchart wrote: On Tuesday 06 March 2012 18:33:06 Sakari Ailus wrote: Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi ---

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

2012-03-06 Thread Sakari Ailus
Collect entities which are part of the pipeline into a single bit mask. Signed-off-by: Sakari Ailus sakari.ai...@iki.fi --- drivers/media/video/omap3isp/ispvideo.c |9 + drivers/media/video/omap3isp/ispvideo.h |1 + 2 files changed, 10 insertions(+), 0 deletions(-) diff --git