Re: [PATCH 2/3] media: omap3isp: ispvideo: drop driver specific isp_video_fh

2015-02-24 Thread Laurent Pinchart
Hi Prabhakar, On Tuesday 24 February 2015 08:04:40 Lad, Prabhakar wrote: > On Tue, Feb 24, 2015 at 12:35 AM, Laurent Pinchart wrote: > > On Monday 23 February 2015 20:19:32 Lad Prabhakar wrote: > >> From: "Lad, Prabhakar" > >> > >> this patch drops driver specific isp_video_fh, as this > >> can

Re: [PATCH 2/3] media: omap3isp: ispvideo: drop driver specific isp_video_fh

2015-02-24 Thread Lad, Prabhakar
Hi Laurent, Thanks for the review. On Tue, Feb 24, 2015 at 12:35 AM, Laurent Pinchart wrote: > Hi Prabhakar, > > Thank you for the patch. > > On Monday 23 February 2015 20:19:32 Lad Prabhakar wrote: >> From: "Lad, Prabhakar" >> >> this patch drops driver specific isp_video_fh, as this >> can be

Re: [PATCH 2/3] media: omap3isp: ispvideo: drop driver specific isp_video_fh

2015-02-23 Thread Laurent Pinchart
Hi Prabhakar, Thank you for the patch. On Monday 23 February 2015 20:19:32 Lad Prabhakar wrote: > From: "Lad, Prabhakar" > > this patch drops driver specific isp_video_fh, as this > can be handled by core. I'm afraid it's not that simple. The omap3isp driver stores video queues per file handl

[PATCH 2/3] media: omap3isp: ispvideo: drop driver specific isp_video_fh

2015-02-23 Thread Lad Prabhakar
From: "Lad, Prabhakar" this patch drops driver specific isp_video_fh, as this can be handled by core. Signed-off-by: Lad, Prabhakar --- drivers/media/platform/omap3isp/ispvideo.c | 128 +++-- drivers/media/platform/omap3isp/ispvideo.h | 13 +-- 2 files changed, 49 inse