Re: [PATCH] v4l: subdev: Move [gs]_std operation to video ops

2014-04-23 Thread Prabhakar Lad
Hi Laurent, Thanks for the patch. On Tue, Mar 11, 2014 at 3:44 PM, Laurent Pinchart wrote: > The g_std and s_std operations are video-related, move them to the video > ops where they belong. > > Signed-off-by: Laurent Pinchart > --- [snip] > drivers/media/i2c/tvp514x.c | 2

Re: [PATCH] v4l: subdev: Move [gs]_std operation to video ops

2014-04-22 Thread Hans Verkuil
Hi Laurent, On 03/11/2014 11:14 AM, Laurent Pinchart wrote: > The g_std and s_std operations are video-related, move them to the video > ops where they belong. You need to rebase this as it no longer applies to adv7180.c (trivial fix). Anyway, after rebasing: Acked-by: Hans Verkuil I've also

Re: [PATCH] v4l: subdev: Move [gs]_std operation to video ops

2014-04-21 Thread Laurent Pinchart
Hans, Guennadi, Could you please review this patch ? I'd like to get it in v3.16. On Tuesday 11 March 2014 11:14:38 Laurent Pinchart wrote: > The g_std and s_std operations are video-related, move them to the video > ops where they belong. > > Signed-off-by: Laurent Pinchart > --- > drivers/me

[PATCH] v4l: subdev: Move [gs]_std operation to video ops

2014-03-11 Thread Laurent Pinchart
The g_std and s_std operations are video-related, move them to the video ops where they belong. Signed-off-by: Laurent Pinchart --- drivers/media/i2c/adv7180.c | 6 +- drivers/media/i2c/adv7183.c | 4 ++-- drivers/media/i2c/adv7842.c