Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-23 Thread Ulrich Hecht
On Mon, Feb 22, 2016 at 3:36 PM, Niklas Söderlund wrote: > Unfortunate the rework I have done clashes with your HDMI series Ulrich. > If you wish I can rework the parts of your series that touches rcar-vin > and post them as a separate series after v2? Let me know what you think. No need, I can d

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-22 Thread Laurent Pinchart
Hi Niklas, On Monday 22 February 2016 15:36:16 Niklas Söderlund wrote: > On 2016-02-22 14:31:29 +0100, Ulrich Hecht wrote: > > On Sun, Feb 14, 2016 at 5:55 PM, Niklas Söderlund > > > > wrote: > > > Also I > > > could only get frames if the video signal on the composite IN was NTSC, > > > but thi

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-22 Thread Niklas Söderlund
On 2016-02-22 14:31:29 +0100, Ulrich Hecht wrote: > On Sun, Feb 14, 2016 at 5:55 PM, Niklas Söderlund > wrote: > > Also I > > could only get frames if the video signal on the composite IN was NTSC, > > but this also applied to the soc_camera driver, it might be my test > > setup. > > I think it is

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-22 Thread Ulrich Hecht
On Sun, Feb 14, 2016 at 5:55 PM, Niklas Söderlund wrote: > Also I > could only get frames if the video signal on the composite IN was NTSC, > but this also applied to the soc_camera driver, it might be my test > setup. I think it is. For me, PAL works just as well as NTSC. CU Uli

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-17 Thread Hans Verkuil
On 02/18/2016 01:13 AM, Niklas Söderlund wrote: > Hi Hans, > > Thanks for your comments. > > On 2016-02-15 10:28:11 +0100, Hans Verkuil wrote: >> On 02/14/2016 05:55 PM, Niklas Söderlund wrote: >>> A V4L2 driver for Renesas R-Car VIN IP cores that do not depend on >>> soc_camera. The driver is he

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-17 Thread Niklas Söderlund
Hi Ulrich, Thanks for testing. On 2016-02-15 12:40:12 +0100, Ulrich Hecht wrote: > On Sun, Feb 14, 2016 at 5:55 PM, Niklas Söderlund > wrote: > > A V4L2 driver for Renesas R-Car VIN IP cores that do not depend on > > soc_camera. The driver is heavily based on its predecessor and aims to > > repl

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-17 Thread Niklas Söderlund
Hi Hans, Thanks for your comments. On 2016-02-15 10:28:11 +0100, Hans Verkuil wrote: > On 02/14/2016 05:55 PM, Niklas Söderlund wrote: > > A V4L2 driver for Renesas R-Car VIN IP cores that do not depend on > > soc_camera. The driver is heavily based on its predecessor and aims to > > replace the

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-15 Thread Ulrich Hecht
On Sun, Feb 14, 2016 at 5:55 PM, Niklas Söderlund wrote: > A V4L2 driver for Renesas R-Car VIN IP cores that do not depend on > soc_camera. The driver is heavily based on its predecessor and aims to > replace the soc_camera driver. Thanks a lot, this will allow me to implement HDMI input properly

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-15 Thread Hans Verkuil
On 02/15/2016 10:28 AM, Hans Verkuil wrote: >> +static const struct v4l2_ioctl_ops rvin_ioctl_ops = { >> +.vidioc_querycap= rvin_querycap, >> +.vidioc_try_fmt_vid_cap = rvin_try_fmt_vid_cap, >> +.vidioc_g_fmt_vid_cap = rvin_g_fmt_vid_cap, >> +.vidio

Re: [RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-15 Thread Hans Verkuil
On 02/14/2016 05:55 PM, Niklas Söderlund wrote: > A V4L2 driver for Renesas R-Car VIN IP cores that do not depend on > soc_camera. The driver is heavily based on its predecessor and aims to > replace the soc_camera driver. Fantastic! I've been hoping that this would be done at some point. It was v

[RFC/PATCH] [media] rcar-vin: add Renesas R-Car VIN IP core

2016-02-14 Thread Niklas Söderlund
A V4L2 driver for Renesas R-Car VIN IP cores that do not depend on soc_camera. The driver is heavily based on its predecessor and aims to replace the soc_camera driver. Signed-off-by: Niklas Söderlund --- The driver is tested on Koelsch and can grab frames using yavta. It also passes a v4l2-com