From: Sergei Shtylyov <hidden> Date: 2014-06-10 23:04:18
Hello.
Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
'renesas-devel-v3.15-20140610' tag plus the Henninger I2C2 DT support patch
that I posted earlier. Here we add the VIN and ADV7180 video decoder device
tree support on the R8A7791/Henninger board. The patchset requires Ben Dooks'
adv7180, rcar_vin, and soc_camera DT support patches posted back in April in
order to work.
[1/2] ARM: shmobile: r8a7791: add VIN DT support
[2/2] ARM: shmobile: henninger: add VIN0/ADV7180 DT support
WBR, Sergei
From: Sergei Shtylyov <hidden> Date: 2014-06-10 23:06:07
Define the generic R8A7791 parts of the VIN[0-2] device nodes. Add aliases for
the VIN[0-2] device nodes.
Signed-off-by: Sergei Shtylyov <redacted>
---
arch/arm/boot/dts/r8a7791.dtsi | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791.dtsi
===================================================================
From: Sergei Shtylyov <hidden> Date: 2014-06-10 23:07:34
Define the Henninger board dependent part of the VIN0 device node. Add the
device node for Analog Devices ADV7180 video decoder to I2C2 bus. Add the
necessary subnodes to interconnect VIN0 and ADV7180 devices.
Signed-off-by: Sergei Shtylyov <redacted>
---
arch/arm/boot/dts/r8a7791-henninger.dts | 35 ++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7791-henninger.dts
===================================================================
From: Simon Horman <horms@verge.net.au> Date: 2014-06-10 23:54:45
On Wed, Jun 11, 2014 at 03:04:18AM +0400, Sergei Shtylyov wrote:
Hello.
Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
'renesas-devel-v3.15-20140610' tag plus the Henninger I2C2 DT support patch
that I posted earlier. Here we add the VIN and ADV7180 video decoder device
tree support on the R8A7791/Henninger board. The patchset requires Ben Dooks'
adv7180, rcar_vin, and soc_camera DT support patches posted back in April in
order to work.
I wonder what the status of those (driver?) patches are.
In general I prefer bindings to be accepted before they are used.
[1/2] ARM: shmobile: r8a7791: add VIN DT support
[2/2] ARM: shmobile: henninger: add VIN0/ADV7180 DT support
WBR, Sergei
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
From: Sergei Shtylyov <hidden> Date: 2014-06-11 12:41:33
Hello.
On 06/11/2014 03:54 AM, Simon Horman wrote:
quoted
Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
'renesas-devel-v3.15-20140610' tag plus the Henninger I2C2 DT support patch
that I posted earlier. Here we add the VIN and ADV7180 video decoder device
tree support on the R8A7791/Henninger board. The patchset requires Ben Dooks'
adv7180, rcar_vin, and soc_camera DT support patches posted back in April in
order to work.
I wonder what the status of those (driver?) patches are.
Someone in CodeThink is working on them, I was told. I had to fix them up
somewhat in order for them to compile.
In general I prefer bindings to be accepted before they are used.
No argument here. I just have my own schedule.
WBR, Sergei
From: Simon Horman <horms@verge.net.au> Date: 2014-06-12 00:19:08
On Wed, Jun 11, 2014 at 04:41:33PM +0400, Sergei Shtylyov wrote:
Hello.
On 06/11/2014 03:54 AM, Simon Horman wrote:
quoted
quoted
Here's the set of 2 patches against Simon Horman's 'renesas.git' repo,
'renesas-devel-v3.15-20140610' tag plus the Henninger I2C2 DT support patch
that I posted earlier. Here we add the VIN and ADV7180 video decoder device
tree support on the R8A7791/Henninger board. The patchset requires Ben Dooks'
adv7180, rcar_vin, and soc_camera DT support patches posted back in April in
order to work.
quoted
I wonder what the status of those (driver?) patches are.
Someone in CodeThink is working on them, I was told. I had to fix them up
somewhat in order for them to compile.
quoted
In general I prefer bindings to be accepted before they are used.