All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms+renesas@verge.net.au>
To: linux-renesas-soc@vger.kernel.org
Cc: linux-arm-kernel@lists.infradead.org,
	Magnus Damm <magnus.damm@gmail.com>,
	Biju Das <biju.das@bp.renesas.com>,
	Simon Horman <horms+renesas@verge.net.au>
Subject: [PATCH 33/37] ARM: dts: iwg22d-sodimm: Sound DMA support on DTS
Date: Fri, 22 Dec 2017 11:30:11 +0100	[thread overview]
Message-ID: <b3f36c455ccce0acd33b6d055dead4396a1b1b43.1513938145.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1513938145.git.horms+renesas@verge.net.au>

From: Biju Das <biju.das@bp.renesas.com>

DMA transfer to/from SSI

     DMA
[MEM] -> [SSI]

     DMA
[MEM] <- [SSI]

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts b/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
index b6521da8b766..a9ba46d804bc 100644
--- a/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
+++ b/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
@@ -207,11 +207,11 @@
 };
 
 &ssi3 {
-	pio-transfer;
+	no-busif;
 };
 
 &ssi4 {
-	pio-transfer;
+	no-busif;
 	shared-pin;
 };
 
-- 
2.11.0

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 33/37] ARM: dts: iwg22d-sodimm: Sound DMA support on DTS
Date: Fri, 22 Dec 2017 11:30:11 +0100	[thread overview]
Message-ID: <b3f36c455ccce0acd33b6d055dead4396a1b1b43.1513938145.git.horms+renesas@verge.net.au> (raw)
In-Reply-To: <cover.1513938145.git.horms+renesas@verge.net.au>

From: Biju Das <biju.das@bp.renesas.com>

DMA transfer to/from SSI

     DMA
[MEM] -> [SSI]

     DMA
[MEM] <- [SSI]

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts b/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
index b6521da8b766..a9ba46d804bc 100644
--- a/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
+++ b/arch/arm/boot/dts/r8a7745-iwg22d-sodimm.dts
@@ -207,11 +207,11 @@
 };
 
 &ssi3 {
-	pio-transfer;
+	no-busif;
 };
 
 &ssi4 {
-	pio-transfer;
+	no-busif;
 	shared-pin;
 };
 
-- 
2.11.0

  parent reply	other threads:[~2017-12-22 10:31 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-22 10:30 [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.16 Simon Horman
2017-12-22 10:30 ` Simon Horman
2017-12-22 10:29 ` [PATCH 01/37] ARM: dts: r8a7745: Add APMU node and second CPU core Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 02/37] ARM: dts: r8a7743: Add audio clocks Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 03/37] ARM: dts: r8a7743: Add audio DMAC support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 04/37] ARM: dts: r8a7743: Add sound support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 05/37] ARM: dts: r8a7790: Correct critical CPU temperature Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 06/37] ARM: dts: r8a7791: " Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 07/37] ARM: dts: r8a7793: " Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 08/37] ARM: dts: r8a7743: Add PWM SoC support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 09/37] ARM: dts: r8a7743: Add TPU support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 10/37] ARM: dts: r8a7743: Add thermal device to DT Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 11/37] ARM: dts: r8a7745: Add PWM SoC support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 12/37] ARM: dts: r8a7745: Add TPU support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 13/37] ARM: dts: r8a7743: Add CMT SoC specific support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 14/37] ARM: dts: r8a7745: " Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 15/37] ARM: dts: r8a7745: sort root sub-nodes alphabetically Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 16/37] ARM: dts: r8a7745: move timer node out of bus Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 17/37] ARM: dts: r8a7792: sort root sub-nodes alphabetically Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 18/37] ARM: dts: r8a7792: move timer node out of bus Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 19/37] ARM: dts: iwg20d-q7-common: Enable SGTL5000 audio codec Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 20/37] ARM: dts: iwg20d-q7-common: Sound PIO support Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:29 ` [PATCH 21/37] ARM: dts: iwg20d-q7-common: Sound DMA support on DTS Simon Horman
2017-12-22 10:29   ` Simon Horman
2017-12-22 10:30 ` [PATCH 22/37] ARM: dts: iwg20d-q7-common: Sound DMA support via BUSIF " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 23/37] ARM: dts: iwg20d-q7-common: Sound DMA support via SRC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 24/37] ARM: dts: iwg20d-q7-common: Sound DMA support via DVC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 25/37] ARM: dts: r8a7743: sort root sub-nodes alphabetically Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 26/37] ARM: dts: r8a7743: move timer and thermal-zones nodes out of bus Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 27/37] ARM: dts: r8a7740: Correct TPU register block size Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 28/37] ARM: dts: r8a7745: Add audio clocks Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 29/37] ARM: dts: r8a7745: Add audio DMAC support Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 30/37] ARM: dts: r8a7745: Add sound support Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 31/37] ARM: dts: iwg22d-sodimm: Enable SGTL5000 audio codec Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 32/37] ARM: dts: iwg22d-sodimm: Sound PIO support Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` Simon Horman [this message]
2017-12-22 10:30   ` [PATCH 33/37] ARM: dts: iwg22d-sodimm: Sound DMA support on DTS Simon Horman
2017-12-22 10:30 ` [PATCH 34/37] ARM: dts: iwg22d-sodimm: Sound DMA support via BUSIF " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 35/37] ARM: dts: iwg22d-sodimm: Sound DMA support via SRC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 36/37] ARM: dts: iwg22d-sodimm: Sound DMA support via DVC " Simon Horman
2017-12-22 10:30   ` Simon Horman
2017-12-22 10:30 ` [PATCH 37/37] ARM: dts: r8a7745: Add missing clock for secondary CA7 CPU core Simon Horman
2017-12-22 10:30   ` Simon Horman
2018-01-05  6:51 ` [GIT PULL] Second Round of Renesas ARM Based SoC DT Updates for v4.16 Olof Johansson
2018-01-05  6:51   ` Olof Johansson

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=b3f36c455ccce0acd33b6d055dead4396a1b1b43.1513938145.git.horms+renesas@verge.net.au \
    --to=horms+renesas@verge.net.au \
    --cc=biju.das@bp.renesas.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /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.