Re: [PATCH] dt-bindings: thermal: rcar: Add device tree support for r8a7744

2018-09-25 Thread Daniel Lezcano
On 25/09/2018 19:01, Biju Das wrote: > Add thermal sensor support for r8a7744 SoC. The Renesas RZ/G1N > (r8a7744) thermal sensor module is identical to the R-Car Gen2 family. > > No driver change is needed due to the fallback compatible value > "renesas,rcar-gen2-thermal". > > Signed-off-by:

[PATCH resend] pwm: rcar: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- Thierry 2weeks past, resend patch drivers/pwm/pwm-rcar.c | 5 + 1 file changed, 1 insertion(+), 4

[PATCH resend] pwm: renesas-tpu: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- Thierry 2weeks past, resend patch drivers/pwm/pwm-renesas-tpu.c | 10 +- 1 file changed, 1

[PATCH v2 resend 11/13] sh: cpu: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/clock.c| 5 + arch/sh/kernel/cpu/init.c | 5 +

[PATCH v2 resend 12/13] sh: kernel: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/debugtraps.S| 7 ++- arch/sh/kernel/disassemble.c | 5 +

[PATCH v2 resend 13/13] sh: lib: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/lib/ashiftrt.S | 29 - arch/sh/lib/ashlsi3.S| 29

[PATCH v2 resend 09/13] sh: sh5: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh5/clock-sh5.c | 5 + arch/sh/kernel/cpu/sh5/entry.S | 7 ++-

[PATCH v2 resend 08/13] sh: sh4a: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 14 +- arch/sh/kernel/cpu/sh4a/clock-sh7366.c | 14

[PATCH v2 resend 10/13] sh: shmobile: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/shmobile/Makefile | 1 + arch/sh/kernel/cpu/shmobile/cpuidle.c | 5 +

[PATCH v2 resend 07/13] sh: sh4: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text, excepting ${LINUX}/arch/sh/kernel/cpu/sh4/softfloat.c which is not GPL license Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman ---

[PATCH v2 resend 06/13] sh: sh3: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh3/clock-sh3.c | 5 + arch/sh/kernel/cpu/sh3/clock-sh7705.c | 5 +

[PATCH v2 resend 03/13] sh: include: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/include/asm/Kbuild | 1 + arch/sh/include/asm/addrspace.h

[PATCH v2 resend 04/13] sh: sh2: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh2/Makefile | 1 + arch/sh/kernel/cpu/sh2/clock-sh7619.c | 5 +

[PATCH v2 resend 05/13] sh: sh2a: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/kernel/cpu/sh2a/clock-sh7201.c | 5 + arch/sh/kernel/cpu/sh2a/clock-sh7203.c | 5 +

[PATCH v2 resend 02/13] sh: drivers: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. As original license mentioned, it is GPL-2.0 in SPDX. Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL". See ${LINUX}/include/linux/module.h "GPL"

[PATCH v2 resend 01/13] sh: boards: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto Reviewed-by: Simon Horman --- arch/sh/boards/board-apsh4a3a.c | 5 + arch/sh/boards/board-apsh4ad0a.c| 5

[PATCH v2 resend 00/13] sh: convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
Hi Sato-san 2weeks past. I resend SPDX conversion patch for SH Kuninori Morimoto (13): sh: boards: convert to SPDX identifiers sh: drivers: convert to SPDX identifiers sh: include: convert to SPDX identifiers sh: sh2: convert to SPDX identifiers sh: sh2a: convert to SPDX identifiers

Re: [PATCH 10/10] cpufreq: dt: Add support for r8a7744

2018-09-25 Thread Rafael J. Wysocki
On Tuesday, September 25, 2018 10:16:12 AM CEST Biju Das wrote: > Hi Rafeal, > > Sorry to bother you. Are you happy to merge the below patch with 4.20 > > https://patchwork.kernel.org/patch/10595451/ Yes. You had told me that you wanted me to apply it, so I queued it up. Thanks, Rafael

[PATCH] dt-bindings: mmc: sh_mmcif: Document r8a7744 DT bindings

2018-09-25 Thread Biju Das
Add support for r8a7744 SoC. Renesas RZ/G1N (R8A7744) MMCIF is identical to the R-Car Gen2 family. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/mmc/renesas,mmcif.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH] dt-bindings: mmc: renesas_sdhi: Add r8a7744 support

2018-09-25 Thread Biju Das
Add support for r8a7744 SoC. Renesas RZ/G1N (R8A7744) SDHI is identical to the R-Car Gen2 family. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/mmc/tmio_mmc.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] dt-bindings: timer: renesas, cmt: Document r8a7744 CMT support

2018-09-25 Thread Biju Das
Document SoC specific compatible strings for r8a7744. No driver change is needed as the fallback strings will activate the right code. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/timer/renesas,cmt.txt | 2 ++ 1 file changed, 2 insertions(+) diff

[PATCH] dt-bindings: watchdog: renesas-wdt: Document r8a7744 support

2018-09-25 Thread Biju Das
RZ/G1N (R8A7744) watchdog implementation is compatible with R-Car Gen2, therefore add relevant documentation. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH] dt-bindings: irqchip: renesas-irqc: Document r8a7744 support

2018-09-25 Thread Biju Das
Document RZ/G1N (R8A7744) SoC bindings. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/interrupt-controller/renesas,irqc.txt

[PATCH v3 1/4] arm64: dts: renesas: r8a77990: Add display output support

2018-09-25 Thread Laurent Pinchart
The R8A77990 (E3) platform has one RGB output and two LVDS outputs connected to the DU. Add the DT nodes for the DU, LVDS encoders and supporting VSP and FCP. Signed-off-by: Laurent Pinchart Tested-by: Jacopo Mondi --- Changes since v2: - Fixed VSPI clock index ---

[PATCH v3 4/4] arm64: dts: renesas: r8a77995: draak: Enable HDMI display output

2018-09-25 Thread Laurent Pinchart
From: Ulrich Hecht Adds LVDS decoder, HDMI encoder and connector for the Draak board. The LVDS0 and LVDS1 encoders can use the DU_DOTCLKIN0, DU_DOTCLKIN1 and EXTAL externals clocks. Two of them are provided to the SoC on the Draak board, hook them up in DT. Signed-off-by: Ulrich Hecht

[PATCH v3 2/4] arm64: dts: renesas: r8a77995: Add LVDS support

2018-09-25 Thread Laurent Pinchart
From: Kieran Bingham The r8a77995 D3 platform has 2 LVDS channels connected to the DU. Signed-off-by: Kieran Bingham [uli: moved lvds* into the soc node, added PM domains, resets] Signed-off-by: Ulrich Hecht Reviewed-by: Laurent Pinchart Tested-by: Jacopo Mondi ---

[PATCH v3 0/4] R-Car D3/E3 display DT enablement

2018-09-25 Thread Laurent Pinchart
Hello, The patches in this series enable display support for the D3 and E3 SoCs, on the Draak and Ebisu boards respectively. They were previously part of the "[PATCH v2 00/16] R-Car D3/E3 display support (with LVDS PLL)" series, and have been split out now that the DT bindings have been accepted

[PATCH v3 3/4] arm64: dts: renesas: r8a77990: ebisu: Enable VGA and HDMI outputs

2018-09-25 Thread Laurent Pinchart
Add the LVDS decoder, HDMI encoder, VGA encoder and HDMI and VGA connectors, and wire up the display-related nodes with clocks, pinmux and regulators. The LVDS0 and LVDS1 encoders can use the DU_DOTCLKIN0, DU_DOTCLKIN1 and EXTAL externals clocks. Two of them are provided to the SoC on the Ebisu

RE: [PATCH v5 2/2] dt-bindings: watchdog: renesas-wdt: Add support for R7S9210

2018-09-25 Thread Chris Brandt
On Tuesday, September 25, 2018 1, Rob Herring wrote: > I gave Reviewed-by on v3. Please add acks/reviewed-bys when posting new > versions. Sorry about that! Chris

Re: [PATCH v5 2/2] dt-bindings: watchdog: renesas-wdt: Add support for R7S9210

2018-09-25 Thread Rob Herring
On Mon, Sep 24, 2018 at 08:58:16AM -0500, Chris Brandt wrote: > Document support for RZ/A2 > > Signed-off-by: Chris Brandt > Reviewed-by: Guenter Roeck > --- > v2: > * Added Reviewed-by > --- > Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 + > 1 file changed, 1 insertion(+)

renesas-drivers-2018-09-25-v4.19-rc5

2018-09-25 Thread Geert Uytterhoeven
and (b) branches with driver code submitted or planned for submission to maintainers into the development branch of Simon Horman's renesas.git tree. Today's version is based on renesas-devel-20180925-v4.19-rc5. Included branches with driver code: - clk-renesas - sh-pfc - git://linuxtv.org

RE: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Fabrizio Castro
Hello Geert, > Subject: Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support > > Hi Fabrizio, > > On Tue, Sep 25, 2018 at 2:45 PM Fabrizio Castro > wrote: > > > Subject: Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 > > > support > > > On Tue, Sep 25, 2018 at

Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Geert Uytterhoeven
Hi Fabrizio, On Tue, Sep 25, 2018 at 2:45 PM Fabrizio Castro wrote: > > Subject: Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 > > support > > On Tue, Sep 25, 2018 at 10:22 AM Wolfram Sang wrote: > > > > > Perhaps stating the obvious: this feels a lot like the problem we > > >

RE: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Fabrizio Castro
Hi Geert, > Subject: Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support > > Hi Wolfram, > > On Tue, Sep 25, 2018 at 10:22 AM Wolfram Sang wrote: > > > > Perhaps stating the obvious: this feels a lot like the problem we > > > > thought > > > > we had with different Gen-3

Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Geert Uytterhoeven
Hi Wolfram, On Tue, Sep 25, 2018 at 10:22 AM Wolfram Sang wrote: > > > Perhaps stating the obvious: this feels a lot like the problem we thought > > > we had with different Gen-3 SoCs/ES versions. And in that case we decided > > > against using compat strings to differentiate. The main

Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Wolfram Sang
> > Perhaps stating the obvious: this feels a lot like the problem we thought > > we had with different Gen-3 SoCs/ES versions. And in that case we decided > > against using compat strings to differentiate. The main difference here > > seems to be that we need to differentiate between different

RE: [PATCH 10/10] cpufreq: dt: Add support for r8a7744

2018-09-25 Thread Biju Das
Hi Rafeal, Sorry to bother you. Are you happy to merge the below patch with 4.20 https://patchwork.kernel.org/patch/10595451/ Regards, Biju > -Original Message- > From: Biju Das > Sent: 11 September 2018 12:11 > To: Rafael J. Wysocki > Cc: Rafael J. Wysocki ; Viresh Kumar > ; Linux

Re: [PATCH] clk: renesas: Convert to SPDX identifiers

2018-09-25 Thread Kuninori Morimoto
Hi Geert > From: Kuninori Morimoto > > This patch updates license to use SPDX-License-Identifier > instead of verbose license text. > > Signed-off-by: Kuninori Morimoto > [rebased against clk-spdx] > Signed-off-by: Geert Uytterhoeven > --- > Hi Mike, Stephen, > > Morimoto-san

Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Geert Uytterhoeven
Hi Simon, On Tue, Sep 25, 2018 at 9:47 AM Simon Horman wrote: > On Tue, Sep 25, 2018 at 08:47:38AM +0200, Geert Uytterhoeven wrote: > > On Mon, Sep 24, 2018 at 8:34 PM Fabrizio Castro > > wrote: > > > > Subject: Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 > > > > support > > >

Re: [PATCH] clk: renesas: Convert to SPDX identifiers

2018-09-25 Thread Simon Horman
On Tue, Sep 25, 2018 at 09:34:05AM +0200, Geert Uytterhoeven wrote: > From: Kuninori Morimoto > > This patch updates license to use SPDX-License-Identifier > instead of verbose license text. > > Signed-off-by: Kuninori Morimoto > [rebased against clk-spdx] > Signed-off-by: Geert Uytterhoeven

Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Simon Horman
On Tue, Sep 25, 2018 at 08:47:38AM +0200, Geert Uytterhoeven wrote: > Hi Fabrizio, > > On Mon, Sep 24, 2018 at 8:34 PM Fabrizio Castro > wrote: > > > Subject: Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 > > > support > > > On Fri, Sep 21, 2018 at 1:55 PM Fabrizio Castro > > >

Re: [PATCH v3] arm64: dts: renesas: r8a779{7|8}0: add TPU support

2018-09-25 Thread Simon Horman
On Mon, Sep 24, 2018 at 09:36:11PM +0200, Geert Uytterhoeven wrote: > On Mon, Sep 24, 2018 at 9:31 PM Sergei Shtylyov > wrote: > > Describe TPU in the R8A779{7|8}0 device trees. > > > > Based on the original (and large) patches by Vladimir Barinov. > > > > Signed-off-by: Vladimir Barinov > >

Re: [PATCH] ARM: dts: iwg20d-q7-common: Move pciec node out of common dtsi

2018-09-25 Thread Simon Horman
On Mon, Sep 24, 2018 at 10:38:51AM +0200, Simon Horman wrote: > On Fri, Sep 21, 2018 at 03:07:55PM +0100, Biju Das wrote: > > PCIe is not populated by default on iWave RZ/G1N board. RZ/G1N board > > is almost identical to RZ/G1M. In order to reuse the common dtsi for > > both the boards, it is

[PATCH] clk: renesas: Convert to SPDX identifiers

2018-09-25 Thread Geert Uytterhoeven
From: Kuninori Morimoto This patch updates license to use SPDX-License-Identifier instead of verbose license text. Signed-off-by: Kuninori Morimoto [rebased against clk-spdx] Signed-off-by: Geert Uytterhoeven --- Hi Mike, Stephen, Morimoto-san converted all files under

Re: [PATCH v2] arm64: dts: renesas: revise properties for R-Car Gen3 SoCs' usb 2.0

2018-09-25 Thread Simon Horman
On Fri, Sep 21, 2018 at 04:54:17PM +0900, Yoshihiro Shimoda wrote: > R-Car Gen3 SoCs need to enable/deassert clocks/resets of both usb 2.0 > host (included phy) and peripheral. Otherwise, other side device > cannot work correctly. So, this patch revises properties of clocks > and resets. After

Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 support

2018-09-25 Thread Geert Uytterhoeven
Hi Fabrizio, On Mon, Sep 24, 2018 at 8:34 PM Fabrizio Castro wrote: > > Subject: Re: [PATCH 1/4] dt-bindings: mmc: renesas_sdhi: Add r8a77470 > > support > > On Fri, Sep 21, 2018 at 1:55 PM Fabrizio Castro > > wrote: > > > Document SDHI support for the RZ/G1C (a.k.a. R8A77470) SoC. > > > > > >