[PATCH 11/12] ARM: dts: sk-rzg1e: add Ether support

2016-10-28 Thread Sergei Shtylyov
Define the SK-RZG1E board dependent part of the Ether device node. Enable DHCP and NFS root for the kernel booting. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7745-sk-rzg1e.dts | 15 ++- 1 file changed, 14

[PATCH 10/12] ARM: dts: sk-rzg1e: initial device tree

2016-10-28 Thread Sergei Shtylyov
Add the initial device tree for the R8A7745 SoC based SK-RZG1E board. The board has 1 debug serial port (SCIF2); include support for it, so that the serial console can work. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/Ma

Re: [PATCH 10/12] ARM: dts: sk-rzg1e: initial device tree

2016-10-28 Thread Sergei Shtylyov
On 10/29/2016 01:25 AM, Sergei Shtylyov wrote: --- Oops, no description! :-/ I'll repost. MBR, Sergei

[PATCH 10/12] ARM: dts: sk-rzg1e: initial device tree

2016-10-28 Thread Sergei Shtylyov
--- arch/arm/boot/dts/Makefile |1 arch/arm/boot/dts/r8a7745-sk-rzg1e.dts | 39 + 2 files changed, 40 insertions(+) Index: renesas/arch/arm/boot/dts/Makefile === --- renesas.orig/arc

[PATCH 09/11] ARM: shmobile: document SK-RZG1M board

2016-10-28 Thread Sergei Shtylyov
Document the SK-RZG1E device tree bindings, listing it as a supported board. This allows to use checkpatch.pl to validate .dts files referring to the SK-RZG1E board. Signed-off-by: Sergei Shtylyov --- Documentation/devicetree/bindings/arm/shmobile.txt |2 ++ 1 file changed, 2 insertions(+)

[PATCH 08/12] ARM: dts: r8a7745: add IRQC support

2016-10-28 Thread Sergei Shtylyov
Describe the IRQC interrupt controller in the R8A7745 device tree. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7745.dtsi | 19 +++ 1 file changed, 19 insertions(+) Index: renesas/arch/arm/boot/dts/r8a774

[PATCH 07/11] ARM: dts: r8a7745: add Ether support

2016-10-28 Thread Sergei Shtylyov
Define the generic R8A7745 part of the Ether device node. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7745.dtsi | 12 1 file changed, 12 insertions(+) Index: renesas/arch/arm/boot/dts/r8a7745.dtsi =

[PATCH 06/11] ARM: dts: r8a7745: add [H]SCIF{A|B} support

2016-10-28 Thread Sergei Shtylyov
Describe [H]SCIF{|A|B} ports in the R8A7745 device tree. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7745.dtsi | 261 + 1 file changed, 261 insertions(+) Index: renesas/arch/arm/bo

[PATCH 05/11] ARM: dts: r8a7745: add SYS-DMAC support

2016-10-28 Thread Sergei Shtylyov
Describe SYS-DMAC0/1 in the R8A7745 device tree. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7745.dtsi | 64 + 1 file changed, 64 insertions(+) Index: renesas/arch/arm/boot/dts/r8

[PATCH 04/11] ARM: dts: r8a7745: initial SoC device tree

2016-10-28 Thread Sergei Shtylyov
The initial R8A7745 SoC device tree including CPU0, GIC, timer, SYSC, RST, CPG, and the required clock descriptions. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- arch/arm/boot/dts/r8a7745.dtsi | 120 +

[PATCH 03/11] ARM: shmobile: r8a7745: basic SoC support

2016-10-28 Thread Sergei Shtylyov
Add minimal support for the RZ/G1E (R8A7745) SoC. Signed-off-by: Sergei Shtylyov --- Documentation/devicetree/bindings/arm/shmobile.txt |2 ++ arch/arm/mach-shmobile/Kconfig |4 arch/arm/mach-shmobile/setup-rcar-gen2.c |1 + 3 files changed, 7 inse

[PATCH 02/11] soc: renesas: rcar-sysc: add R8A7745 support

2016-10-28 Thread Sergei Shtylyov
Add support for RZ/G1E (R8A7745) SoC power areas to the R-Car SYSC driver. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- Documentation/devicetree/bindings/power/renesas,rcar-sysc.txt |1 drivers/soc/renesas/Makefile

[PATCH 01/11] ARM: shmobile: r8a7745: add power domain index macros

2016-10-28 Thread Sergei Shtylyov
Add macros usable by the device tree sources to reference R8A7745 SYSC power domains by index. Based on the original (and large) patch by Dmitry Shifrin . Signed-off-by: Sergei Shtylyov --- include/dt-bindings/power/r8a7745-sysc.h | 25 + 1 file changed, 25 insertions

[PATCH 0/11] Add R8A7745/SK-RZG1E board support

2016-10-28 Thread Sergei Shtylyov
Hello. Here's the set of 11 patches against Simon Horman's 'renesas.git' repo's 'renesas-devel-20161027-v4.9-rc2' tag plus the R8A7743/SK-RZG1M patch series. I'm adding the device tree support for the R8A7745-based SK-RZG1E board. The SoC is close to R8A7794 and the board seems identical to the

Re: [PATCH v3 0/11] Add R8A7743/SK-RZG1M board support

2016-10-28 Thread Sergei Shtylyov
Hello. Scratch that -- it went out with a stale subject. WBR, Sergei

[PATCH v3 0/11] Add R8A7743/SK-RZG1M board support

2016-10-28 Thread Sergei Shtylyov
Hello. Here's the set of 11 patches against Simon Horman's 'renesas.git' repo's 'renesas-devel-20161027-v4.9-rc2' tag plus the R8A7743/SK-RZG1M patch series. I'm adding the device tree support for the R8A7745-based SK-RZG1E board. The SoC is close to R8A7794 and the board seems identical to the

Re: [PATCH 0/3] r8a7796 SYS-DMAC integration

2016-10-28 Thread Magnus Damm
Hi Simon, On Fri, Oct 28, 2016 at 10:50 PM, Simon Horman wrote: > On Fri, Oct 28, 2016 at 06:12:37PM +0900, Magnus Damm wrote: >> Hi Ulrich, Simon, everyone, >> >> On Thu, Sep 15, 2016 at 1:45 AM, Ulrich Hecht >> wrote: >> > Hi! >> > >> > This enables the three DMA controllers. Identical to the

Re: [PATCH 0/3] r8a7796 SYS-DMAC integration

2016-10-28 Thread Simon Horman
On Fri, Oct 28, 2016 at 06:12:37PM +0900, Magnus Damm wrote: > Hi Ulrich, Simon, everyone, > > On Thu, Sep 15, 2016 at 1:45 AM, Ulrich Hecht > wrote: > > Hi! > > > > This enables the three DMA controllers. Identical to the setup on r8a7795. > > Based on renesas-drivers-2016-09-13-v4.8-rc6. > > >

Re: [PATCH 04/04] arm64: dts: r8a7795: Connect Ethernet AVB to IPMMU

2016-10-28 Thread Geert Uytterhoeven
Hi Magnus, On Thu, Oct 27, 2016 at 12:29 PM, Magnus Damm wrote: > From: Magnus Damm > > Add IPMMU-DS0 to the Ethernet-AVB device node. > > Signed-off-by: Magnus Damm Thanks for your patch! > --- > > arch/arm64/boot/dts/renesas/r8a7795.dtsi |1 + > 1 file changed, 1 insertion(+) > > --- 0

Re: [PATCH v5 1/7] ARM: dts: r8a7743: initial SoC device tree

2016-10-28 Thread Geert Uytterhoeven
Hi Sergei, On Thu, Oct 27, 2016 at 11:36 PM, Sergei Shtylyov wrote: > The initial R8A7743 SoC device tree including CPU0, GIC, timer, SYSC, RST, > CPG, and the required clock descriptions. > > Based on the original (and large) patch by Dmitry Shifrin > . > > Signed-off-by: Sergei Shtylyov > Rev

Re: The failure summary report of GEN2 for linux stable v4.8

2016-10-28 Thread Xuan Truong Nguyen
Hi Shimoda-san Thanks for your patch. We will apply your patch and retest this issue on v4.9-rc2 then report you again. Thanks and best regards JINSO/Truong On 2016年10月28日 17:14, Yoshihiro Shimoda wrote: Hi Geert-san, Xuan-san, From: linux-renesas-soc-ow...@vger.kernel.org [mailto:linu

Re: [PATCH 0/3] r8a7796 SYS-DMAC integration

2016-10-28 Thread Magnus Damm
Hi Ulrich, Simon, everyone, On Thu, Sep 15, 2016 at 1:45 AM, Ulrich Hecht wrote: > Hi! > > This enables the three DMA controllers. Identical to the setup on r8a7795. > Based on renesas-drivers-2016-09-13-v4.8-rc6. > > CU > Uli > > > Ulrich Hecht (3): > clk: renesas: r8a7796: Add SYS-DMAC clocks

RE: The failure summary report of GEN2 for linux stable v4.8

2016-10-28 Thread Yoshihiro Shimoda
Hi Geert-san, Xuan-san, > From: linux-renesas-soc-ow...@vger.kernel.org > [mailto:linux-renesas-soc-ow...@vger.kernel.org] On Behalf Of Geert > Uytterhoeven > Sent: Monday, October 24, 2016 6:21 PM > > On Mon, Oct 24, 2016 at 11:13 AM, Xuan Truong Nguyen > wrote: > >> This is with shmobile_defc