From: Ben Dooks <ben@trinity.fluff.org>
To: Kuninori Morimoto <kuninori.morimoto.gx@gmail.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Linux-ALSA <alsa-devel@alsa-project.org>
Subject: Re: Forward: [PATCH 11/11] ASoC: rsnd: add DeviceTree support
Date: Mon, 10 Mar 2014 14:52:54 +0000 [thread overview]
Message-ID: <20140310145254.GJ4400@trinity.fluff.org> (raw)
In-Reply-To: <877g89qhdo.wl%kuninori.morimoto.gx@gmail.com>
On Tue, Mar 04, 2014 at 10:39:03PM -0800, Kuninori Morimoto wrote:
>
> I didn't add device tree ML on this patch.
> Forward it.
>
Date: Mon, 03 Mar 2014 20:51:29 -0800 (PST)
Message-ID: <87r46izhv5.wl%kuninori.morimoto.gx@gmail.com>
From: Kuninori Morimoto <kuninori.morimoto.gx@gmail.com>
Subject: [PATCH 11/11] ASoC: rsnd: add DeviceTree support
User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0
To: Mark Brown <broonie@kernel.org>
Cc: Linux-ALSA <alsa-devel@alsa-project.org>,
Liam Girdwood <lgirdwood@gmail.com>,
Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>,
Simon <horms@verge.net.au>
In-Reply-To: <878usq1scd.wl%kuninori.morimoto.gx@gmail.com>
References: <87d2ib90t9.wl%kuninori.morimoto.gx@gmail.com>
<878usq1scd.wl%kuninori.morimoto.gx@gmail.com>
MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka")
Content-Type: text/plain; charset=US-ASCII
>
> From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
>
> Support for loading the Renesas R-Car sound driver via DeviceTree.
>
> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
> ---
> .../devicetree/bindings/sound/renesas,rsnd.txt | 101 ++++++++++++++++
> sound/soc/sh/rcar/adg.c | 1 +
> sound/soc/sh/rcar/core.c | 122 +++++++++++++++++++-
> sound/soc/sh/rcar/gen.c | 15 +++
> sound/soc/sh/rcar/rsnd.h | 11 ++
> sound/soc/sh/rcar/src.c | 36 ++++++
> sound/soc/sh/rcar/ssi.c | 56 +++++++++
> 7 files changed, 339 insertions(+), 3 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/sound/renesas,rsnd.txt
>
> diff --git a/Documentation/devicetree/bindings/sound/renesas,rsnd.txt b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> new file mode 100644
> index 0000000..1b64225
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/sound/renesas,rsnd.txt
> @@ -0,0 +1,101 @@
> +Renesas R-Car sound
> +
> +Required properties:
> +- compatible : "renesas,rcar_sound-gen1" if generation1
> + "renesas,rcar_sound-gen2" if generation2
> +- reg : Should contain the register physical address.
> + required register is
> + SRU/ADG/SSI if generation1
> + SRU/ADG/SSIU/SSI if generation2
> +- rcar_sound,ssi : SSI subnode
> +- rcar_sound,scu : SCU subnode
> +- rcar_sound,dai : DAI subnode
> +
> +SSI subnode properties:
> +- interrupt-parent : Should contain SSI interrup parent
> +- interrupts : Should contain SSI interrupt for PIO transfer
> +- shared-pin : if shared clock pin
> +
> +DAI subnode properties:
> +- playback : list of playback modules
> +- capture : list of capture modules
> +
> +Example:
> +
> +rcar_sound: rcar_sound@0xffd90000 {
> + #sound-dai-cells = <1>;
> + compatible = "renesas,rcar_sound";
> + reg = <0xffd90000 0x1000>, /* SRU */
> + <0xfffe0000 0x24>, /* ADG */
> + <0xffd91000 0x1240>; /* SSI */
> +
> + rcar_sound,src {
> + src0: src@0 { };
> + src1: src@1 { };
> + src2: src@2 { };
> + src3: src@3 { };
> + src4: src@4 { };
> + src5: src@5 { };
> + src6: src@6 { };
> + src7: src@7 { };
> + src8: src@8 { };
> + };
> +
> + rcar_sound,ssi {
> + ssi0: ssi@0 {
> + interrupt-parent = <&gic>;
> + interrupts = <0 101 0x4>;
I thought interrupt parent was not required for the gic interrupts
in the system?
--
Ben Dooks, ben@fluff.org, http://www.fluff.org/ben/
Large Hadron Colada: A large Pina Colada that makes the universe disappear.
next prev parent reply other threads:[~2014-03-10 14:52 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <87d2ib90t9.wl%kuninori.morimoto.gx@gmail.com>
[not found] ` <878usq1scd.wl%kuninori.morimoto.gx@gmail.com>
[not found] ` <87r46izhv5.wl%kuninori.morimoto.gx@gmail.com>
2014-03-05 6:39 ` Forward: [PATCH 11/11] ASoC: rsnd: add DeviceTree support Kuninori Morimoto
2014-03-10 14:52 ` Ben Dooks [this message]
[not found] ` <20140310145254.GJ4400-SMNkleLxa3Z6Wcw2j4pizdi2O/JbrIOy@public.gmane.org>
2014-03-14 0:34 ` [alsa-devel] " Kuninori Morimoto
[not found] ` <87fvmlpqi1.wl%kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-03-18 2:29 ` [PATCH v2] " Kuninori Morimoto
[not found] ` <87ob14jl2d.wl%kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-03-21 18:18 ` Mark Brown
[not found] ` <20140321181813.GP552-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-03-24 0:07 ` Kuninori Morimoto
2014-03-24 3:29 ` [PATCH] ASoC: rcar: subnode tidyup for renesas,rsnd.txt Kuninori Morimoto
[not found] ` <87fvm8i8ah.wl%kuninori.morimoto.gx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-03-25 13:04 ` Mark Brown
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=20140310145254.GJ4400@trinity.fluff.org \
--to=ben@trinity.fluff.org \
--cc=alsa-devel@alsa-project.org \
--cc=devicetree@vger.kernel.org \
--cc=kuninori.morimoto.gx@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).