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 v2 10/13] ARM: shmobile: gose: enable sound DMA support via BUSIF in device tree
Date: Mon, 04 Jan 2016 22:27:45 +0000	[thread overview]
Message-ID: <1451946468-20499-11-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1451946468-20499-1-git-send-email-horms+renesas@verge.net.au>

Enable DMA transfer to/from SSIU in gose/r8a7791 device tree.

     DMA
[MEM] -> [SSIU] -> [SSI]

     DMA
[MEM] <- [SSIU] <- [SSI]

Based on similar work for the r8a7791/koelsch by Kuninori Morimoto.

Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7793-gose.dts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 0ab0abb9f889..4a7048d676c8 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -321,11 +321,6 @@
 	};
 };
 
-&ssi0 {
-	no-busif;
-};
-
 &ssi1 {
-	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 v2 10/13] ARM: shmobile: gose: enable sound DMA support via BUSIF in device tree
Date: Tue,  5 Jan 2016 09:27:45 +1100	[thread overview]
Message-ID: <1451946468-20499-11-git-send-email-horms+renesas@verge.net.au> (raw)
In-Reply-To: <1451946468-20499-1-git-send-email-horms+renesas@verge.net.au>

Enable DMA transfer to/from SSIU in gose/r8a7791 device tree.

     DMA
[MEM] -> [SSIU] -> [SSI]

     DMA
[MEM] <- [SSIU] <- [SSI]

Based on similar work for the r8a7791/koelsch by Kuninori Morimoto.

Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7793-gose.dts | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/boot/dts/r8a7793-gose.dts b/arch/arm/boot/dts/r8a7793-gose.dts
index 0ab0abb9f889..4a7048d676c8 100644
--- a/arch/arm/boot/dts/r8a7793-gose.dts
+++ b/arch/arm/boot/dts/r8a7793-gose.dts
@@ -321,11 +321,6 @@
 	};
 };
 
-&ssi0 {
-	no-busif;
-};
-
 &ssi1 {
-	no-busif;
 	shared-pin;
 };
-- 
2.1.4

  parent reply	other threads:[~2016-01-04 22:27 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-04 22:27 [PATCH v2 00/13] r8a7793, gose: Add audio support to device tree Simon Horman
2016-01-04 22:27 ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 01/13] ARM: shmobile: r8a7793: add audio clock " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 02/13] ARM: shmobile: r8a7793: add m2 " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 03/13] ARM: shmobile: r8a7793: add R-Car sound support " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-05  9:16   ` Geert Uytterhoeven
2016-01-05  9:16     ` Geert Uytterhoeven
2016-01-05 21:29     ` Simon Horman
2016-01-05 21:29       ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 04/13] ARM: shmobile: r8a7793: add DVC " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-05  9:59   ` Sergei Shtylyov
2016-01-05  9:59     ` Sergei Shtylyov
2016-01-05 21:24     ` Simon Horman
2016-01-05 21:24       ` Simon Horman
2016-01-05 21:24   ` Simon Horman
2016-01-05 21:24     ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 05/13] ARM: shmobile: r8a7793: add audio DMAC clocks " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 06/13] ARM: shmobile: r8a7793: add audio DMAC " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 07/13] ARM: shmobile: r8a7793: enable Audio DMAC peri peri via sound driver Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 08/13] ARM: shmobile: gose: Enable sound PIO support in device tree Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 09/13] ARM: shmobile: gose: enable sound DMA " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` Simon Horman [this message]
2016-01-04 22:27   ` [PATCH v2 10/13] ARM: shmobile: gose: enable sound DMA support via BUSIF " Simon Horman
2016-01-04 22:27 ` [PATCH v2 11/13] ARM: shmobile: gose: enable sound DMA support via SRC " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 12/13] ARM: shmobile: gose: enable sound DMA support via DVC " Simon Horman
2016-01-04 22:27   ` Simon Horman
2016-01-04 22:27 ` [PATCH v2 13/13] ARM: shmobile: r8a7793: enable audio DMAC " Simon Horman
2016-01-04 22:27   ` Simon Horman

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=1451946468-20499-11-git-send-email-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.