Re: [PATCH v5 4/4] rcar-vin: implement EDID control ioctls

2016-07-06 Thread Hans Verkuil
On 07/07/2016 02:16 AM, Niklas Söderlund wrote: > Hi Ulrich, > > Thanks for your patch. > > On 2016-07-06 17:39:36 +0200, Ulrich Hecht wrote: >> Adds G_EDID and S_EDID. >> >> Signed-off-by: Ulrich Hecht >> --- >> drivers/media/platform/rcar-vin/rcar-v4l2.c | 17 + >> 1 file chan

Re: [PATCH v5 4/4] rcar-vin: implement EDID control ioctls

2016-07-06 Thread Niklas Söderlund
Hi Ulrich, Thanks for your patch. On 2016-07-06 17:39:36 +0200, Ulrich Hecht wrote: > Adds G_EDID and S_EDID. > > Signed-off-by: Ulrich Hecht > --- > drivers/media/platform/rcar-vin/rcar-v4l2.c | 17 + > 1 file changed, 17 insertions(+) > > diff --git a/drivers/media/platform/

Re: [PATCH v5 4/4] rcar-vin: implement EDID control ioctls

2016-07-06 Thread kbuild test robot
Hi, [auto build test ERROR on next-20160706] [cannot apply to linuxtv-media/master renesas/next v4.7-rc6 v4.7-rc5 v4.7-rc4 v4.7-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Ulrich-Hecht/

[PATCH v5 4/4] rcar-vin: implement EDID control ioctls

2016-07-06 Thread Ulrich Hecht
Adds G_EDID and S_EDID. Signed-off-by: Ulrich Hecht --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 17 + 1 file changed, 17 insertions(+) diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.c b/drivers/media/platform/rcar-vin/rcar-v4l2.c index 396eabc..bd8f14c 100644 ---