[PATCH 11/11] arm64: dts: renesas: condor: add EtherAVB support

2018-02-02 Thread Sergei Shtylyov
Define the Condor board dependent part of the EtherAVB device node. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov ---

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

2018-02-02 Thread Sergei Shtylyov
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 the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov

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

2018-02-02 Thread Sergei Shtylyov
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 --- Documentation/devicetree/bindings/arm/shmobile.txt |2 ++

[PATCH 08/11] arm64: dts: renesas: r8a77980: add EtherAVB support

2018-02-02 Thread Sergei Shtylyov
Define the generic R8A77980 part of the EtherAVB device node. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov ---

[PATCH 07/11] arm64: dts: renesas: r8a77980: add [H]SCIF support

2018-02-02 Thread Sergei Shtylyov
Describe [H]SCIF ports in the R8A77980 device tree. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov ---

[PATCH 06/11] arm64: dts: renesas: r8a77980: add SYS-DMAC support

2018-02-02 Thread Sergei Shtylyov
Describe SYS-DMAC1/2 in the R8A77980 device tree. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov --- arch/arm64/boot/dts/renesas/r8a77980.dtsi

[PATCH 05/11] arm64: dts: renesas: initial R8A77980 SoC device tree

2018-02-02 Thread Sergei Shtylyov
The initial R8A77980 SoC device tree including Cortex-A53 CPU, GIC, timer, CPG, RST, and SYSC. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov

[PATCH 03/11] dt-bindings: power: add R8A77980 SYSC power domain definitions

2018-02-02 Thread Sergei Shtylyov
Add macros usable by the device tree sources to reference R8A77980 SYSC power domains by index. Based on the original (and large) patch by Vladimir Barinov. Signed-off-by: Vladimir Barinov Signed-off-by: Sergei Shtylyov

[PATCH 02/11] soc: renesas: rcar-rst: add R8A77980 support

2018-02-02 Thread Sergei Shtylyov
Add support for R-Car V3H (R8A77980) to the R-Car RST driver -- this driver is needed for the clock driver to work. Signed-off-by: Sergei Shtylyov --- Documentation/devicetree/bindings/reset/renesas,rst.txt |1 + drivers/soc/renesas/Kconfig

[PATCH 01/11] soc: renesas: identify R-Car V3H

2018-02-02 Thread Sergei Shtylyov
Add support for identifying the R-Car V3H (R8A77980) SoC. Signed-off-by: Sergei Shtylyov --- drivers/soc/renesas/renesas-soc.c |8 1 file changed, 8 insertions(+) Index: renesas/drivers/soc/renesas/renesas-soc.c

[PATCH 00/11] Add R8A77980/Condor board support

2018-02-02 Thread Sergei Shtylyov
Hello! Here's the set of 11 patches against Simon Horman's 'renesas.git' repo's 'renesas-devel-20180202-v4.15' tag. I'm adding the device tree support for the R8A77980-based Condor board (note that NFS root would only work on the Condor boards [re]wired for booting from EtherAVB -- we haven't

[PATCH] dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()

2018-02-02 Thread Yoshihiro Shimoda
This patch fixes an issue that a race condition happens between a client driver and the rcar-dmac driver: - The rcar_dmac_isr_transfer_end() is called. - The done list appears, and desc.running is the next active list. - rcar_dmac_chan_get_residue() is called by a client driver before

Re: [PATCH topic/renesas_defconfig] arm64: renesas_defconfig: enable R8A77970 SoC

2018-02-02 Thread Geert Uytterhoeven
efconfig | 1 + > 1 file changed, 1 insertion(+) > > Based on renesas-devel-20180202-v4.15 > > Not for upstream merge > > diff --git a/arch/arm64/configs/renesas_defconfig > b/arch/arm64/configs/renesas_defconfig > index 3087bba06d3c..386211464efa 100644 > --- a/a

Re: [PATCH] arm64: defconfig: enable R8A77970 SoC

2018-02-02 Thread Simon Horman
On Fri, Feb 02, 2018 at 10:55:22AM +0100, Geert Uytterhoeven wrote: > On Fri, Feb 2, 2018 at 10:36 AM, Simon Horman > wrote: > > Enable the Renesas R-Car V3H (R8A77970) SoC in the ARM64 defconfig. > > Wrong subject, wrong body ;-) Sorry, cut and paste madness. > >

Re: [PATCH] arm64: defconfig: enable R8A77970 SoC

2018-02-02 Thread Geert Uytterhoeven
On Fri, Feb 2, 2018 at 10:36 AM, Simon Horman wrote: > Enable the Renesas R-Car V3H (R8A77970) SoC in the ARM64 defconfig. Wrong subject, wrong body ;-) > Signed-off-by: Simon Horman > --- > arch/arm64/configs/defconfig | 1 + > 1 file

[PATCH topic/renesas_defconfig] arm64: renesas_defconfig: enable R8A77970 SoC

2018-02-02 Thread Simon Horman
Enable the Renesas R-Car V3H (R8A77970) SoC in the ARM64 renesas_defconfig. Signed-off-by: Simon Horman <horms+rene...@verge.net.au> --- arch/arm64/configs/renesas_defconfig | 1 + 1 file changed, 1 insertion(+) Based on renesas-devel-20180202-v4.15 Not for upstream merge diff --git

[PATCH] arm64: defconfig: enable R8A77970 SoC

2018-02-02 Thread Simon Horman
Enable the Renesas R-Car V3H (R8A77970) SoC in the ARM64 defconfig. Signed-off-by: Simon Horman --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) Based on renesas-devel-20180130v2-v4.15 diff --git a/arch/arm64/configs/defconfig

Re: [PATCH v2 5/5] dt-bindings: at24: add bindings for Rohm BR24T01

2018-02-02 Thread Bartosz Golaszewski
2018-01-30 11:44 GMT+01:00 Wolfram Sang : > On Mon, Jan 29, 2018 at 04:45:48PM +0100, Ulrich Hecht wrote: >> Both manufacturer and name variant. >> >> Signed-off-by: Ulrich Hecht > > Reviewed-by: Wolfram Sang >

Re: [PATCH] DT: net: renesas,ravb: document R8A77980 bindings

2018-02-02 Thread Simon Horman
On Thu, Feb 01, 2018 at 09:27:12PM +0100, Geert Uytterhoeven wrote: > On Thu, Feb 1, 2018 at 9:13 PM, Sergei Shtylyov > wrote: > > Renesas R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible EtherAVB > > device, so document the SoC specific bindings. > > > >

Re: [PATCH 2/2] arm64: add Renesas R8A77980 support

2018-02-02 Thread Simon Horman
On Thu, Feb 01, 2018 at 09:02:47PM +0100, Geert Uytterhoeven wrote: > On Wed, Jan 31, 2018 at 8:59 PM, Sergei Shtylyov > wrote: > > Add a configuration option for the R-Car V3H (R8A77980) SoC. > > > > Based on the original (and large) patch by Vladimir Barinov.

Re: [PATCH 1/2] DT: arm: shmobile: document R8A77980 SoC bindings

2018-02-02 Thread Simon Horman
On Thu, Feb 01, 2018 at 09:01:54PM +0100, Geert Uytterhoeven wrote: > On Wed, Jan 31, 2018 at 8:56 PM, Sergei Shtylyov > wrote: > > Document the R-Car V3H (R8A77980) SoC device tree bindings. > > > > Signed-off-by: Sergei Shtylyov

Re: [PATCH] DT: serial: renesas,sci-serial: document R8A77980 bindings

2018-02-02 Thread Simon Horman
On Thu, Feb 01, 2018 at 10:36:20PM +0300, Sergei Shtylyov wrote: > R-Car V3H (R8A77980) SoC has the R-Car gen3 compatible SCIF and HSCIF ports, > so document the SoC specific bindings. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Simon Horman

Re: [PATCH] DT: dma: renesas,rcar-dmac: document R8A77980 support

2018-02-02 Thread Simon Horman
On Thu, Feb 01, 2018 at 10:09:25PM +0300, Sergei Shtylyov wrote: > Renesas R-Car V3H SoC has the R-Car gen3 compatible DMA controllers. > Document R-Car V3H (also known as R8A77980) SoC bindings. > > Signed-off-by: Sergei Shtylyov Reviewed-by: Simon Horman