[PATCH] pinctrl: sh-pfc: r8a7792: add VIN pin groups

2016-07-22 Thread Sergei Shtylyov
Add VIN[0-5] pin groups to the R8A7794 PFC driver. Signed-off-by: Sergei Shtylyov --- The patch is against the 'devel' branch of Linus Walleij's 'linux-pinctrl.git' repo plus my 5 R8A7792 PFC patches posted before (those should be collected by Geert) and the

Re: [PATCH v6 1/4] media: adv7604: automatic "default-input" selection

2016-07-22 Thread Sergei Shtylyov
On 07/22/2016 12:09 PM, Ulrich Hecht wrote: Fall back to input 0 if "default-input" property is not present. Additionally, documentation in commit bf9c82278c34 ("[media] media: adv7604: ability to read default input port from DT") states that the "default-input" property should reside directly

Re: [GIT PULL] Renesas ARM Based SoC DT Fixes for v4.8

2016-07-22 Thread Arnd Bergmann
On Friday, July 22, 2016 10:59:24 AM CEST Simon Horman wrote: > On Thu, Jul 21, 2016 at 02:41:52PM +0200, Arnd Bergmann wrote: > > On Monday, July 18, 2016 11:39:35 AM CEST Simon Horman wrote: > > > Renesas ARM Based SoC DT Fixes for v4.8 > > > > > > * Corrections to r8a7792 > > > > > > >

[PATCH] pinctrl: sh-pfc: r8a7792: add missing pinmux data

2016-07-22 Thread Sergei Shtylyov
The patch I've based my R8A7792 PFC work on had some VIN pinmux data missing and I just noticed that while adding the VIN pin groups... Signed-off-by: Sergei Shtylyov --- The patch is against the 'devel' branch of Linus Walleij's 'linux-pinctrl.git' repo

Re: [PATCH v6 0/4] Lager/Koelsch board HDMI input support

2016-07-22 Thread Hans Verkuil
Looks good to me. I plan to queue this for 4.9. Regards, Hans On 07/22/2016 11:09 AM, Ulrich Hecht wrote: > Hi! > > This revision implements the pad translation between rcar-vin and subdevices > as suggested by Niklas. It also moves around the i2c devices, following the > introduction

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

2016-07-22 Thread Ulrich Hecht
Adds G_EDID and S_EDID. Signed-off-by: Ulrich Hecht --- drivers/media/platform/rcar-vin/rcar-v4l2.c | 33 + 1 file changed, 33 insertions(+) diff --git a/drivers/media/platform/rcar-vin/rcar-v4l2.c

[PATCH v6 0/4] Lager/Koelsch board HDMI input support

2016-07-22 Thread Ulrich Hecht
Hi! This revision implements the pad translation between rcar-vin and subdevices as suggested by Niklas. It also moves around the i2c devices, following the introduction of i2c multiplexing in the Gen2 device trees. Based on renesas-drivers-2016-07-19-v4.7-rc7. CU Uli Changes since v5: -

[PATCH v6 3/4] ARM: dts: koelsch: add HDMI input

2016-07-22 Thread Ulrich Hecht
From: Hans Verkuil Add support in the dts for the HDMI input. Based on the Lager dts patch from Ulrich Hecht. Signed-off-by: Hans Verkuil [uli: removed "renesas," prefixes from pfc nodes] Signed-off-by: Ulrich Hecht

[PATCH v6 1/4] media: adv7604: automatic "default-input" selection

2016-07-22 Thread Ulrich Hecht
Fall back to input 0 if "default-input" property is not present. Additionally, documentation in commit bf9c82278c34 ("[media] media: adv7604: ability to read default input port from DT") states that the "default-input" property should reside directly in the node for adv7612. Hence, also adjust

[PATCH v6 2/4] ARM: dts: lager: Add entries for VIN HDMI input support

2016-07-22 Thread Ulrich Hecht
From: William Towle Add DT entries for vin0, vin0_pins, and adv7612. Sets the 'default-input' property for ADV7612, enabling image and video capture without the need to have userspace specifying routing. Signed-off-by: William Towle