Re: [PATCH v2] media: ti-vpe: Use mem-to-mem ioctl helpers

2015-01-30 Thread Hans Verkuil
Hi Prabhakar, I might have time on Monday, but that is almost certainly too late for 3.20. It's a bit busy at the moment. Sorry, Hans On 01/30/2015 04:54 PM, Lad, Prabhakar wrote: > Hello Hans/Kamil, > > On Fri, Dec 19, 2014 at 1:52 PM, Lad, Prabhakar > wrote: >> 1: Simplify the vpe m

Re: [PATCH v2] media: ti-vpe: Use mem-to-mem ioctl helpers

2015-01-30 Thread Lad, Prabhakar
Hello Hans/Kamil, On Fri, Dec 19, 2014 at 1:52 PM, Lad, Prabhakar wrote: > 1: Simplify the vpe mem-to-mem driver by using the m2m ioctl >and vb2 helpers. > 2: Align and arranged the v4l2_ioctl_ops. > 3: Fixes a typo. > 4: Use of_match_ptr() instead of explicitly defining the macro >to NUL

[PATCH v2] media: ti-vpe: Use mem-to-mem ioctl helpers

2014-12-19 Thread Lad, Prabhakar
1: Simplify the vpe mem-to-mem driver by using the m2m ioctl and vb2 helpers. 2: Align and arranged the v4l2_ioctl_ops. 3: Fixes a typo. 4: Use of_match_ptr() instead of explicitly defining the macro to NULL in case CONFIG_OF is not defined. Signed-off-by: Lad, Prabhakar --- Note:- 1: Thi