Re: [PATCH v2 4/5] arm64: dts: renesas: r8a77970: add the LVDS instance

2018-02-08 Thread Sergei Shtylyov
Hello! On 02/08/2018 06:47 PM, Niklas Söderlund wrote: > Add the LVDS device to r8a77970.dtsi in a disabled state. Also connect > the it to the LVDS output of the DU. While at it align the endpoint name > of the du to du_out_lvds0 which is used in other Renesas DTS files to > describe this link.

Re: [PATCH 09/11] DT: arm: shmobile: document Condor board bindings

2018-02-08 Thread Rob Herring
On Fri, Feb 02, 2018 at 09:45:08PM +0300, Sergei Shtylyov wrote: > Document the Condor device tree bindings, listing it as a supported board. > > This allows to use checkpatch.pl to validate .dts files referring to the > Condor board. > > Signed-off-by: Sergei Shtylyov

Re: [PATCH 2/2] drm: adv7511: Add support for i2c_new_secondary_device

2018-02-08 Thread Laurent Pinchart
Hi Kieran, On Thursday, 8 February 2018 01:30:43 EET Kieran Bingham wrote: > On 07/02/18 21:59, Laurent Pinchart wrote: > > On Wednesday, 7 February 2018 17:14:09 EET Kieran Bingham wrote: > >> On 29/01/18 10:26, Laurent Pinchart wrote: > >>> On Monday, 22 January 2018 14:50:00 EET Kieran Bingham

[PATCH/RFC 10/11] ARM: dts: alt: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7794-alt.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7794-alt.dts

[PATCH/RFC 11/11] ARM: dts: silk: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7794-silk.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7794-silk.dts

[PATCH/RFC 04/11] ARM: dts: lager: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7790-lager.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7790-lager.dts

[PATCH/RFC 06/11] ARM: dts: porter: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7791-porter.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7791-porter.dts

[PATCH/RFC 00/11] ARM: dts: rcar-gen2: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Hi all, This patch series enables the builtin watchdog timer on R-Car Gen2 SoCs on all supported boards, and builds on top of Fabrizio's "[RFC v4 00/26] Fix watchdog on Renesas R-Car Gen2 and RZ/G1". It is marked RFC as it is known not to work on all SoCs and SoC revisions. Based on my

[PATCH/RFC 01/11] clk: renesas: r8a7792: Add rwdt clock

2018-02-08 Thread Geert Uytterhoeven
Add "rwdt" clock to r8a7792_mod_clks. Also, since we may need to access the watchdog registers at any time, declare the clock as critical. Signed-off-by: Geert Uytterhoeven --- drivers/clk/renesas/r8a7792-cpg-mssr.c | 2 ++ 1 file changed, 2 insertions(+) diff --git

[PATCH/RFC 03/11] ARM: dts: r8a7793: Add RWDT node

2018-02-08 Thread Geert Uytterhoeven
Add a device node for the Watchdog Timer (WDT) controller on the Renesas R-Car M2-N (r8a7793) SoC. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7793.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/r8a7793.dtsi

[PATCH/RFC 02/11] ARM: dts: r8a7792: Add RWDT node

2018-02-08 Thread Geert Uytterhoeven
Add a device node for the Watchdog Timer (WDT) controller on the Renesas R-Car V2H (r8a7792) SoC. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7792.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/r8a7792.dtsi

[PATCH/RFC 09/11] ARM: dts: gose: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7793-gose.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7793-gose.dts

[PATCH/RFC 07/11] ARM: dts: blanche: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7792-blanche.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7792-blanche.dts

[PATCH/RFC 05/11] ARM: dts: koelsch: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7791-koelsch.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts

[PATCH/RFC 08/11] ARM: dts: wheat: Enable watchdog support

2018-02-08 Thread Geert Uytterhoeven
Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven --- arch/arm/boot/dts/r8a7792-wheat.dts | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7792-wheat.dts

Re: [PATCH 09/11] DT: arm: shmobile: document Condor board bindings

2018-02-08 Thread Geert Uytterhoeven
On Fri, Feb 2, 2018 at 7:45 PM, Sergei Shtylyov wrote: > Document the Condor device tree bindings, listing it as a supported board. > > This allows to use checkpatch.pl to validate .dts files referring to the > Condor board. > > Signed-off-by: Sergei Shtylyov

Re: [PATCH 10/11] arm64: dts: renesas: initial Condor board device tree

2018-02-08 Thread Geert Uytterhoeven
Hi Sergei, On Fri, Feb 2, 2018 at 7:46 PM, Sergei Shtylyov wrote: > Add the initial device tree for the R8A77980 SoC based Condor board. > The board has 1 debug serial port (SCIF0); include support for it, so > that the serial console can work. > > Based on

Re: [PATCH v2 0/3] mmc: renesas_sdhi: add eMMC HS400 mode support

2018-02-08 Thread Simon Horman
On Wed, Feb 07, 2018 at 11:26:30PM +0100, Wolfram Sang wrote: > > > * [PATCH] clk: renesas: rcar-gen3: Fix SD divider setting > > I tried to address this one before: > > [PATCH 0/3] clk: renesas: rcar-gen3-cpg: updates to SD divider table > > but this had problems with H3 ES1.0 :( > > I

Re: [PATCH] can: m_can: change comparison to bitshift when dealing with a mask

2018-02-08 Thread Marc Kleine-Budde
On 02/06/2018 09:52 AM, Wolfram Sang wrote: > Due to a typo, the mask was destroyed by a comparison instead of a bit > shift. > > Reported-by: Geert Uytterhoeven > Signed-off-by: Wolfram Sang Applied to can. tnx, Marc -- Pengutronix

Re: [PATCH] can: m_can: change comparison to bitshift when dealing with a mask

2018-02-08 Thread Marc Kleine-Budde
On 02/06/2018 09:52 AM, Wolfram Sang wrote: > Due to a typo, the mask was destroyed by a comparison instead of a bit > shift. > > Reported-by: Geert Uytterhoeven > Signed-off-by: Wolfram Sang > --- > Only build tested. Applied to can.

[PATCH v2 3/5] arm64: dts: renesas: r8a77970: add DU support

2018-02-08 Thread Niklas Söderlund
From: Sergei Shtylyov Define the generic R8A77970 part of the DU device node. Based on the original (and large) patch by Daisuke Matsushita . Signed-off-by: Vladimir Barinov

[PATCH v2 4/5] arm64: dts: renesas: r8a77970: add the LVDS instance

2018-02-08 Thread Niklas Söderlund
Add the LVDS device to r8a77970.dtsi in a disabled state. Also connect the it to the LVDS output of the DU. While at it align the endpoint name of the du to du_out_lvds0 which is used in other Renesas DTS files to describe this link. Signed-off-by: Niklas Söderlund

[PATCH v2 5/5] arm64: dts: renesas: eagle: add HDMI output using the ADV7511W

2018-02-08 Thread Niklas Söderlund
Add the HDMI connector and the ADV7511W, also connect it to LVDS. Enable the DU and LVDS to be able to use the HDMI output. Signed-off-by: Niklas Söderlund --- arch/arm64/boot/dts/renesas/r8a77970-eagle.dts | 66 ++ 1 file changed,

[PATCH v2 2/5] arm64: dts: renesass: r8a77970: add VSPD support

2018-02-08 Thread Niklas Söderlund
From: Sergei Shtylyov Describe VSPD0 in the R8A77970 device tree; it will be used by DU in the next patch... Based on the original (and large) patch by Daisuke Matsushita . Signed-off-by: Vladimir Barinov

[PATCH v2 0/5] arm64: dts: renesas: r8a77970: enable HDMI output

2018-02-08 Thread Niklas Söderlund
Hi, This series enables the HDMI out put on V3M. It is based on top of the latest renesas-drivers release and depends on patches from both Laurent and Sergei. - [PATCH v2 00/12] R-Car DU: Convert LVDS code to bridge driver - [PATCH v2 0/2] Add R-Car V3M (R8A77970) support to the DU driver -