Re: [PATCH] ARM: dts: rcar: Correct SATA device sizes to 2 MiB

2018-07-23 Thread Simon Horman
On Fri, Jul 20, 2018 at 02:28:57PM +0200, Geert Uytterhoeven wrote: > Update the SATA device nodes on R-Car H1, H2, and M2-W to use a 2 MiB > I/O space, as specified in Rev.1.0 of the R-Car H1 and R-Car Gen2 > hardware user manuals. > > See also commit e9f0089b2d8a3d45 ("arm64: dts: r8a7795:

Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.19

2018-07-23 Thread Geert Uytterhoeven
Hi Olof, On Mon, Jul 23, 2018 at 6:22 PM Olof Johansson wrote: > On Mon, Jul 23, 2018 at 2:11 AM, Geert Uytterhoeven > wrote: > >> > * Set CONFIG_LOCALVERSION to shmobile_defconfig > >> > > >> > This follows what appears to be common practice in defconfigs > >> > and allows easier

Re: [PATCH 1/1] i2c: rcar: handle RXDMA HW behaviour on Gen3

2018-07-23 Thread Wolfram Sang
On Thu, Jun 28, 2018 at 10:45:38PM +0200, Wolfram Sang wrote: > On Gen3, we can only do RXDMA once per transfer reliably. For that, we > must reset the device, then we can have RXDMA once. This patch > implements this. When there is no reset controller or the reset fails, > RXDMA will be blocked

Re: [PATCH/RFT 0/7] rsnd: add support for r8a77965

2018-07-23 Thread Simon Horman
On Wed, Jul 18, 2018 at 04:47:56AM +0900, Yoshihiro Kaneko wrote: > This series adds sound support for r8a77965 (R-Car M3-N). > This series is based on the devel branch of Simon Horman's renesas tree. > > Hiroyuki Yokoyama (1): > ASoC: rsnd: Document R-Car M3-N support > > Takeshi Kihara (6):

Re: [PATCH] ARM: dts: r8a77470: Use r8a77470-sysc binding definitions

2018-07-23 Thread Simon Horman
On Fri, Jul 20, 2018 at 02:07:02PM +0100, Biju Das wrote: > Replace the hardcoded power domain indices by R8A77470_PD_* symbols. > > Signed-off-by: Biju Das > Reviewed-by: Chris Paterson > --- > Commit 964f7c0dd23de68c0 ("soc: renesas: rcar-sysc: Add r8a77470 support") > is in Linus' tree >

Re: [PATCH] arm64: dts: renesas: r8a77980: add RWDT support

2018-07-23 Thread Simon Horman
On Fri, Jul 20, 2018 at 10:21:45PM +0300, Sergei Shtylyov wrote: > Describe RWDT in the R8A77980 SoC device tree. > > Enable RWDT on the Condor and V3H Starter Kit boards. > > Based on the original (and large) patch by Vladimir Barinov. > > Signed-off-by: Vladimir Barinov > Signed-off-by:

Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.19

2018-07-23 Thread Olof Johansson
On Mon, Jul 23, 2018 at 2:11 AM, Geert Uytterhoeven wrote: > Hi Olof, > > On Sun, Jul 22, 2018 at 12:27 AM Olof Johansson wrote: >> On Fri, Jul 20, 2018 at 02:03:54PM +0200, Simon Horman wrote: >> > Please consider these Renesas ARM based SoC defconfig updates for v4.19. > >> > * Set

Re: [PATCH 1/2] ata: sata_rcar: Provide a short-hand for >dev

2018-07-23 Thread Tejun Heo
On Fri, Jul 20, 2018 at 02:27:38PM +0200, Geert Uytterhoeven wrote: > No functional changes. > > Signed-off-by: Geert Uytterhoeven Applied 1-2 to libata/for-4.19. Thanks. -- tejun

Re: [PATCH] ARM: dts: r8a77470: Add PFC support

2018-07-23 Thread Simon Horman
On Fri, Jul 20, 2018 at 02:09:46PM +0100, Biju Das wrote: > Define the generic R8A77470 part of the PFC device node. > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > --- > Commit 73dacc3403436fc2 ("pinctrl: sh-pfc: Add r8a77470 PFC support") > is in Linus' tree > --- >

Re: [PATCH] arm64: dts: renesas: r8a77980: add RWDT support

2018-07-23 Thread Sergei Shtylyov
On 07/23/2018 07:08 PM, Simon Horman wrote: >> Describe RWDT in the R8A77980 SoC device tree. >> >> Enable RWDT on the Condor and V3H Starter Kit boards. >> >> Based on the original (and large) patch by Vladimir Barinov. >> >> Signed-off-by: Vladimir Barinov >> Signed-off-by: Sergei Shtylyov >>

Re: [PATCH 1/1] i2c: rcar: handle RXDMA HW behaviour on Gen3

2018-07-23 Thread Wolfram Sang
On Fri, Jun 29, 2018 at 09:54:04AM +0200, Wolfram Sang wrote: > > > > + /* Gen3 needs a reset before allowing RXDMA once */ > > > + if (priv->devtype == I2C_RCAR_GEN3) { > > > > So on R-Car Gen3 the device is always reset, even if no reads will be done? > > Or is that something you

Re: [PATCH] ARM: dts: iwg23s-sbc: Add pinctl support for scif1

2018-07-23 Thread Simon Horman
On Fri, Jul 20, 2018 at 02:13:31PM +0100, Biju Das wrote: > Adding pinctrl support for scif1 interface. > > Signed-off-by: Biju Das > Reviewed-by: Chris Paterson Thanks, This looks fine to me but I will wait to see if there are other reviews before applying. Reviewed-by: Simon Horman

Re: [PATCH] mmc: renesas_sdhi: Add r8a77990 support

2018-07-23 Thread Simon Horman
On Sat, Jul 21, 2018 at 01:14:49PM +0200, Wolfram Sang wrote: > This patch adds SDHI support for the R8A77990 SoC (R-Car E3). No driver > changes > needed for anything except HS400 which we will enable separately later. No driver update should be required for HS400, see below. > Signed-off-by:

Re: [PATCH 1/9] ARM: dts: porter: Add missing PMIC nodes

2018-07-23 Thread Geert Uytterhoeven
Hi Marek, On Sun, Jul 22, 2018 at 2:07 PM Marek Vasut wrote: > On 07/20/2018 06:38 PM, Sergei Shtylyov wrote: > > On 07/20/2018 03:05 PM, Simon Horman wrote: > >> From: Marek Vasut > >> > >> Add PMIC nodes to Porter and connect CPU DVFS supply. There is > >> one DA9063L and one DA9210 on

Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.19

2018-07-23 Thread Geert Uytterhoeven
Hi Olof, On Sun, Jul 22, 2018 at 12:27 AM Olof Johansson wrote: > On Fri, Jul 20, 2018 at 02:03:54PM +0200, Simon Horman wrote: > > Please consider these Renesas ARM based SoC defconfig updates for v4.19. > > * Set CONFIG_LOCALVERSION to shmobile_defconfig > > > > This follows what appears to

Re: [GIT PULL] Renesas ARM Based SoC DT Updates for v4.19

2018-07-23 Thread Simon Horman
On Sat, Jul 21, 2018 at 02:46:20PM -0700, Olof Johansson wrote: > Hi, > > On Fri, Jul 20, 2018 at 02:04:41PM +0200, Simon Horman wrote: > > Hi Olof, Hi Kevin, Hi Arnd, > > > > Please consider these Renesas ARM based SoC DT updates for v4.19. > > > > > > The following changes since commit

Re: [GIT PULL] Renesas ARM Based SoC Defconfig Updates for v4.19

2018-07-23 Thread Simon Horman
On Sat, Jul 21, 2018 at 03:03:43PM -0700, Olof Johansson wrote: > On Fri, Jul 20, 2018 at 02:03:54PM +0200, Simon Horman wrote: > > Hi Olof, Hi Kevin, Hi Arnd, > > > > Please consider these Renesas ARM based SoC defconfig updates for v4.19. > > > > > > The following changes since commit

[PATCH 1/5] ARM: shmobile: defconfig: Drop NET_VENDOR_=n

2018-07-23 Thread Simon Horman
From: Geert Uytterhoeven Enabling NET_VENDOR_* Kconfig options does not directly affect the kernel, so there is no need to explicitly disable them. The individual network drivers under them are still disabled. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman ---

[PATCH 2/5] ARM: shmobile: defconfig: Enable reset controller support

2018-07-23 Thread Simon Horman
From: Geert Uytterhoeven R-Car Gen2 and RZ/G1 SoCs can make use of the optional reset controller support in the Renesas CPG/MSSR driver. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 5/5] ARM: multi_v7_defconfig: Enable support for RZN1D-DB

2018-07-23 Thread Simon Horman
From: Geert Uytterhoeven Enable support for the Renesas RZN1D-DB Board: - RZ/N1D (R9A06G032) base SoC support. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 4/5] ARM: shmobile: defconfig: Disable /sbin/hotplug fork-bomb

2018-07-23 Thread Simon Horman
From: Geert Uytterhoeven No recent mainstream system uses the /sbin/hotplug fork-bomb any more. Commit 7934779a69f1184f29d786b89e77dd14519bd226 ("Driver-Core: disable /sbin/hotplug by default") disabled it in Kconfig, but the various defconfigs weren't updated. According to the systemd

[PATCH 3/5] ARM: shmobile: defconfig: Enable support for RZN1D-DB

2018-07-23 Thread Simon Horman
From: Geert Uytterhoeven Enable support for the Renesas RZN1D-DB Board: - RZ/N1D (R9A06G032) base SoC support, - Synopsys DesignWare 8250 serial port support. Signed-off-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/configs/shmobile_defconfig | 2 ++ 1 file changed, 2

[GIT PULL v2] Renesas ARM Based SoC Defconfig Updates for v4.19

2018-07-23 Thread Simon Horman
Hi Olof, Hi Kevin, Hi Arnd, Please consider these Renesas ARM based SoC defconfig updates for v4.19. Changes since v1: * Dropped patch to set CONFIG_LOCALVERSION as requested by Olof * Dropped patch to Enable MTD command line partition parsing as Olof has asked for more discussion on the

Re: [PATCH/RFT 1/7] arm64: dts: renesas: r8a77965: Add Audio-DMAC device nodes

2018-07-23 Thread Yoshihiro Kaneko
Hi Geert-san, Thank you for your review. I will correct the sort order of the audma nodes and a typo of the commit log. Best regards, Kaneko 2018-07-18 18:06 GMT+09:00 Geert Uytterhoeven : > On Tue, Jul 17, 2018 at 9:48 PM Yoshihiro Kaneko > wrote: >> From: Takeshi Kihara >> >> This patch

Re: [PATCH/RFT 2/7] ASoC: rsnd: Document R-Car M3-N support

2018-07-23 Thread Yoshihiro Kaneko
Hi Morimoto-san, Thank you for your review. I will exclude this patch from the series and repost this as a single patch to ALSA SoC ML. Best regards, Kaneko 2018-07-20 8:12 GMT+09:00 Kuninori Morimoto : > > Hi > > Thnak you for your patch > >> From: Hiroyuki Yokoyama >> >> Document support for

[PATCH 6/8] ARM: dts: Renesas R9A06G032 SMP enable method

2018-07-23 Thread Simon Horman
From: Michel Pollet Add a special enable method for the second CA7 of the R9A06G032 as well as the default value for the "cpu-release-addr" property. Signed-off-by: Michel Pollet Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman --- arch/arm/boot/dts/r9a06g032.dtsi | 2 ++ 1 file

[PATCH 2/8] ARM: dts: r8a77(43|9[013]): Add missing OPP properties for CPUs

2018-07-23 Thread Simon Horman
From: Viresh Kumar The OPP properties, like "operating-points", should either be present for all the CPUs of a cluster or none. If these are present only for a subset of CPUs of a cluster then things will start falling apart as soon as the CPUs are brought online in a different order. For

[PATCH 3/8] ARM: dts: convert to SPDX identifier for Renesas boards

2018-07-23 Thread Simon Horman
From: Wolfram Sang Signed-off-by: Wolfram Sang Acked-by: Yoshihiro Shimoda Acked-by: Kuninori Morimoto Signed-off-by: Simon Horman --- arch/arm/boot/dts/emev2-kzm9d.dts | 5 + arch/arm/boot/dts/emev2.dtsi| 5 +

[PATCH 7/8] ARM: dts: gr-peach: Add GR-Peach audiocamerashield support

2018-07-23 Thread Simon Horman
From: Jacopo Mondi Add device tree header for GR-Peach's audiocamerashield with MT9V111 image sensor. Signed-off-by: Jacopo Mondi Reviewed-by: Simon Horman Signed-off-by: Simon Horman --- arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi | 79 +++ 1 file changed, 79

[PATCH 8/8] ARM: dts: r8a77470: Use r8a77470-cpg-mssr binding definitions

2018-07-23 Thread Simon Horman
From: Geert Uytterhoeven Replace the hardcoded clock indices by R8A77470_CLK_* symbols. Signed-off-by: Geert Uytterhoeven Reviewed-by: Biju Das Signed-off-by: Simon Horman --- arch/arm/boot/dts/r8a77470.dtsi | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git

[PATCH 1/8] ARM: dts: porter: Add missing PMIC nodes

2018-07-23 Thread Simon Horman
From: Marek Vasut Add PMIC nodes to Porter and connect CPU DVFS supply. There is one DA9063L and one DA9210 on Porter, the only difference from the other boards is that DA9063L is at I2C address 0x5a rather than 0x58 . Signed-off-by: Marek Vasut Reviewed-by: Geert Uytterhoeven Signed-off-by:

[PATCH 4/8] ARM: dts: Renesas R9A06G032 base device tree file

2018-07-23 Thread Simon Horman
From: Michel Pollet This adds the Renesas R9A06G032 bare bone support. This currently only handles the SYSCTRL block note, generic parts (gic, architected timer) and a UART. Signed-off-by: Michel Pollet Reviewed-by: Geert Uytterhoeven [simon: updated MAINTAINERS file [simon: do not use

[PATCH 5/8] ARM: dts: Renesas RZN1D-DB Board base file

2018-07-23 Thread Simon Horman
From: Michel Pollet This adds a base device tree file for the RZN1-DB board, with only the basic support allowing the system to boot to a prompt. Only one UART is used, with only a single CPU running. Signed-off-by: Michel Pollet Reviewed-by: Geert Uytterhoeven Signed-off-by: Simon Horman

[GIT PULL v2] Renesas ARM Based SoC DT Updates for v4.19

2018-07-23 Thread Simon Horman
Hi Olof, Hi Kevin, Hi Arnd, Please consider these Renesas ARM based SoC DT updates for v4.19. Changes since v1: * Dropped patch which removes MTD partitioning from DT, Olof requested more discussion of this * Trimmed text in tag, as per suggestions from Olof The following changes since commit

Re: [PATCH] mmc: renesas_sdhi: Add r8a77990 support

2018-07-23 Thread Niklas Söderlund
Hi Wolfram, Thanks for your patch. On 2018-07-21 13:14:49 +0200, Wolfram Sang wrote: > This patch adds SDHI support for the R8A77990 SoC (R-Car E3). No driver > changes > needed for anything except HS400 which we will enable separately later. > > Signed-off-by: Wolfram Sang Reviewed-by:

Re: [PATCH/RFT 3/7] arm64: dts: renesas: r8a77965: Add Sound device node and SSI support

2018-07-23 Thread Yoshihiro Kaneko
Hi Morimoto-san, Thank you for your review. 2018-07-20 8:23 GMT+09:00 Kuninori Morimoto : > > Hi > >> From: Takeshi Kihara >> >> Based on several similar patches of the R8A7796 device tree >> by Kuninori Morimoto . >> >> Signed-off-by: Takeshi Kihara >> Signed-off-by: Yoshihiro Kaneko >> ---