Re: [PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Laurent Pinchart
Hi Hans, On Thursday 15 Sep 2016 19:01:06 Hans Verkuil wrote: > On 09/15/2016 06:47 PM, Laurent Pinchart wrote: > > On Thursday 15 Sep 2016 15:24:08 Ulrich Hecht wrote: > >> Adds G_EDID and S_EDID. > >> > >> Signed-off-by: Ulrich Hecht > >> --- > >> > >>

Re: [PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Niklas Söderlund
On 2016-09-15 19:01:06 +0200, Hans Verkuil wrote: > > > On 09/15/2016 06:47 PM, Laurent Pinchart wrote: > > Hi Ulrich, > > > > Thank you for the patch. > > > > On Thursday 15 Sep 2016 15:24:08 Ulrich Hecht wrote: > >> Adds G_EDID and S_EDID. > >> > >> Signed-off-by: Ulrich Hecht

Re: [PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Hans Verkuil
On 09/15/2016 06:47 PM, Laurent Pinchart wrote: > Hi Ulrich, > > Thank you for the patch. > > On Thursday 15 Sep 2016 15:24:08 Ulrich Hecht wrote: >> Adds G_EDID and S_EDID. >> >> Signed-off-by: Ulrich Hecht >> --- >>

Re: [PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Laurent Pinchart
Hi Ulrich, Thank you for the patch. On Thursday 15 Sep 2016 15:24:08 Ulrich Hecht wrote: > Adds G_EDID and S_EDID. > > Signed-off-by: Ulrich Hecht > --- > drivers/media/platform/rcar-vin/rcar-v4l2.c | 42 ++ >

Re: [PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Hans Verkuil
I've added patch v8 1/2 here as well. All I need is a correct patch 2/2 on top of this. If you can do this tomorrow morning, then it will get into 4.9. Hans On 09/15/2016 04:02 PM, Hans Verkuil wrote: > Hi Ulrich, > > A patch series on top of my tree with Niklas' patches already

Re: [PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Hans Verkuil
Hi Ulrich, A patch series on top of my tree with Niklas' patches already merged: https://git.linuxtv.org/hverkuil/media_tree.git/log/?h=rcar would be ideal. Since otherwise I have to resolve a conflict. Regards, Hans On 09/15/2016 03:59 PM, Niklas Söderlund wrote: > Hi Ulrich, > >

Re: [PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Niklas Söderlund
Hi Ulrich, Thanks for your patch. Can you append another patch ontop of this one whit the following change: diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.c b/drivers/media/platform/rcar-vin/rcar-v4l2.c index ac26738..7ba728d 100644 --- a/drivers/media/platform/rcar-vin/rcar-v4l2.c

[PATCH v8 2/2] rcar-vin: implement EDID control ioctls

2016-09-15 Thread Ulrich Hecht
Adds G_EDID and S_EDID. Signed-off-by: Ulrich Hecht --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 42 + drivers/media/platform/rcar-vin/rcar-vin.h | 1 + 2 files changed, 43 insertions(+) diff --git