Re: [PATCH] v4l: soc-camera: Remove videobuf1 support

2017-03-13 Thread Guennadi Liakhovetski
On Mon, 13 Mar 2017, Hans Verkuil wrote: > On 03/12/2017 01:06 PM, Guennadi Liakhovetski wrote: > > Hi Laurent, > > > > Thanks for the patch. I just checked in the current media/master, there > > are still 2 users of vb1: sh_mobile_ceu_camera.c and atmel-isi.c. I > > understand, that they are abo

Re: [PATCH] v4l: soc-camera: Remove videobuf1 support

2017-03-13 Thread Hans Verkuil
On 03/12/2017 01:06 PM, Guennadi Liakhovetski wrote: Hi Laurent, Thanks for the patch. I just checked in the current media/master, there are still 2 users of vb1: sh_mobile_ceu_camera.c and atmel-isi.c. I understand, that they are about to be removed either completely or out of soc-camera, maybe

Re: [PATCH] v4l: soc-camera: Remove videobuf1 support

2017-03-12 Thread Guennadi Liakhovetski
Hi Laurent, Thanks for the patch. I just checked in the current media/master, there are still 2 users of vb1: sh_mobile_ceu_camera.c and atmel-isi.c. I understand, that they are about to be removed either completely or out of soc-camera, maybe patches for that have already beed submitted, but t

[PATCH] v4l: soc-camera: Remove videobuf1 support

2017-03-08 Thread Laurent Pinchart
All remaining soc-camera drivers use videobuf2, drop support for videobuf1. Signed-off-by: Laurent Pinchart --- drivers/media/platform/soc_camera/soc_camera.c | 103 + include/media/soc_camera.h | 14 +--- 2 files changed, 20 insertions(+), 97 deletio