Re: [PATCH] arm64: renesas: r8a7795: tidyup audma definition order

2017-01-25 Thread Kuninori Morimoto
Hi Geert Thank you for your feedback > > From: Kuninori Morimoto > > > > Current r8a7795.dtsi defines audma -> ipmmu -> dma order. > > Because of this order, dma can connect to ipmmu, but > > audma can't connect to it. > > This patch moves audma order as ipmmu -> dma -> audma. > > Does "[PATCH

Re: [PATCH] arm64: renesas: r8a7795: tidyup audma definition order

2017-01-25 Thread Kuninori Morimoto
nori Morimoto > Subject: [PATCH] arm64: renesas: r8a7795: tidyup audma definition order > > Current r8a7795.dtsi defines audma -> ipmmu -> dma order. > Because of this order, dma can connect to ipmmu, but > audma can't connect to it. > This patch moves audma order as ipmmu -

Re: [PATCH] arm64: renesas: r8a7795: tidyup audma definition order

2017-01-25 Thread Geert Uytterhoeven
Hi Morimoto-san, On Wed, Dec 21, 2016 at 5:56 AM, Kuninori Morimoto wrote: > From: Kuninori Morimoto > > Current r8a7795.dtsi defines audma -> ipmmu -> dma order. > Because of this order, dma can connect to ipmmu, but > audma can't connect to it. > This patch moves audma order as ipmmu -> dma ->

Re: [PATCH] arm64: renesas: r8a7795: tidyup audma definition order

2017-01-25 Thread Simon Horman
Hi Morimoto-san, sorry for missing this earlier. The patch did not seem to compile so I have applied it manually by moving the audma0 and audma1 nodes to between the dmac2 and avb nodes. The result is follows: From: Kuninori Morimoto Subject: [PATCH] arm64: renesas: r8a7795: tidyup audma

Re: [PATCH] arm64: renesas: r8a7795: tidyup audma definition order

2017-01-24 Thread Kuninori Morimoto
Hi Simon I want to know current status of this patch > From: Kuninori Morimoto > > Current r8a7795.dtsi defines audma -> ipmmu -> dma order. > Because of this order, dma can connect to ipmmu, but > audma can't connect to it. > This patch moves audma order as ipmmu -> dma -> audma. > > Signed-o

[PATCH] arm64: renesas: r8a7795: tidyup audma definition order

2016-12-20 Thread Kuninori Morimoto
From: Kuninori Morimoto Current r8a7795.dtsi defines audma -> ipmmu -> dma order. Because of this order, dma can connect to ipmmu, but audma can't connect to it. This patch moves audma order as ipmmu -> dma -> audma. Signed-off-by: Kuninori Morimoto --- arch/arm64/boot/dts/renesas/r8a7795.dtsi