All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 15/18] arm64: renesas: salvator-x: Sound SSI DMA support
Date: Fri, 27 Nov 2015 01:55:32 +0000	[thread overview]
Message-ID: <d70726f4280f1d49f4e4a71008dad79e51251c24.1448587800.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1448587800.git.horms+renesas@verge.net.au>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

DMA transfer to/from SSI

     DMA
[MEM] -> [SSI]

     DMA
[MEM] <- [SSI]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
index 90ca7faa629c..9c5fd4a32000 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
@@ -143,11 +143,11 @@
 };
 
 &ssi0 {
-	pio-transfer;
+	no-busif;
 };
 
 &ssi1 {
-	pio-transfer;
+	no-busif;
 	shared-pin;
 };
 
-- 
2.1.4


WARNING: multiple messages have this Message-ID (diff)
From: horms+renesas@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 15/18] arm64: renesas: salvator-x: Sound SSI DMA support
Date: Fri, 27 Nov 2015 10:55:32 +0900	[thread overview]
Message-ID: <d70726f4280f1d49f4e4a71008dad79e51251c24.1448587800.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1448587800.git.horms+renesas@verge.net.au>

From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

DMA transfer to/from SSI

     DMA
[MEM] -> [SSI]

     DMA
[MEM] <- [SSI]

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
index 90ca7faa629c..9c5fd4a32000 100644
--- a/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
+++ b/arch/arm64/boot/dts/renesas/r8a7795-salvator-x.dts
@@ -143,11 +143,11 @@
 };
 
 &ssi0 {
-	pio-transfer;
+	no-busif;
 };
 
 &ssi1 {
-	pio-transfer;
+	no-busif;
 	shared-pin;
 };
 
-- 
2.1.4

  parent reply	other threads:[~2015-11-27  1:55 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-27  1:54 [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig Updates for v4.5 Simon Horman
2015-11-27  1:54 ` Simon Horman
2015-11-27  1:54 ` [PATCH 1/5] arm64: defconfig: Enable GPIO of Renesas R-Car Gen3 SoC Simon Horman
2015-11-27  1:54   ` Simon Horman
2015-11-27  1:54 ` [PATCH 2/5] arm64: defconfig: enable EthernetAVB Simon Horman
2015-11-27  1:54   ` Simon Horman
2015-11-27  1:55 ` [PATCH 3/5] arm64: defconfig: Enable Renesas R-Car I2C Controller Simon Horman
2015-11-27  1:55   ` Simon Horman
2015-11-27  1:55 ` [PATCH 4/5] arm64: defconfig: add Renesas R-Car DMAC driver support Simon Horman
2015-11-27  1:55   ` Simon Horman
2015-11-27  1:55 ` [PATCH 5/5] arm64: defconfig: add Renesas sound and AK4613 support Simon Horman
2015-11-27  1:55   ` Simon Horman
2015-11-27  1:55 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.5 Simon Horman
2015-11-27  1:55   ` Simon Horman
2015-11-27  1:55   ` [PATCH 01/18] arm64: dts: r8a7795: add GPIO nodes Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 02/18] arm64: dts: r8a7795: add EthernetAVB device node Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 03/18] arm64: dts: r8a7795: enable EthernetAVB on Salvator-X Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 04/18] arm64: dts: r8a7795: enable nfs root on Salvator-X board Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 05/18] arm64: renesas: salvator-x: Setup ethernet0 alias for U-Boot Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 06/18] arm64: renesas: r8a7795: add I2C support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  8:17     ` Geert Uytterhoeven
2015-11-27  8:17       ` Geert Uytterhoeven
2015-11-30  0:38       ` Simon Horman
2015-11-30  0:38         ` Simon Horman
2015-11-27  1:55   ` [PATCH 07/18] arm64: renesas: salvator-x: enable I2C Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 08/18] arm64: renesas: r8a7795 dtsi: Add all HSCIF nodes Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 09/18] arm64: renesas: r8a7795: add AUDIO_DMAC support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 10/18] arm64: renesas: r8a7795: Sound SSI PIO support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 11/18] arm64: renesas: r8a7795: Sound SSI DMA support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 12/18] arm64: renesas: r8a7795: Sound SRC support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 13/18] arm64: renesas: r8a7795: Sound DVC support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 14/18] arm64: renesas: salvator-x: Sound SSI PIO support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` Simon Horman [this message]
2015-11-27  1:55     ` [PATCH 15/18] arm64: renesas: salvator-x: Sound SSI DMA support Simon Horman
2015-11-27  1:55   ` [PATCH 16/18] arm64: renesas: salvator-x: Sound SSI DMA support via BUSIF Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 17/18] arm64: renesas: salvator-x: Sound SRC support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-11-27  1:55   ` [PATCH 18/18] arm64: renesas: salvator-x: Sound DVC support Simon Horman
2015-11-27  1:55     ` Simon Horman
2015-12-11 23:53   ` [GIT PULL] Second Round of Renesas ARM64 Based SoC DT Updates for v4.5 Arnd Bergmann
2015-12-11 23:53     ` Arnd Bergmann
2015-12-12  0:08 ` [GIT PULL] Second Round of Renesas ARM64 Based SoC Defconfig " Arnd Bergmann
2015-12-12  0:08   ` Arnd Bergmann
2015-12-12  0:16   ` Arnd Bergmann
2015-12-12  0:16     ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d70726f4280f1d49f4e4a71008dad79e51251c24.1448587800.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.