[PATCH] arm64: dts: renesas: r8a7795: remove unneeded sound #address/size-cells

2018-09-27 Thread Kuninori Morimoto
From: Kuninori Morimoto commit 2d87dc0e5be2 ("arm64: dts: renesas: r8a7795: Add address properties to rcar_sound port nodes") added missing #address-cells and #size-cells for sound ports. But, these are based on platform, not on SoC. This patch cleanups it. Signed-off-by: Kuninori Morimoto ---

[PATCH] arm64: dts: renesas: r8a7795: add missing dma-names on hscif2

2018-09-27 Thread Kuninori Morimoto
From: Kuninori Morimoto hscif2 has 4 dmas, but has only 2 dma-names. This patch add missing dma-names. Signed-off-by: Kuninori Morimoto --- Hi Simon, Geert I think this is bugfix, but I'm not sure detail of scif... arch/arm64/boot/dts/renesas/r8a7795.dtsi | 2 +- 1 file changed, 1

RE: [PATCH v2 3/3] arm64: dts: renesas: r8a774a1: Add CAN nodes

2018-09-27 Thread Fabrizio Castro
Hello Simon, > Subject: Re: [PATCH v2 3/3] arm64: dts: renesas: r8a774a1: Add CAN nodes > > On Mon, Sep 10, 2018 at 11:43:15AM +0100, Fabrizio Castro wrote: > > From: Chris Paterson > > > > Add the device nodes for both RZ/G2M CAN channels. > > > > Signed-off-by: Chris Paterson > > Reviewed-by:

[PATCH] dt-bindings: phy: rcar-gen2: Add r8a7744 support

2018-09-27 Thread Biju Das
Add USB PHY support for r8a7744 SoC. Renesas RZ/G1N (R8A7744) USB PHY is identical to the R-Car Gen2 family. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- This patch is tested against linux-next next-20180927 --- Documentation/devicetree/bindings/phy/rcar-gen2-phy.txt | 1 + 1 file

[PATCH] dt-bindings: dmaengine: usb-dmac: Add binding for r8a7744

2018-09-27 Thread Biju Das
This patch adds binding for r8a7744 (RZ/G1N). Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- This patch is tested against linux-next next-20180927 --- Documentation/devicetree/bindings/dma/renesas,usb-dmac.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation

Re: [PATCH 07/30] media: entity: Add has_route entity operation

2018-09-27 Thread jacopo mondi
Hello, thank you all for the patches! On Thu, Aug 23, 2018 at 03:25:21PM +0200, Niklas Söderlund wrote: > From: Laurent Pinchart > > The optional operation can be used by entities to report whether two > pads are internally connected. > > Signed-off-by: Laurent Pinchart > Signed-off-by:

[PATCH] dt-bindings: usb: renesas_usbhs: Add support for r8a7744

2018-09-27 Thread Biju Das
Document support for RZ/G1N (R8A7744) SoC. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- This patch is tested against linux-next next-20180927 and usb-next --- Documentation/devicetree/bindings/usb/renesas_usbhs.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation

[PATCH] dt-bindings: usb-xhci: Document r8a7744 support

2018-09-27 Thread Biju Das
Document r8a7744 xhci support. The driver will use the fallback compatible string "renesas,rcar-gen2-xhci", therefore no driver change is needed. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- This patch is tested against linux-next next-20180927 and usb-next --- Doc

[PATCH] ASoC: rsnd: Add r8a7744 support

2018-09-27 Thread Biju Das
Document RZ/G1N (R8A7744) SoC bindings. Signed-off-by: Biju Das Reviewed-by: Chris Paterson --- This patch is tested against linux-next next-20180927. --- Documentation/devicetree/bindings/sound/renesas,rsnd.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree

[PATCH v6 0/3] Renesas R9A06G032 PINCTRL Driver

2018-09-27 Thread Phil Edworthy
This implements the pinctrl driver for the RZ/N1 family of devices, including the R9A06G032 (RZ/N1D) device. This series was originally written by Michel Pollet whilst at Renesas, and I have taken over this work. Main changes: v6: - Instead of combining the pin nr and func into a single

[PATCH v6 1/3] dt-bindings: pinctrl: renesas,rzn1-pinctrl: documentation

2018-09-27 Thread Phil Edworthy
The Renesas RZ/N1 device family PINCTRL node description. Based on a patch originally written by Michel Pollet at Renesas. Signed-off-by: Phil Edworthy Reviewed-by: Jacopo Mondi --- v6: - Instead of combining the pin nr and func into a single element, use a pair of 8-bit elements. v5: -

[PATCH v6 2/3] pinctrl: renesas: Renesas RZ/N1 pinctrl driver

2018-09-27 Thread Phil Edworthy
This provides a pinctrl driver for the Renesas RZ/N1 device family. Based on a patch originally written by Michel Pollet at Renesas. Signed-off-by: Phil Edworthy Reviewed-by: Jacopo Mondi --- v6: - Instead of combining the pin nr and func into a single element, use a pair of 8-bit

[PATCH v6 3/3] ARM: dts: r9a06g032: Add pinctrl node

2018-09-27 Thread Phil Edworthy
This provides a pinctrl driver for the Renesas R9A06G032 SoC Based on a patch originally written by Michel Pollet at Renesas. Signed-off-by: Phil Edworthy --- v6: - No changes. v5: - No changes. v4: - No changes. v3: - No changes. v2: - Add "renesas,rzn1-pinctrl" compatible fallback

[PATCH] dt-bindings: spi: rspi: Add R7S9210 support

2018-09-27 Thread Chris Brandt
Add support for RZ/A2 Signed-off-by: Chris Brandt --- FYI: No driver changes were needed --- Documentation/devicetree/bindings/spi/spi-rspi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/spi-rspi.txt

[PATCH] dt-bindings: timer: ostm: Add R7S9210 support

2018-09-27 Thread Chris Brandt
The R7S9210 belongs to the RZ/A2 SoC series Signed-off-by: Chris Brandt --- FYI: No driver changes were needed --- Documentation/devicetree/bindings/timer/renesas,ostm.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] dt-bindings: spi: rspi: Add R7S9210 support

2018-09-27 Thread Geert Uytterhoeven
Hi Chris, On Thu, Sep 27, 2018 at 4:15 PM Chris Brandt wrote: > Add support for RZ/A2 > > Signed-off-by: Chris Brandt Thanks for your patch! > --- a/Documentation/devicetree/bindings/spi/spi-rspi.txt > +++ b/Documentation/devicetree/bindings/spi/spi-rspi.txt > @@ -11,6 +11,7 @@ Required

[PATCH v2] dt-bindings: spi: rspi: Add R7S9210 support

2018-09-27 Thread Chris Brandt
Add support for RZ/A2 Signed-off-by: Chris Brandt --- v2: * Made instructions more generic for RZ/A devices FYI: No driver changes were needed --- Documentation/devicetree/bindings/spi/spi-rspi.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

RE: [PATCH] dt-bindings: spi: rspi: Add R7S9210 support

2018-09-27 Thread Chris Brandt
Hi Geert, On Thursday, September 27, 2018 1, Geert Uytterhoeven wrote: > Looks good, but you forgot to update the paragraph above (outside the > quoted context). OK, thanks. Funny...even a 1-line patch requires 2 versions from me! (I wish I got paid per revision) Chris

Re: [PATCH v6 1/3] dt-bindings: pinctrl: renesas,rzn1-pinctrl: documentation

2018-09-27 Thread Geert Uytterhoeven
On Thu, Sep 27, 2018 at 3:59 PM Phil Edworthy wrote: > The Renesas RZ/N1 device family PINCTRL node description. > > Based on a patch originally written by Michel Pollet at Renesas. > > Signed-off-by: Phil Edworthy > Reviewed-by: Jacopo Mondi > --- > v6: > - Instead of combining the pin nr and

Re: [PATCH v6 1/3] dt-bindings: pinctrl: renesas,rzn1-pinctrl: documentation

2018-09-27 Thread Rob Herring
On Thu, Sep 27, 2018 at 05:15:54PM +0200, Geert Uytterhoeven wrote: > On Thu, Sep 27, 2018 at 3:59 PM Phil Edworthy > wrote: > > The Renesas RZ/N1 device family PINCTRL node description. > > > > Based on a patch originally written by Michel Pollet at Renesas. > > > > Signed-off-by: Phil Edworthy

[PATCH v2] reset: Exclusive resets must be dedicated to a single hardware block

2018-09-27 Thread Geert Uytterhoeven
In some SoCs multiple hardware blocks may share a reset control. The reset control API for shared resets will only assert such a reset when the drivers for all hardware blocks agree. The exclusive reset control API still allows to assert such a reset, but that impacts all other hardware blocks

Applied "ASoC: rsnd: Add r8a7744 support" to the asoc tree

2018-09-27 Thread Mark Brown
The patch ASoC: rsnd: Add r8a7744 support has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during

Applied "dt-bindings: spi: rspi: Add R7S9210 support" to the spi tree

2018-09-27 Thread Mark Brown
The patch dt-bindings: spi: rspi: Add R7S9210 support has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to

Applied "spi: spi-mem: Fix inverted logic in op sanity check" to the spi tree

2018-09-27 Thread Mark Brown
The patch spi: spi-mem: Fix inverted logic in op sanity check has been applied to the spi tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and

Re: [PATCH linux-next 01/10] ASoC: rsnd: ssi: Request dedicated dma channels for busif1 to 7

2018-09-27 Thread Kuninori Morimoto
Hi Jiada Cc: linux-renesas-soc ML Thank you for your patch > From: Jiada Wang > > Currently ssi driver only request dma channel for SSI_0, > which is used to transfer data to/from busif0. > > But since busif1 to busif7 also maybe used, dedicated dma channels > are request for data transfer