Re: [PATCH v9 00/12] Sunxi: Add SMP support on A83T

2018-05-09 Thread Maxime Ripard
Hi! On Tue, May 08, 2018 at 10:11:07AM -0700, Florian Fainelli wrote: > On 05/08/2018 06:19 AM, Maxime Ripard wrote: > > Hi, > > > > On Fri, May 04, 2018 at 09:05:33PM +0200, Mylène Josserand wrote: > >> Hello everyone, > >> > >> This is a V9 of my series that adds SMP support for Allwinner sun8i

RE: [PATCH v5] gpio: dwapb: Add support for 1 interrupt per port A GPIO

2018-05-09 Thread Phil Edworthy
Hi Andy, On 05 May 2018 11:49 Andy Shevchenko wrote: > On Thu, Apr 26, 2018 at 7:19 PM, Phil Edworthy wrote: > > Sotty fo a late response. Consider follow up fixes for below. > > > if (!pp->irq_shared) { > > + int i; > > + > > + for (i = 0; i < pp->ngpio; i++)

[PATCH v2] arm64: dts: r8a77965: Add SDHI device nodes

2018-05-09 Thread Yoshihiro Kaneko
From: Takeshi Kihara Add SDHI nodes to the DT of the r8a77965 SoC. Based on several similar patches of the R8A7796 device tree by Simon Horman . Signed-off-by: Takeshi Kihara Signed-off-by: Yoshihiro Kaneko --- This patch is based on the devel branch of Simon Horman's renesas tree. v2 [Yosh

[PATCH v2] mmc: renesas_sdhi: Add r8a77965 support

2018-05-09 Thread Yoshihiro Kaneko
From: Masaharu Hayakawa This patch adds r8a77965 support in SDHI. Signed-off-by: Masaharu Hayakawa Signed-off-by: Yoshihiro Kaneko Tested-by: Simon Horman Tested-by: Wolfram Sang --- This patch is based on the next branch of Ulf Hansson's mmc tree. v2 [Yoshihiro Kaneko] renesas_sdhi_intern

Re: [PATCH v2] mmc: renesas_sdhi: Add r8a77965 support

2018-05-09 Thread Wolfram Sang
On Wed, May 09, 2018 at 09:38:48PM +0900, Yoshihiro Kaneko wrote: > From: Masaharu Hayakawa > > This patch adds r8a77965 support in SDHI. > > Signed-off-by: Masaharu Hayakawa > Signed-off-by: Yoshihiro Kaneko > Tested-by: Simon Horman > Tested-by: Wolfram Sang Reviewed-by: Wolfram Sang

Re: [PATCH/RFT v2 1/3] thermal: rcar_thermal: add r8a77995 support

2018-05-09 Thread Yoshihiro Kaneko
Hi Simon-san, 2018-05-07 21:43 GMT+09:00 Simon Horman : > Hi Kaneko-san, > > could you re-spin this series with Geerts concerns (below) addressed. > > When you repost I think you can add the tested tags and drop the RFT from > the prefix. I think its likely it can then be merged. I had posted V3

Re: [PATCH v2] arm64: dts: r8a77965: Add SDHI device nodes

2018-05-09 Thread Geert Uytterhoeven
Hi Kaneko-san, On Wed, May 9, 2018 at 2:38 PM, Yoshihiro Kaneko wrote: > From: Takeshi Kihara > > Add SDHI nodes to the DT of the r8a77965 SoC. > > Based on several similar patches of the R8A7796 device tree > by Simon Horman . > > Signed-off-by: Takeshi Kihara > Signed-off-by: Yoshihiro Kaneko

Re: [PATCH 0/8] ARM: dts: renesas: Add PMU device nodes

2018-05-09 Thread Geert Uytterhoeven
On Mon, May 7, 2018 at 3:56 PM, Geert Uytterhoeven wrote: > This patch series enables support for the ARM Performance Monitor Units > in Cortex-A7, Cortex-A9, and Cortex-A15 CPU cores on Renesas RZ/A1, > R-Car Gen2, and RZ/G1 SoCs. This allows for better performance analysis > using the "perf" to

Re: [PATCH v2 01/26] drm/bridge: allow optionally specifying an owner .odev device

2018-05-09 Thread Andrzej Hajda
On 04.05.2018 15:51, Peter Rosin wrote: > Bridge drivers can now (temporarily, in a transition phase) select if > they want to provide a full owner device or keep just providing an > of_node. > > By providing a full owner device, the bridge drivers no longer need > to provide an of_node since that

[PATCH v2 0/2] arm64: dts: renesas: r8a77970: Add SMP Support

2018-05-09 Thread Geert Uytterhoeven
Hi Simon, Magnus, This patch series enables SMP support on the R-Car V3M SoC, by adding the second Cortex-A53 CPU core. It also adds the performance monitor unit, and links it to both CPU cores. Changes compared to v1: - Adjust GIC_CPU_MASK_SIMPLE(), - Use symbolic core clock and pow

[PATCH v2 2/2] arm64: dts: renesas: r8a77970: Add Cortex-A53 PMU node

2018-05-09 Thread Geert Uytterhoeven
Enable the performance monitor unit for the Cortex-A53 cores on the R-Car V3M (r8a77970) SoC. Signed-off-by: Geert Uytterhoeven --- v2: - Move the pmu node from the soc subnode to the root node, as it doesn't have registers. --- arch/arm64/boot/dts/renesas/r8a77970.dtsi | 7 +++ 1 file

[PATCH v2 1/2] arm64: dts: renesas: r8a77970: Add secondary CA53 CPU core

2018-05-09 Thread Geert Uytterhoeven
Add a device node for the second Cortex-A53 CPU core on the Renesas R-Car V3M (r8a77970) SoC, and adjust the interrupt delivery masks for ARM Generic Interrupt Controller and Architectured Timer. Signed-off-by: Geert Uytterhoeven --- v2: - Adjust GIC_CPU_MASK_SIMPLE(), - Use symbolic core clo

Re: [PATCH v2 01/26] drm/bridge: allow optionally specifying an owner .odev device

2018-05-09 Thread Peter Rosin
On 2018-05-09 17:08, Andrzej Hajda wrote: > On 04.05.2018 15:51, Peter Rosin wrote: >> Bridge drivers can now (temporarily, in a transition phase) select if >> they want to provide a full owner device or keep just providing an >> of_node. >> >> By providing a full owner device, the bridge drivers n

[git pull] clk: renesas: Updates for v4.18

2018-05-09 Thread Geert Uytterhoeven
Hi Mike, Stephen, The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338: Linux 4.17-rc1 (2018-04-15 18:24:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/clk-renesas-for-v4.18-tag1

[git pull] pinctrl: sh-pfc: Updates for v4.17 (take two)

2018-05-09 Thread Geert Uytterhoeven
Hi Linus, The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338: Linux 4.17-rc1 (2018-04-15 18:24:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v4.18-tag1 for you to f

Re: [PATCH v2 2/2] clk: renesas: cpg-mssr: Add support for R-Car E3

2018-05-09 Thread Geert Uytterhoeven
Hi Shimoda-san, On Fri, Apr 20, 2018 at 2:27 PM, Yoshihiro Shimoda wrote: > --- /dev/null > +++ b/drivers/clk/renesas/r8a77990-cpg-mssr.c > @@ -0,0 +1,289 @@ > +/* SPDX-License-Identifier: GPL-2.0 */ For the record: SPDX lines in C source files should use C++-style comments, as recent checkpatch

[git pull] pinctrl: sh-pfc: Updates for v4.18

2018-05-09 Thread Geert Uytterhoeven
Hi Linus, (this time with the right subject line) The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338: Linux 4.17-rc1 (2018-04-15 18:24:20 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git

Re: [PATCH v2] arm64: dts: r8a77965: Add SDHI device nodes

2018-05-09 Thread Simon Horman
On Wed, May 09, 2018 at 03:39:45PM +0200, Geert Uytterhoeven wrote: > Hi Kaneko-san, > > On Wed, May 9, 2018 at 2:38 PM, Yoshihiro Kaneko > wrote: > > From: Takeshi Kihara > > > > Add SDHI nodes to the DT of the r8a77965 SoC. > > > > Based on several similar patches of the R8A7796 device tree >

[PATCH] arm64: dts: renesas: r8a77980: add resets property CAN-FD node

2018-05-09 Thread Simon Horman
Add resets property to CAN-FD node to describe it in the reset topology of on-SoC devices. This allows to reset the CAN-FD device using the Reset Controller API. Signed-off-by: Simon Horman --- Based on renesas-devel-20180508-v4.17-rc4 --- arch/arm64/boot/dts/renesas/r8a77980.dtsi | 1 + 1 file

Re: [PATCH 1/2] arm64: dts: renesas: r8a77980: add CAN-FD support

2018-05-09 Thread Simon Horman
On Fri, May 04, 2018 at 09:52:38AM +0200, Geert Uytterhoeven wrote: > Hi Sergei, > > On Fri, Apr 27, 2018 at 9:12 PM, Sergei Shtylyov > wrote: > > Define the generic R8A77980 part of the CAN-FD device node. > > > > Based on the original (and large) patch by Vladimir Barinov. > > > > Signed-off-by

Re: [PATCH/RFT v2 1/3] thermal: rcar_thermal: add r8a77995 support

2018-05-09 Thread Simon Horman
On Wed, May 09, 2018 at 10:35:16PM +0900, Yoshihiro Kaneko wrote: > Hi Simon-san, > > 2018-05-07 21:43 GMT+09:00 Simon Horman : > > Hi Kaneko-san, > > > > could you re-spin this series with Geerts concerns (below) addressed. > > > > When you repost I think you can add the tested tags and drop the

Re: [PATCH/RFT v3 2/3] dt-bindings: thermal: rcar-thermal: add R8A77995 support

2018-05-09 Thread Simon Horman
On Mon, Apr 09, 2018 at 04:21:29PM -0500, Rob Herring wrote: > On Tue, Apr 03, 2018 at 09:43:04PM +0900, Yoshihiro Kaneko wrote: > > Signed-off-by: Yoshihiro Kaneko > > Reviewed-by: Geert Uytterhoeven > > --- > > Documentation/devicetree/bindings/thermal/rcar-thermal.txt | 7 +-- > > 1 file

Re: [PATCH/RFT v3 1/3] thermal: rcar_thermal: add r8a77995 support

2018-05-09 Thread Simon Horman
On Tue, Apr 03, 2018 at 09:43:03PM +0900, Yoshihiro Kaneko wrote: > Add support for R-Car D3 (r8a77995) thermal sensor. > > Signed-off-by: Yoshihiro Kaneko > --- > drivers/thermal/rcar_thermal.c | 154 > - > 1 file changed, 122 insertions(+), 32 deletions

Re: [PATCH] arm64: dts: renesas: r8a77980: add resets property CAN-FD node

2018-05-09 Thread Geert Uytterhoeven
On Wed, May 9, 2018 at 7:54 PM, Simon Horman wrote: > Add resets property to CAN-FD node to describe it in the reset topology of > on-SoC devices. This allows to reset the CAN-FD device using the Reset > Controller API. > > Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven Gr{oetje,

[PATCH] media: rcar-vin: Drop unnecessary register properties from example vin port

2018-05-09 Thread Simon Horman
The example vin port node does not have an address and thus does not need address-cells or address size-properties. Signed-off-by: Simon Horman --- Documentation/devicetree/bindings/media/rcar_vin.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/devicetree/bindings/media/r

Re: [PATCH 00/10] ARM, arm64: dts: renesas: update register properties

2018-05-09 Thread Simon Horman
On Wed, May 02, 2018 at 03:10:18PM +0200, Geert Uytterhoeven wrote: > Hi Simon, > > On Thu, Apr 26, 2018 at 12:29 PM, Simon Horman > wrote: > > this series: > > > > 1. Drops unnecessary address properties from VIN port nodes > >on Renesas R-Car Gen2 SoC board DTSes. These are unnecessary > >

Re: [PATCH 0/2] ARM: dts: r7s72100: Correct interrupt types

2018-05-09 Thread Simon Horman
On Mon, May 07, 2018 at 02:39:13PM +, Chris Brandt wrote: > Hi Geert, > > On Monday, May 07, 2018, Geert Uytterhoeven wrote: > > > > Hi Simon, Magnus, > > > > RZ/A1H peripherals use a mix of level and edge interrupts. > > > > This patch series corrects the interrupt types for watchdog a

Re: [PATCH] arm64: dts: renesas: r8a77970: add SMP support

2018-05-09 Thread Simon Horman
On Tue, May 08, 2018 at 09:47:10PM +0300, Sergei Shtylyov wrote: > On 05/08/2018 09:40 PM, Geert Uytterhoeven wrote: > > >> Add the device node for the second Cortex-A53 CPU core. > >> > >> Based on the original (and large) patch by Daisuke Matsushita > >> . > >> > >> Signed-off-by: Vladimir Barin

Re: [PATCH v2 0/2] arm64: dts: renesas: r8a77970: Add SMP Support

2018-05-09 Thread Simon Horman
On Wed, May 09, 2018 at 05:23:21PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > This patch series enables SMP support on the R-Car V3M SoC, by adding > the second Cortex-A53 CPU core. It also adds the performance monitor > unit, and links it to both CPU cores. > > Changes com

Re: [PATCH 0/8] ARM: dts: renesas: Add PMU device nodes

2018-05-09 Thread Simon Horman
On Mon, May 07, 2018 at 03:56:59PM +0200, Geert Uytterhoeven wrote: > Hi Simon, Magnus, > > This patch series enables support for the ARM Performance Monitor Units > in Cortex-A7, Cortex-A9, and Cortex-A15 CPU cores on Renesas RZ/A1, > R-Car Gen2, and RZ/G1 SoCs. This allows for better perf

Re: [PATCH] arm64: dts: renesas: r8a77980: add resets property CAN-FD node

2018-05-09 Thread Simon Horman
On Wed, May 09, 2018 at 08:29:19PM +0200, Geert Uytterhoeven wrote: > On Wed, May 9, 2018 at 7:54 PM, Simon Horman > wrote: > > Add resets property to CAN-FD node to describe it in the reset topology of > > on-SoC devices. This allows to reset the CAN-FD device using the Reset > > Controller API

Re: [PATCH] arm64: dts: renesas: r8a77980: add resets property CAN-FD node

2018-05-09 Thread Sergei Shtylyov
On 5/9/2018 10:14 PM, Simon Horman wrote: Add resets property to CAN-FD node to describe it in the reset topology of on-SoC devices. This allows to reset the CAN-FD device using the Reset Controller API. Signed-off-by: Simon Horman Reviewed-by: Geert Uytterhoeven Thanks, applied. Yo

Re: [PATCH] arm64: dts: renesas: r8a77980: add resets property CAN-FD node

2018-05-09 Thread Simon Horman
On Wed, May 09, 2018 at 10:18:47PM +0300, Sergei Shtylyov wrote: > On 5/9/2018 10:14 PM, Simon Horman wrote: > > > > > Add resets property to CAN-FD node to describe it in the reset topology > > > > of > > > > on-SoC devices. This allows to reset the CAN-FD device using the Reset > > > > Control

Re: [PATCH v2 01/26] drm/bridge: allow optionally specifying an owner .odev device

2018-05-09 Thread Peter Rosin
On 2018-05-09 17:53, Peter Rosin wrote: > On 2018-05-09 17:08, Andrzej Hajda wrote: >> On 04.05.2018 15:51, Peter Rosin wrote: >>> Bridge drivers can now (temporarily, in a transition phase) select if >>> they want to provide a full owner device or keep just providing an >>> of_node. >>> >>> By pro